author | lana |
Sat, 26 Sep 2015 09:21:16 -0700 | |
changeset 32752 | 43c458023730 |
parent 31278 | 41d4de2b760b |
permissions | -rw-r--r-- |
30976
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
1 |
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
2 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
3 |
# |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
4 |
# This code is free software; you can redistribute it and/or modify it |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
5 |
# under the terms of the GNU General Public License version 2 only, as |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
6 |
# published by the Free Software Foundation. |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
7 |
# |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
8 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
9 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
10 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
11 |
# version 2 for more details (a copy is included in the LICENSE file that |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
12 |
# accompanied this code). |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
13 |
# |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
14 |
# You should have received a copy of the GNU General Public License version |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
15 |
# 2 along with this work; if not, write to the Free Software Foundation, |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
16 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
17 |
# |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
18 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
19 |
# or visit www.oracle.com if you need additional information or have any |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
20 |
# questions. |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
21 |
# |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
22 |
|
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
23 |
# Tiered testing definitions |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
24 |
|
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
25 |
# No nashorn tests are tier 1. |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
26 |
tier1 = |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
27 |
|
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
28 |
# All nashorn tests are tier 2. |
a9265da74259
8075555: Add tiered testing definitions to the nashorn repo
darcy
parents:
diff
changeset
|
29 |
tier2 = src |
31278
41d4de2b760b
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
30976
diff
changeset
|
30 |
|
41d4de2b760b
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
30976
diff
changeset
|
31 |
# No nashorn tests are tier 3. |
41d4de2b760b
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
30976
diff
changeset
|
32 |
tier3 = |