RFR: Mark Leyden tests that require artifacts with "external-dep"
Aleksey Shipilev
shade at openjdk.org
Tue Sep 10 08:07:21 UTC 2024
On Thu, 5 Sep 2024 17:38:41 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> [JDK-8323717](https://bugs.openjdk.org/browse/JDK-8323717) added a new keyword that marks tests that require external artifacts. This allows skipping the tests that would definitely fail without artifact resolution. This PR marks the new Leyden tests.
>
> Tested with:
>
>
> $ JTREG_KEYWORDS='!external-dep' CONF=linux-x86_64-server-fastdebug make test TEST=runtime/cds/appcds
>
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR
> jtreg:test/hotspot/jtreg/runtime/cds/appcds 288 288 0 0
> ==============================
Yes, I added it a while ago to avoid these kinds of failures :)
-------------
PR Comment: https://git.openjdk.org/leyden/pull/14#issuecomment-2339950399
More information about the leyden-dev
mailing list