test/langtools/TEST.ROOT
author rriggs
Wed, 02 Oct 2019 13:57:03 -0400
changeset 58446 5c83830390ba
parent 53878 4584d0331318
permissions -rw-r--r--
8231663: Incorrect GPL header in some RMI/SQL package-info.java files Reviewed-by: bpb, iris, lancea
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
53878
4584d0331318 8219254: Update explicit uses of latest source/target in langtools tests to a property
darcy
parents: 53023
diff changeset
    18
requiredVersion=4.2 b14
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