author | lana |
Tue, 15 Mar 2016 14:50:00 -0700 | |
changeset 36706 | ccbc5ff54c9a |
parent 31285 | 2dec844adc37 |
permissions | -rw-r--r-- |
30990
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
1 |
# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. |
28134
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
2 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
3 |
# |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
4 |
# This code is free software; you can redistribute it and/or modify it |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
5 |
# under the terms of the GNU General Public License version 2 only, as |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
6 |
# published by the Free Software Foundation. |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
7 |
# |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
8 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
9 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
10 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
11 |
# version 2 for more details (a copy is included in the LICENSE file that |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
12 |
# accompanied this code). |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
13 |
# |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
14 |
# You should have received a copy of the GNU General Public License version |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
15 |
# 2 along with this work; if not, write to the Free Software Foundation, |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
16 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
17 |
# |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
18 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
19 |
# or visit www.oracle.com if you need additional information or have any |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
20 |
# questions. |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
21 |
# |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
22 |
|
30990
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
23 |
# Tiered testing definitions |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
24 |
|
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
25 |
# No jaxp tests are tier 1. |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
26 |
tier1 = |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
27 |
|
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
28 |
# All jaxp tests are tier 2. |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
29 |
tier2 = \ |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
30 |
:jaxp_all |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
31 |
|
31285
2dec844adc37
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
30990
diff
changeset
|
32 |
# No tier 3 tests. |
2dec844adc37
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
30990
diff
changeset
|
33 |
tier3 = |
2dec844adc37
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
30990
diff
changeset
|
34 |
|
28134
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
35 |
jaxp_all = \ |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
diff
changeset
|
36 |
javax/xml/jaxp |