Integrated: 8238263: Create at-requires mechanism for containers

Harold Seigel hseigel at openjdk.java.net
Mon Oct 26 20:37:21 UTC 2020


On Fri, 23 Oct 2020 18:44:54 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: ca8bba64
Author:    Harold Seigel <hseigel at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ca8bba64
Stats:     10 lines in 3 files changed: 8 ins; 0 del; 2 mod

8238263: Create at-requires mechanism for containers

Reviewed-by: bobv, iignatyev

-------------

PR: https://git.openjdk.java.net/jdk/pull/844


More information about the core-libs-dev mailing list