author | lana |
Tue, 15 Mar 2016 14:50:00 -0700 | |
changeset 36706 | ccbc5ff54c9a |
parent 33896 | 9709154783e8 |
child 36520 | cb52aa47ff0a |
permissions | -rw-r--r-- |
27216
e63176413817
8051540: Convert JAXP functional tests to jtreg(TestNG): SAX and Transform
joehw
parents:
diff
changeset
|
1 |
# This file identifies the root of the test-suite hierarchy. |
e63176413817
8051540: Convert JAXP functional tests to jtreg(TestNG): SAX and Transform
joehw
parents:
diff
changeset
|
2 |
# It also contains test-suite configuration information. |
e63176413817
8051540: Convert JAXP functional tests to jtreg(TestNG): SAX and Transform
joehw
parents:
diff
changeset
|
3 |
|
30990
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
4 |
# The list of keywords supported in the entire test suite. The |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
5 |
# "intermittent" keyword marks tests known to fail intermittently. |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
6 |
# The "randomness" keyword marks tests using randomness with test |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
7 |
# cases differing from run to run. (A test using a fixed random seed |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
8 |
# would not count as "randomness" by this definition.) Extra care |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
9 |
# should be taken to handle test failures of intermittent or |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
10 |
# randomness tests. |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
11 |
|
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
12 |
keys=intermittent randomness |
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
13 |
|
27830 | 14 |
# Tests that must run in othervm mode |
28134
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27830
diff
changeset
|
15 |
othervm.dirs=javax/xml/jaxp |
27830 | 16 |
|
28134
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27830
diff
changeset
|
17 |
# Group definitions |
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27830
diff
changeset
|
18 |
groups=TEST.groups |
30990
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
19 |
|
897cd13b10ea
8075551: Add tiered testing definitions to the jaxp repo
darcy
parents:
28134
diff
changeset
|
20 |
# Minimum jtreg version |
33896
9709154783e8
8141489: [TESTBUG] requiredVersion in TEST.ROOT needs to updated to 4.1 b12
cjplummer
parents:
30990
diff
changeset
|
21 |
requiredVersion=4.1 b12 |