author | xgong |
Tue, 10 Sep 2019 14:52:53 +0800 | |
changeset 58062 | 65cad575ace3 |
parent 55462 | 6dfdcd31463d |
child 58679 | 9c3209ff7550 |
permissions | -rw-r--r-- |
49179 | 1 |
# |
53737 | 2 |
# Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. |
49179 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
7 |
# published by the Free Software Foundation. |
|
8 |
# |
|
9 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
# accompanied this code). |
|
14 |
# |
|
15 |
# You should have received a copy of the GNU General Public License version |
|
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 in Graal JIT mode. |
|
27 |
# |
|
28 |
############################################################################# |
|
29 |
||
55462
6dfdcd31463d
8185139: [Graal] Tests which set too restrictive security manager fail with Graal
kvn
parents:
55434
diff
changeset
|
30 |
java/lang/String/concat/WithSecurityManager.java 8207267 generic-all |
6dfdcd31463d
8185139: [Graal] Tests which set too restrictive security manager fail with Graal
kvn
parents:
55434
diff
changeset
|
31 |
java/lang/System/LoggerFinder/LoggerFinderAPI/LoggerFinderAPI.java 8207267 generic-all |
49179 | 32 |
|
33 |
java/util/concurrent/tck/JSR166TestCase.java 8187486 generic-all |
|
34 |
||
35 |
java/lang/ref/OOMEInReferenceHandler.java 8196611 generic-all |
|
55206 | 36 |
java/lang/ref/SoftReference/Pin.java 8196611 generic-all |
49179 | 37 |
java/lang/Runtime/exec/LotsOfOutput.java 8196611 generic-all |
50276
6a5a8ed5e475
8200266: [Graal] Update ProblemList-graal.txt files
epavlova
parents:
49179
diff
changeset
|
38 |
java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java 8196611 generic-all |
58062
65cad575ace3
8230454: [Graal] Add "com/sun/crypto/provider/KeyFactory/TestProviderLeak.java" to Graal problem list.
xgong
parents:
55462
diff
changeset
|
39 |
com/sun/crypto/provider/KeyFactory/TestProviderLeak.java 8196611 generic-all |
50455
2b73cce96dce
8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
kvn
parents:
50276
diff
changeset
|
40 |
|
53619
f5fd8eefae0f
8218025: disable pop_frame and force_early_return caps for Graal
amenkov
parents:
50823
diff
changeset
|
41 |
# tests require pop_frame and force_early_return capabilities |
55434
af38014cb097
8226360: merge entries in hotspot problem lists
iignatyev
parents:
55406
diff
changeset
|
42 |
com/sun/jdi/EarlyReturnTest.java 8195635 generic-all |
53619
f5fd8eefae0f
8218025: disable pop_frame and force_early_return caps for Graal
amenkov
parents:
50823
diff
changeset
|
43 |
com/sun/jdi/PopAndStepTest.java 8195635 generic-all |
f5fd8eefae0f
8218025: disable pop_frame and force_early_return caps for Graal
amenkov
parents:
50823
diff
changeset
|
44 |
com/sun/jdi/PopAsynchronousTest.java 8195635 generic-all |
55434
af38014cb097
8226360: merge entries in hotspot problem lists
iignatyev
parents:
55406
diff
changeset
|
45 |
com/sun/jdi/PopSynchronousTest.java 8195635 generic-all |
53619
f5fd8eefae0f
8218025: disable pop_frame and force_early_return caps for Graal
amenkov
parents:
50823
diff
changeset
|
46 |
com/sun/jdi/RedefineCrossStart.java 8195635 generic-all |
55434
af38014cb097
8226360: merge entries in hotspot problem lists
iignatyev
parents:
55406
diff
changeset
|
47 |
com/sun/jdi/RedefineG.java 8195635 generic-all |
af38014cb097
8226360: merge entries in hotspot problem lists
iignatyev
parents:
55406
diff
changeset
|
48 |
com/sun/jdi/RedefineTTYLineNumber.java 8195635 generic-all |
53619
f5fd8eefae0f
8218025: disable pop_frame and force_early_return caps for Graal
amenkov
parents:
50823
diff
changeset
|
49 |
|
50455
2b73cce96dce
8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
kvn
parents:
50276
diff
changeset
|
50 |
# Next JFR tests fail with Graal. Assuming 8193210. |
2b73cce96dce
8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
kvn
parents:
50276
diff
changeset
|
51 |
jdk/jfr/event/compiler/TestCodeSweeper.java 8193210 generic-all |
2b73cce96dce
8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
kvn
parents:
50276
diff
changeset
|
52 |
jdk/jfr/event/compiler/TestCompilerInlining.java 8193210 generic-all |
2b73cce96dce
8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
kvn
parents:
50276
diff
changeset
|
53 |
jdk/jfr/event/compiler/TestCompilerPhase.java 8193210 generic-all |
2b73cce96dce
8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
kvn
parents:
50276
diff
changeset
|
54 |
|
54767
6ccc7cd7931e
8223414: ProblemList java/lang/ref/ReachabilityFenceTest.java when running in Graal as JIT mode
epavlova
parents:
54464
diff
changeset
|
55 |
# Next tests should be re-enabled once libgraal is introduced |
6ccc7cd7931e
8223414: ProblemList java/lang/ref/ReachabilityFenceTest.java when running in Graal as JIT mode
epavlova
parents:
54464
diff
changeset
|
56 |
java/lang/ref/ReachabilityFenceTest.java 8207267 generic-all |
55206 | 57 |
|
58 |
# Next test failed to create new adapter because CodeCache is full with Graal compiled methods. |
|
59 |
java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java 8207267 generic-all |