8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
authorfzhinkin
Fri, 12 Dec 2014 21:37:37 +0300
changeset 28181 ce5d307551ea
parent 28180 c14092114414
child 28182 8a51e754d3d8
8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms Reviewed-by: iignatyev, kvn
hotspot/test/TEST.groups
hotspot/test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
--- a/hotspot/test/TEST.groups	Fri Dec 12 21:32:43 2014 +0300
+++ b/hotspot/test/TEST.groups	Fri Dec 12 21:37:37 2014 +0300
@@ -428,7 +428,8 @@
  -runtime/7158988/FieldMonitor.java
 
 hotspot_runtime_closed = \
-  sanity/ExecuteInternalVMTests.java
+  sanity/ExecuteInternalVMTests.java \
+  testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
 
 hotspot_serviceability = \
   sanity/ExecuteInternalVMTests.java \
--- a/hotspot/test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java	Fri Dec 12 21:32:43 2014 +0300
+++ b/hotspot/test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java	Fri Dec 12 21:37:37 2014 +0300
@@ -47,7 +47,8 @@
         BITNESS("is32bit", "is64bit"),
         OS("isLinux", "isSolaris", "isWindows", "isOSX"),
         VM_TYPE("isClient", "isServer", "isGraal", "isMinimal"),
-        IGNORED("isEmbedded", "isDebugBuild");
+        IGNORED("isEmbedded", "isDebugBuild", "shouldSAAttach",
+                "canPtraceAttachLinux", "canAttachOSX");
 
         public final List<String> methodNames;