[11u] RFR: 8228687: [TESTBUG] exclude Container tests from hotspot_misc group
Severin Gehwolf
sgehwolf at redhat.com
Mon Sep 30 16:53:02 UTC 2019
Hi,
Could I please get a review of this trivial test bug fix? It brings
OpenJDK 11u one step closer to what's in Oracle JDK 11.0.6. The patch
from JDK head didn't apply cleanly as JDK-8217666 isn't in OpenJDK 11.
I've recreated the patch manually.
Bug: https://bugs.openjdk.java.net/browse/JDK-8228687
webrev: http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8228687/01/webrev/
Original changeset: https://hg.openjdk.java.net/jdk/jdk/rev/a26bc1847594
Testing: On a system with docker properly configured used jtreg -l to
list tests for hotspot_misc group before[1] and after[2]
Thoughts?
Thanks,
Severin
[1] $ jtreg -l -dir:./test/hotspot/jtreg/ :hotspot_misc | grep containers
containers/cgroup/PlainRead.java
containers/docker/DockerBasicTest.java
containers/docker/TestCPUAwareness.java
containers/docker/TestCPUSets.java
containers/docker/TestJFREvents.java
containers/docker/TestJFRNetworkEvents.java
containers/docker/TestMemoryAwareness.java
containers/docker/TestMisc.java
[2] <empty>
More information about the jdk-updates-dev
mailing list