test/langtools/TEST.ROOT
author dholmes
Wed, 20 Dec 2017 22:36:21 -0500
changeset 48357 63fb11c1550d
parent 47216 71c04702a3d5
child 48833 614c7e117327
permissions -rw-r--r--
8193838: Update jtreg requiredVersion to 4.2 b11 for JDK 11 and 12 support Reviewed-by: alanb, sspitsyn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
# This file identifies the root of the test-suite hierarchy.
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
# It also contains test-suite configuration information.
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
31004
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
     4
# The list of keywords supported in the entire test suite.  The
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
     5
# "intermittent" keyword marks tests known to fail intermittently.
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
     6
# The "randomness" keyword marks tests using randomness with test
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
     7
# cases differing from run to run. (A test using a fixed random seed
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
     8
# would not count as "randomness" by this definition.) Extra care
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
     9
# should be taken to handle test failures of intermittent or
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
    10
# randomness tests.
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
    11
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
    12
keys=intermittent randomness
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
    13
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
    14
# Group definitions
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
    15
groups=TEST.groups
dc33ef3ba667 8075546: Add tiered testing definitions to the langtools repo
darcy
parents: 10
diff changeset
    16
46917
eb5b70e9f7e8 8186095: upgrade to jtreg 4.2 b08
iignatyev
parents: 44812
diff changeset
    17
# Minimum jtreg version
48357
63fb11c1550d 8193838: Update jtreg requiredVersion to 4.2 b11 for JDK 11 and 12 support
dholmes
parents: 47216
diff changeset
    18
requiredVersion=4.2 b11
37848
3c8ff4204d2d 8154956: Module system implementation refresh (4/2016)
alanb
parents: 36526
diff changeset
    19
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
    20
# Use new module options
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 37848
diff changeset
    21
useNewOptions=true
44812
1d9c041728a6 8178012: Finish removal of -Xmodule:
jlahoda
parents: 44573
diff changeset
    22
1d9c041728a6 8178012: Finish removal of -Xmodule:
jlahoda
parents: 44573
diff changeset
    23
# Use --patch-module instead of -Xmodule:
1d9c041728a6 8178012: Finish removal of -Xmodule:
jlahoda
parents: 44573
diff changeset
    24
useNewPatchModule=true