RFR: 8238263: Create at-requires mechanism for containers [v2]
Harold Seigel
hseigel at openjdk.java.net
Mon Oct 26 18:13:29 UTC 2020
> Please review this change to add an @requires mechanism called "jdk.containerized" to help mark tests that are incompatible with containers. Users would add "@requires jdk.containerized != true" to the incompatible tests and then use "make test ... OPTIONS=-Djdk.containerized=true" or "bash jib.sh mach5 -- remote-build-and-test ... --test-make-args JTREG=OPTIONS=-Djdk.containerized=true" to exclude those tests when testing with containers.
Harold Seigel has updated the pull request incrementally with one additional commit since the last revision:
8238263: Create at-requires mechanism for containers
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/844/files
- new: https://git.openjdk.java.net/jdk/pull/844/files/9ffe9ad7..7a5ae052
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=844&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=844&range=00-01
Stats: 6 lines in 1 file changed: 6 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/844.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/844/head:pull/844
PR: https://git.openjdk.java.net/jdk/pull/844
More information about the core-libs-dev
mailing list