8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
Reviewed-by: iignatyev, kvn
This commit is contained in:
parent
e3b0d6d069
commit
fb36c6cbbe
hotspot/test
@ -428,7 +428,8 @@ hotspot_runtime = \
|
||||
-runtime/7158988/FieldMonitor.java
|
||||
|
||||
hotspot_runtime_closed = \
|
||||
sanity/ExecuteInternalVMTests.java
|
||||
sanity/ExecuteInternalVMTests.java \
|
||||
testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
|
||||
|
||||
hotspot_serviceability = \
|
||||
sanity/ExecuteInternalVMTests.java \
|
||||
|
@ -47,7 +47,8 @@ public class TestMutuallyExclusivePlatformPredicates {
|
||||
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user