test/langtools/TEST.ROOT
author sjohanss
Fri, 02 Mar 2018 10:09:04 +0100
changeset 49321 c3baee120706
parent 48833 614c7e117327
child 53023 6879069d9d94
permissions -rw-r--r--
8198432: Remove Thread extension point Reviewed-by: ehelin, dholmes, tschatzl
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
48833
614c7e117327 8196583: Update jib and test jtreg version to 4.2 b12
psandoz
parents: 48357
diff changeset
    18
requiredVersion=4.2 b12
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