author | thartmann |
Mon, 02 Jul 2018 09:21:06 +0200 | |
changeset 50902 | ec9957671c5d |
parent 50892 | a5557f24b4d4 |
child 51047 | 860a3648c494 |
permissions | -rw-r--r-- |
31004
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
1 |
########################################################################### |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
2 |
# |
49970
fc778e86381f
8202584: de-problem list tools/javac/jvm/VerboseOutTest
vromero
parents:
49784
diff
changeset
|
3 |
# Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. |
31004
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
4 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
5 |
# |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
6 |
# This code is free software; you can redistribute it and/or modify it |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
7 |
# under the terms of the GNU General Public License version 2 only, as |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
8 |
# published by the Free Software Foundation. |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
9 |
# |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
10 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
11 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
12 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
13 |
# version 2 for more details (a copy is included in the LICENSE file that |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
14 |
# accompanied this code). |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
15 |
# |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
16 |
# You should have received a copy of the GNU General Public License version |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
17 |
# 2 along with this work; if not, write to the Free Software Foundation, |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
18 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
19 |
# |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
20 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
21 |
# or visit www.oracle.com if you need additional information or have any |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
22 |
# questions. |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
23 |
# |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
24 |
########################################################################### |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
25 |
|
36707
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
26 |
########################################################################### |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
27 |
# |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
28 |
# javadoc |
40310
a979695d72a1
8152054: fix @ignored langtools/test/jdk/javadoc/tool/ tests
ksrini
parents:
40309
diff
changeset
|
29 |
jdk/javadoc/tool/enum/docComments/Main.java 8152313 generic-all convert to doclet test framework |
a979695d72a1
8152054: fix @ignored langtools/test/jdk/javadoc/tool/ tests
ksrini
parents:
40309
diff
changeset
|
30 |
jdk/javadoc/tool/enum/enumType/Main.java 8152313 generic-all convert to doclet test framework |
a979695d72a1
8152054: fix @ignored langtools/test/jdk/javadoc/tool/ tests
ksrini
parents:
40309
diff
changeset
|
31 |
jdk/javadoc/tool/varArgs/Main.java 8152313 generic-all convert to doclet test framework |
40589 | 32 |
jdk/javadoc/doclet/testIOException/TestIOException.java 8164597 windows-all |
36707
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
33 |
|
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
34 |
########################################################################### |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
35 |
# |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
36 |
# jshell |
36526 | 37 |
|
43764
0031ca4f6b2c
8174672: JShell tests: jdk/jshell/UserJdiUserRemoteTest.java problem listed with wrong bug number
rfield
parents:
43366
diff
changeset
|
38 |
jdk/jshell/UserJdiUserRemoteTest.java 8173079 linux-all |
48492
fb56735cb46a
8195067: problem list tools/javac/jvm/VerboseOutTest.java
iignatyev
parents:
48343
diff
changeset
|
39 |
jdk/jshell/UserInputTest.java 8169536 generic-all |
49519
94129cb29710
8200703: Problem list jdk/jshell/ExceptionsTest.java fails on windows
amlu
parents:
48841
diff
changeset
|
40 |
jdk/jshell/ExceptionsTest.java 8200701 windows-all |
36707
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
41 |
|
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
42 |
########################################################################### |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
43 |
# |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
44 |
# javac |
36526 | 45 |
|
36707
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
46 |
tools/javac/annotations/typeAnnotations/failures/CantAnnotatePackages.java 8057679 generic-all clarify error messages trying to annotate scoping |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
47 |
tools/javac/annotations/typeAnnotations/failures/CantAnnotateScoping.java 8057679 generic-all clarify error messages trying to annotate scoping |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
48 |
tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass2.java 8057679 generic-all clarify error messages trying to annotate scoping |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
49 |
tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass2.java 8057683 generic-all improve ordering of errors with type annotations |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
50 |
tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass3.java 8057679 generic-all clarify error messages trying to annotate scoping |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
51 |
tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass3.java 8057683 generic-all improve order of errors with type annotations |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
52 |
tools/javac/annotations/typeAnnotations/newlocations/RepeatingTypeAnnotations.java 8057683 generic-all improve ordering of errors with type annotations |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
53 |
tools/javac/annotations/typeAnnotations/referenceinfos/Lambda.java 8057687 generic-all emit correct byte code an attributes for type annotations |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
54 |
tools/javac/annotations/typeAnnotations/referenceinfos/NestedTypes.java 8057687 generic-all emit correct byte code an attributes for type annotations |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
55 |
tools/javac/warnings/suppress/TypeAnnotations.java 8057683 generic-all improve ordering of errors with type annotations |
45089
57bd146f13ae
8180304: Add tests to ProblemList that fails on Windows when running with subst or different drive than source code is on.
ctornqvi
parents:
44882
diff
changeset
|
56 |
tools/javac/modules/SourceInSymlinkTest.java 8180263 windows-all fails when run on a subst drive |
50290
b4fc0f620f7f
8203926: Problem list test/langtools/tools/javac/importscope/T8193717.java
jlahoda
parents:
49970
diff
changeset
|
57 |
tools/javac/importscope/T8193717.java 8203925 generic-all the test requires too much memory |
36707
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
58 |
|
50892 | 59 |
|
60 |
tools/javac/options/smokeTests/OptionSmokeTest.java 8205493 generic-all hard-coded release values in strings |
|
61 |
||
36707
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
62 |
########################################################################### |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
63 |
# |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
64 |
# javap |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
65 |
|
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
66 |
tools/javap/output/RepeatingTypeAnnotations.java 8057687 generic-all emit correct byte code an attributes for type annotations |
49784
d28ec9f8d528
8195662: Add T6587786.java to problem list before JDK-8195589 is resolved
weijun
parents:
49519
diff
changeset
|
67 |
tools/javap/T6587786.java 8195589 generic-all T6587786.java failed after JDK-8189997 |
36707
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
68 |
|
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
69 |
########################################################################### |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
70 |
# |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
71 |
# sjavac |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
72 |
|
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
73 |
tools/sjavac/IncCompileFullyQualifiedRef.java 8152055 generic-all Requires dependency code to deal with in-method dependencies. |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
74 |
tools/sjavac/IncCompileWithChanges.java 8152055 generic-all Requires dependency code to deal with in-method dependencies. |
317e0a03421a
8152048: change langtools tests to use ProblemList instead of @ignore
jjg
parents:
31004
diff
changeset
|
75 |
|
50892 | 76 |
tools/sjavac/ApiExtraction.java 8158002 generic-all Requires investigation |
77 |
tools/sjavac/IgnoreSymbolFile.java 8158002 generic-all Requires investigation |
|
78 |
tools/sjavac/ClasspathDependencies.java 8158002 generic-all Requires investigation |
|
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
40305
diff
changeset
|
79 |
|
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
40305
diff
changeset
|
80 |
|
36711
545ab4f42958
8152504: Problem list tools/jdeps/modules/GenModuleInfo.java until JDK-8152502 is resolved
mchung
parents:
36709
diff
changeset
|
81 |
########################################################################### |
545ab4f42958
8152504: Problem list tools/jdeps/modules/GenModuleInfo.java until JDK-8152502 is resolved
mchung
parents:
36709
diff
changeset
|
82 |
# |
50892 | 83 |
# jdeps |
48343 | 84 |