author | dfuchs |
Fri, 13 Apr 2018 16:14:15 +0100 | |
branch | http-client-branch |
changeset 56429 | d61066f546a7 |
parent 49434 | 951f29c9aef5 |
child 49679 | 7084eec5c723 |
permissions | -rw-r--r-- |
42640
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
1 |
# |
48627
bf12b502df94
8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
tschatzl
parents:
48490
diff
changeset
|
2 |
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. |
42640
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
4 |
# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
8 |
# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
9 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
10 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
11 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
12 |
# version 2 for more details (a copy is included in the LICENSE file that |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
13 |
# accompanied this code). |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
14 |
# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
15 |
# You should have received a copy of the GNU General Public License version |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
16 |
# 2 along with this work; if not, write to the Free Software Foundation, |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
17 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
18 |
# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
19 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
20 |
# or visit www.oracle.com if you need additional information or have any |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
21 |
# questions. |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
22 |
# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
23 |
|
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
24 |
############################################################################# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
25 |
# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
26 |
# List of quarantined tests -- tests that should not be run by default, because |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
27 |
# they may fail due to known reason. The reason (CR#) must be mandatory specified. |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
28 |
# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
29 |
# List items are testnames followed by labels, all MUST BE commented |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
30 |
# as to why they are here and use a label: |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
31 |
# generic-all Problems on all platforms |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
32 |
# generic-ARCH Where ARCH is one of: sparc, sparcv9, x64, i586, etc. |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
33 |
# OSNAME-all Where OSNAME is one of: solaris, linux, windows, macosx, aix |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
34 |
# OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. solaris-amd64 |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
35 |
# OSNAME-REV Specific on to one OSNAME and REV, e.g. solaris-5.8 |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
36 |
# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
37 |
# More than one label is allowed but must be on the same line. |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
38 |
# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
39 |
############################################################################# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
40 |
|
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
41 |
# :hotspot_compiler |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
42 |
|
46758
c29bafdec51d
8185876: quarantine compiler/ciReplay/TestSAServer.java
dcubed
parents:
46757
diff
changeset
|
43 |
compiler/ciReplay/TestSAServer.java 8029528 generic-all |
42640
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
44 |
compiler/codecache/stress/OverloadCompileQueueTest.java 8166554 generic-all |
48462
0bce2ae39928
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
thartmann
parents:
48403
diff
changeset
|
45 |
compiler/codegen/Test6896617.java 8193479 generic-all |
42640
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
46 |
compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java 8140405 generic-all |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
47 |
compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java 8158860 generic-all |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
48 |
compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java 8163894 generic-all |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
49 |
compiler/tiered/LevelTransitionTest.java 8067651 generic-all |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
50 |
compiler/types/correctness/CorrectnessTest.java 8066173 generic-all |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
51 |
compiler/types/correctness/OffTest.java 8066173 generic-all |
48471
d55bee3727de
8193840: Add compiler/c2/Test8007294.java to the problem list
dholmes
parents:
48462
diff
changeset
|
52 |
compiler/c2/Test8007294.java 8192992 generic-all |
42640
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
53 |
|
47766
bfba73a06c8c
8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
iignatyev
parents:
47661
diff
changeset
|
54 |
applications/ctw/modules/java_desktop.java 8189604 windows-all |
bfba73a06c8c
8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
iignatyev
parents:
47661
diff
changeset
|
55 |
applications/ctw/modules/jdk_jconsole.java 8189604 windows-all |
bfba73a06c8c
8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
iignatyev
parents:
47661
diff
changeset
|
56 |
|
42640
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
57 |
############################################################################# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
58 |
|
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
59 |
# :hotspot_gc |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
60 |
|
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
61 |
gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
62 |
gc/survivorAlignment/TestPromotionToSurvivor.java 8129886 generic-all |
43468
edd7949f64cf
8172972: Add gc/g1/logging/TestG1LoggingFailure.java to the ProblemList
dholmes
parents:
43440
diff
changeset
|
63 |
gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all |
46409
b8e6a56681f5
8179266: Add test/gc/g1/humongousObjects/TestHeapCounters.java to ProblemList.txt
ehelin
parents:
46355
diff
changeset
|
64 |
gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all |
48202
309dbeb79657
8193068: Add gc/g1/TestVerifyGCType.java to problem list
sjohanss
parents:
48178
diff
changeset
|
65 |
gc/g1/TestVerifyGCType.java 8193067 generic-all |
48627
bf12b502df94
8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
tschatzl
parents:
48490
diff
changeset
|
66 |
gc/stress/gclocker/TestGCLockerWithParallel.java 8180622 generic-all |
49062
ff158f06c423
8198568: clean up test/hotspot/jtreg/ProblemList.txt
iignatyev
parents:
48841
diff
changeset
|
67 |
gc/stress/gclocker/TestGCLockerWithG1.java 8180622 generic-all |
46797
113344bc96b7
8186149: quarantine gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
dcubed
parents:
46788
diff
changeset
|
68 |
gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java 8177765 generic-all |
48631
862c41cf1c7f
8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME
tschatzl
parents:
48627
diff
changeset
|
69 |
gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java 8192647 generic-all |
42640
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
70 |
|
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
71 |
############################################################################# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
72 |
|
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
73 |
# :hotspot_runtime |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
74 |
|
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
75 |
runtime/CompressedOops/UseCompressedOops.java 8079353 generic-all |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
76 |
runtime/SharedArchiveFile/DefaultUseWithClient.java 8154204 generic-all |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
77 |
|
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
78 |
############################################################################# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
79 |
|
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
80 |
# :hotspot_serviceability |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
81 |
|
49068 | 82 |
serviceability/sa/TestRevPtrsForInvokeDynamic.java 8191270 generic-all |
83 |
serviceability/sa/sadebugd/SADebugDTest.java 8163805 generic-all |
|
49385
1517b9220e64
8199533: ProblemList tests failing after JDK-8153333
sjohanss
parents:
49328
diff
changeset
|
84 |
serviceability/tmtools/jstat/GcTest01.java 8199519 generic-all |
1517b9220e64
8199533: ProblemList tests failing after JDK-8153333
sjohanss
parents:
49328
diff
changeset
|
85 |
serviceability/tmtools/jstat/GcTest02.java 8199519 generic-all |
1517b9220e64
8199533: ProblemList tests failing after JDK-8153333
sjohanss
parents:
49328
diff
changeset
|
86 |
serviceability/tmtools/jstat/GcCauseTest01.java 8199519 generic-all |
1517b9220e64
8199533: ProblemList tests failing after JDK-8153333
sjohanss
parents:
49328
diff
changeset
|
87 |
serviceability/tmtools/jstat/GcCauseTest02.java 8199519 generic-all |
1517b9220e64
8199533: ProblemList tests failing after JDK-8153333
sjohanss
parents:
49328
diff
changeset
|
88 |
serviceability/tmtools/jstat/GcCauseTest03.java 8199519 generic-all |
49062
ff158f06c423
8198568: clean up test/hotspot/jtreg/ProblemList.txt
iignatyev
parents:
48841
diff
changeset
|
89 |
|
42640
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
90 |
############################################################################# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
91 |
|
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
92 |
# :hotspot_misc |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
93 |
|
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
94 |
############################################################################# |
09dba077f1e7
8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff
changeset
|
95 |
|
48841 | 96 |
########################################################################### |
97 |
# |
|
98 |
# Java EE Module Removal |
|
99 |
# |
|
100 |
||
101 |
runtime/appcds/jigsaw/classpathtests/ClassPathTests.java 8194310 generic-all Java EE Module Removal |
|
102 |
runtime/appcds/jigsaw/overridetests/OverrideTests.java 8194310 generic-all Java EE Module Removal |
|
103 |
runtime/SharedArchiveFile/BootAppendTests.java 8194310 generic-all Java EE Module Removal |
|
104 |
runtime/modules/PatchModule/PatchModuleClassList.java 8194310 generic-all Java EE Module Removal |
|
105 |
compiler/c2/Test8007294.java 8194310 generic-all Java EE Module Removal |
|
106 |
compiler/c2/Test6852078.java 8194310 generic-all Java EE Module Removal |
|
107 |
runtime/AppCDS/HelloExtTest.java 8194310 generic-all Java EE Module Removal |
|
108 |
runtime/AppCDS/javaldr/CheckAnonymousClass.java 8194310 generic-all Java EE Module Removal |
|
109 |
runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java 8194310 generic-all Java EE Module Removal |