RFR: 8343809: Add requires tag to mark tests that are incompatible with exploded image
Leonid Mesnik
lmesnik at openjdk.org
Sat Dec 13 20:07:25 UTC 2025
The
jdk.explodedImage
might be used to filter tests incompatible with
make exploded-run-test TEST=...
The exploded-run-test mode is used only for quick manual testing and not in CI or ATR testing. However, it is make sense to reduce false positive failures so developers don't waste time during local testing.
-------------
Commit messages:
- 8343809: Add requires tag to mark tests that are incompatible with exploded image
Changes: https://git.openjdk.org/jdk/pull/28814/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28814&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8343809
Stats: 22 lines in 5 files changed: 20 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/28814.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28814/head:pull/28814
PR: https://git.openjdk.org/jdk/pull/28814
More information about the hotspot-dev
mailing list