author | jlahoda |
Wed, 13 Apr 2016 19:44:19 +0200 | |
changeset 37391 | f2750c003cfb |
parent 36154 | 63cd939d7e20 |
child 37856 | 443bdc8a8b7c |
permissions | -rw-r--r-- |
31004
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
1 |
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. |
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 = \ |
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
27 |
com \ |
35426
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
31298
diff
changeset
|
28 |
jdk \ |
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
31298
diff
changeset
|
29 |
lib \ |
36154
63cd939d7e20
8150427: Demote ToolReloadTest.java and mark as intermittently failing
darcy
parents:
35426
diff
changeset
|
30 |
tools \ |
63cd939d7e20
8150427: Demote ToolReloadTest.java and mark as intermittently failing
darcy
parents:
35426
diff
changeset
|
31 |
-jdk/jshell/ToolReloadTest.java |
31004
dc33ef3ba667
8075546: Add tiered testing definitions to the langtools repo
darcy
parents:
diff
changeset
|
32 |
|
36154
63cd939d7e20
8150427: Demote ToolReloadTest.java and mark as intermittently failing
darcy
parents:
35426
diff
changeset
|
33 |
# (Almost) no langtools tests are tier 2. |
63cd939d7e20
8150427: Demote ToolReloadTest.java and mark as intermittently failing
darcy
parents:
35426
diff
changeset
|
34 |
tier2 = \ |
63cd939d7e20
8150427: Demote ToolReloadTest.java and mark as intermittently failing
darcy
parents:
35426
diff
changeset
|
35 |
jdk/jshell/ToolReloadTest.java |
31298
d6e83f2d2be3
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
31004
diff
changeset
|
36 |
|
d6e83f2d2be3
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
31004
diff
changeset
|
37 |
# No langtools tests are tier 3 either. |
d6e83f2d2be3
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
31004
diff
changeset
|
38 |
tier3 = |