From ecff2507cb5c724208929eb92b33df0f511d427c Mon Sep 17 00:00:00 2001 From: skovalev Date: Fri, 25 Dec 2015 14:03:45 +0300 Subject: [PATCH] 8144937: [TEST_BUG] testlibrary_tests should be excluded for compact1 and compact2 execution Reviewed-by: dholmes, rriggs --- test/TEST.groups | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/TEST.groups b/test/TEST.groups index f4b5a5b36..9ec3c855d 100644 --- a/test/TEST.groups +++ b/test/TEST.groups @@ -96,7 +96,8 @@ needs_jdk = \ runtime/Thread/TestThreadDumpMonitorContention.java \ runtime/XCheckJniJsig/XCheckJSig.java \ serviceability/attach/AttachWithStalePidFile.java \ - serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java + serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java \ + testlibrary_tests/ # JRE adds further tests to compact3 @@ -251,7 +252,6 @@ compact1_minimal = \ serviceability/ \ compiler/ \ testlibrary/ \ - testlibrary_tests/ \ sanity/ \ runtime/ \ gc/ \ -- GitLab