author | lmesnik |
Mon, 27 Aug 2018 12:45:31 -0700 | |
changeset 51536 | f23312250f25 |
parent 50019 | e2dc18484400 |
permissions | -rw-r--r-- |
49960
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
1 |
# 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
|
2 |
# 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
|
3 |
# |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
4 |
# 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
|
5 |
# 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
|
6 |
# published by the Free Software Foundation. |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
7 |
# |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
8 |
# 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
|
9 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
10 |
# 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
|
11 |
# 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
|
12 |
# accompanied this code). |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
13 |
# |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
14 |
# 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
|
15 |
# 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
|
16 |
# 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
|
17 |
# |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
18 |
# 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
|
19 |
# 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
|
20 |
# questions. |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
21 |
# |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
22 |
|
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
23 |
# Tiered testing definitions |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
24 |
|
36154
63cd939d7e20
8150427: Demote ToolReloadTest.java and mark as intermittently failing
darcy
parents:
35426
diff
changeset
|
25 |
# (Nearly) all langtools tests are tier 1. |
31004
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
26 |
tier1 = \ |
35426
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
31298
diff
changeset
|
27 |
jdk \ |
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
31298
diff
changeset
|
28 |
lib \ |
36154
63cd939d7e20
8150427: Demote ToolReloadTest.java and mark as intermittently failing
darcy
parents:
35426
diff
changeset
|
29 |
tools \ |
46077
08de9d5386a9
8184894: Mark ExternalEditorTest.java as intermittently failing, demote to tier 2
amlu
parents:
45755
diff
changeset
|
30 |
-jdk/jshell/ExternalEditorTest.java \ |
49960
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
31 |
-jdk/jshell/FailOverDirectExecutionControlTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
32 |
-jdk/jshell/FailOverExecutionControlDyingLaunchTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
33 |
-jdk/jshell/FailOverExecutionControlHangingListenTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
34 |
-jdk/jshell/JdiHangingListenExecutionControlTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
35 |
-jdk/jshell/JdiLaunchingExecutionControlTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
36 |
-jdk/jshell/JdiListeningExecutionControlTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
37 |
-jdk/jshell/JdiListeningLocalhostExecutionControlTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
38 |
-jdk/jshell/ToolBasicTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
39 |
-jdk/jshell/ToolLocaleMessageTest.java \ |
37856
443bdc8a8b7c
8156158: Mark ToolLocaleMessageTest.java as intermittently failing, demote to tier 2
darcy
parents:
36154
diff
changeset
|
40 |
-jdk/jshell/ToolReloadTest.java \ |
50019 | 41 |
-jdk/jshell/UserInputTest.java \ |
49960
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
42 |
-jdk/jshell/UserJdiUserRemoteTest.java |
31004
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
43 |
|
36154
63cd939d7e20
8150427: Demote ToolReloadTest.java and mark as intermittently failing
darcy
parents:
35426
diff
changeset
|
44 |
# (Almost) no langtools tests are tier 2. |
63cd939d7e20
8150427: Demote ToolReloadTest.java and mark as intermittently failing
darcy
parents:
35426
diff
changeset
|
45 |
tier2 = \ |
46077
08de9d5386a9
8184894: Mark ExternalEditorTest.java as intermittently failing, demote to tier 2
amlu
parents:
45755
diff
changeset
|
46 |
jdk/jshell/ExternalEditorTest.java \ |
49960
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
47 |
jdk/jshell/FailOverDirectExecutionControlTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
48 |
jdk/jshell/FailOverExecutionControlDyingLaunchTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
49 |
jdk/jshell/FailOverExecutionControlHangingListenTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
50 |
jdk/jshell/JdiHangingListenExecutionControlTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
51 |
jdk/jshell/JdiLaunchingExecutionControlTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
52 |
jdk/jshell/JdiListeningExecutionControlTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
53 |
jdk/jshell/JdiListeningLocalhostExecutionControlTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
54 |
jdk/jshell/ToolBasicTest.java \ |
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
55 |
jdk/jshell/ToolLocaleMessageTest.java \ |
37856
443bdc8a8b7c
8156158: Mark ToolLocaleMessageTest.java as intermittently failing, demote to tier 2
darcy
parents:
36154
diff
changeset
|
56 |
jdk/jshell/ToolReloadTest.java \ |
50019 | 57 |
jdk/jshell/UserInputTest.java \ |
49960
3ab6ba9f94a9
8202520: JShell tests: move intermittently failing tests to tier2
rfield
parents:
47216
diff
changeset
|
58 |
jdk/jshell/UserJdiUserRemoteTest.java |
31298
d6e83f2d2be3
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
31004
diff
changeset
|
59 |
|
d6e83f2d2be3
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
31004
diff
changeset
|
60 |
# No langtools tests are tier 3 either. |
d6e83f2d2be3
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
31004
diff
changeset
|
61 |
tier3 = |