RFR: Mark Leyden tests that require artifacts with "external-dep"
Aleksey Shipilev
shade at openjdk.org
Thu Sep 5 17:44:11 UTC 2024
[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
==============================
-------------
Commit messages:
- External-dep
Changes: https://git.openjdk.org/leyden/pull/14/files
Webrev: https://webrevs.openjdk.org/?repo=leyden&pr=14&range=00
Stats: 16 lines in 4 files changed: 16 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/leyden/pull/14.diff
Fetch: git fetch https://git.openjdk.org/leyden.git pull/14/head:pull/14
PR: https://git.openjdk.org/leyden/pull/14
More information about the leyden-dev
mailing list