16 # 2 along with this work; if not, write to the Free Software Foundation,
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18 #
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 # or visit www.oracle.com if you need additional information or have any
21 # questions.
22 #
23
24 #############################################################################
25 #
26 # List of quarantined tests for testing with the '--enable-preview' option
27 # where the option IS specified in the task definition and NOT in the test.
28 #
29 # If the '--enable-preview' option is NOT specified in the task definition,
30 # and the option IS specified in the test, then an entry here WILL NOT work.
31 #
32 # There are separate sub-sections for each preview project.
33 #
34 #############################################################################
35
|
16 # 2 along with this work; if not, write to the Free Software Foundation,
17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18 #
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 # or visit www.oracle.com if you need additional information or have any
21 # questions.
22 #
23
24 #############################################################################
25 #
26 # List of quarantined tests for testing with the '--enable-preview' option
27 # where the option IS specified in the task definition and NOT in the test.
28 #
29 # If the '--enable-preview' option is NOT specified in the task definition,
30 # and the option IS specified in the test, then an entry here WILL NOT work.
31 #
32 # There are separate sub-sections for each preview project.
33 #
34 #############################################################################
35
36 # Valhalla failures start here:
37
38 # Compiler:
39 compiler/c2/ReachabilityFenceFlagsTest.java 8382503 generic-all
40 compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaField.java 8372605 generic-all
41 compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java 8372605 generic-all
42 compiler/stable/TestStableArrayMembars.java 8380921 generic-all
43 compiler/valhalla/inlinetypes/TestIntrinsics.java#id0 8382504 generic-all
44 compiler/valhalla/inlinetypes/TestIntrinsics.java#id1 8382504 generic-all
45 compiler/valhalla/inlinetypes/TestIntrinsics.java#id3 8382504 generic-all
46 compiler/valhalla/inlinetypes/TestIntrinsics.java#id4 8382504 generic-all
47 compiler/valhalla/inlinetypes/TestIntrinsics.java#id5 8382504 generic-all
48 compiler/valhalla/inlinetypes/TestIntrinsics.java#id6 8382504 generic-all
49
50 # Runtime:
51 runtime/cds/appcds/aotCode/AOTCodeFlags.java#default_gc 8382398 generic-all
52 runtime/cds/appcds/aotCode/AOTCodeFlags.java#parallel 8382398 generic-all
53 runtime/cds/appcds/aotCode/AOTCodeFlags.java#Z 8382398 generic-all
54
55 # Serviceability:
|