RFR(T): 8228687: TESTBUG] exclude Container tests from hotspot_misc group

mikhailo.seledtsov at oracle.com mikhailo.seledtsov at oracle.com
Fri Aug 2 20:41:25 UTC 2019


Please review this trivial change that excludes hotspot_containers from 
hotspot_misc group.

Rational:

     Container tests require special host/node setup. For this reason 
they were grouped into their own group (hotspot_containers). They should 
not be executed as part of hotspot_misc (tests in hotspot_misc do not 
impose special host configuration requirements).

JBS: https://bugs.openjdk.java.net/browse/JDK-8228687

Testing: ran hotspot_misc - In progress (Passed already on Linux-x64 and 
Win-x64).

Change:

diff --git a/test/hotspot/jtreg/TEST.groups b/test/hotspot/jtreg/TEST.groups
--- a/test/hotspot/jtreg/TEST.groups
+++ b/test/hotspot/jtreg/TEST.groups
@@ -61,7 +61,8 @@
   -:hotspot_gc \
   -:hotspot_runtime \
   -:hotspot_serviceability \
- -gc/nvdimm
+ -gc/nvdimm \
+ -:hotspot_containers


Thank you,

Misha



More information about the hotspot-runtime-dev mailing list