# HG changeset patch # User dpochepk # Date 1435773858 -10800 # Node ID 5b83e0eb70731c6512b6e062a4a39e061598e1ba # Parent 65674ad914148f10129f2646f20edac55ce5a564 8129430: tests that requrie G1 should be excluded from execution on embedded platfomrs where g1 is not supported Summary: Test group definition has been fixed Reviewed-by: tschatzl diff -r 65674ad91414 -r 5b83e0eb7073 hotspot/test/TEST.groups --- a/hotspot/test/TEST.groups Wed Jul 01 16:38:14 2015 +0200 +++ b/hotspot/test/TEST.groups Wed Jul 01 21:04:18 2015 +0300 @@ -237,7 +237,7 @@ gc/arguments/TestParallelGCThreads.java \ gc/arguments/TestUseCompressedOopsErgo.java \ gc/class_unloading/TestG1ClassUnloadingHWM.java \ - gc/ergonomics/TestDynamicNumberOfGCThreads.java + gc/ergonomics/TestDynamicNumberOfGCThreads.java \ gc/g1/ \ gc/metaspace/G1AddMetaspaceDependency.java \ gc/metaspace/TestMetaspacePerfCounters.java \