8160739: quarantine tests failing due to -XX:TieredStopAtLevel=1
8160743: quarantine tests that can't attach symbolicator to the process on MacOS X Reviewed-by: sspitsyn, dholmes, kvn
This commit is contained in:
parent
4e25b9f930
commit
65ae838dbf
@ -29,6 +29,7 @@
|
||||
## @summary testing of ciReplay with using generated by VM replay.txt w/o comp_level
|
||||
## @author igor.ignatyev@oracle.com
|
||||
## @requires vm.flightRecorder != true
|
||||
## @ignore 8157984
|
||||
## @run shell TestVM_no_comp_level.sh
|
||||
##
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
* @library /testlibrary /test/lib /
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @ignore 8157984
|
||||
* @build TestRangeCheckSmearing
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* jdk.test.lib.Platform
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @library /testlibrary /test/lib /
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @modules java.management
|
||||
* @ignore 8157984
|
||||
* @build NonTieredLevelsTest
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
|
@ -24,6 +24,9 @@
|
||||
/*
|
||||
* @test SASymbolTableTest
|
||||
* @summary Walk symbol table using SA, with and without CDS.
|
||||
* Started failing on 2016.06.24 due to 8160376 on MacOS X so quarantine
|
||||
* it on that platform:
|
||||
* @requires os.family != "mac"
|
||||
* @library /testlibrary
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* jdk.hotspot.agent/sun.jvm.hotspot.oops
|
||||
|
@ -32,6 +32,9 @@ import jdk.test.lib.apps.LingeredApp;
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @summary Started failing on 2016.06.24 due to 8160376 on MacOS X so
|
||||
* quarantine it on that platform:
|
||||
* @requires os.family != "mac"
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib/share/classes
|
||||
* @library /testlibrary
|
||||
|
@ -32,6 +32,9 @@ import jdk.test.lib.apps.LingeredApp;
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @summary Started failing on 2016.06.24 due to 8160376 on MacOS X so
|
||||
* quarantine it on that platform:
|
||||
* @requires os.family != "mac"
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib/share/classes
|
||||
* @library /testlibrary
|
||||
|
@ -43,6 +43,9 @@ import jdk.test.lib.ProcessTools;
|
||||
* @bug 6313383
|
||||
* @key regression
|
||||
* @summary Regression test for hprof export issue due to large heaps (>2G)
|
||||
* Started failing on 2016.06.24 due to 8160376 on MacOS X so quarantine
|
||||
* it on that platform:
|
||||
* @requires os.family != "mac"
|
||||
* @library /testlibrary
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.compiler
|
||||
|
Loading…
Reference in New Issue
Block a user