author | thartmann |
Mon, 02 Jul 2018 09:21:06 +0200 | |
changeset 50902 | ec9957671c5d |
parent 48833 | 614c7e117327 |
child 53023 | 6879069d9d94 |
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 |
|
40223
64662417aa2d
8067170: Enable security manager on JAXP unit tests and make some improvement
fyuan
parents:
39905
diff
changeset
|
17 |
lib.dirs = /javax/xml/jaxp/libs |
64662417aa2d
8067170: Enable security manager on JAXP unit tests and make some improvement
fyuan
parents:
39905
diff
changeset
|
18 |
|
64662417aa2d
8067170: Enable security manager on JAXP unit tests and make some improvement
fyuan
parents:
39905
diff
changeset
|
19 |
# Declare module dependency |
64662417aa2d
8067170: Enable security manager on JAXP unit tests and make some improvement
fyuan
parents:
39905
diff
changeset
|
20 |
modules=java.xml |
64662417aa2d
8067170: Enable security manager on JAXP unit tests and make some improvement
fyuan
parents:
39905
diff
changeset
|
21 |
|
28134
88558c1810b9
8065673: XML Test Colo: Add test build system for JAXP tests
joehw
parents:
27830
diff
changeset
|
22 |
# Group definitions |
39905
949108b623f4
8162666: Mark ValidationWarningsTest.java as intermittently failing
darcy
parents:
37838
diff
changeset
|
23 |
groups=TEST.groups |
30990
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 |
# Minimum jtreg version |
48833
614c7e117327
8196583: Update jib and test jtreg version to 4.2 b12
psandoz
parents:
48357
diff
changeset
|
26 |
requiredVersion=4.2 b12 |
40291
c0ab22b640c9
8136930: Simplify use of module-system options by custom launchers
mchung
parents:
40223
diff
changeset
|
27 |
|
45081 | 28 |
# Path to libraries in the topmost test directory. This is needed so @library |
29 |
# does not need ../../ notation to reach them |
|
30 |
external.lib.roots = ../../ |
|
31 |
||
40291
c0ab22b640c9
8136930: Simplify use of module-system options by custom launchers
mchung
parents:
40223
diff
changeset
|
32 |
# Use new module options |
c0ab22b640c9
8136930: Simplify use of module-system options by custom launchers
mchung
parents:
40223
diff
changeset
|
33 |
useNewOptions=true |
44798 | 34 |
|
35 |
# Use --patch-module instead of -Xmodule: |
|
36 |
useNewPatchModule=true |