001ebb3a72
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282 Co-authored-by: Alex Buckley <alex.buckley@oracle.com> Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com> Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com> Co-authored-by: Mandy Chung <mandy.chung@oracle.com> Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com> Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com> Co-authored-by: Vicente Romero <vicente.romero@oracle.com> Co-authored-by: Andreas Lundblad <andreas.lundblad@oracle.com> Co-authored-by: Andrey Nazarov <andrey.x.nazarov@oracle.com> Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com> Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com> Co-authored-by: Kumar Srinivasan <kumar.x.srinivasan@oracle.com> Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com> Reviewed-by: jjg, jlahoda, vromero, mcimadamore, bpatel, ksrini, darcy, anazarov, dfuchs
19 lines
664 B
Plaintext
19 lines
664 B
Plaintext
# This file identifies the root of the test-suite hierarchy.
|
|
# It also contains test-suite configuration information.
|
|
|
|
# The list of keywords supported in the entire test suite. The
|
|
# "intermittent" keyword marks tests known to fail intermittently.
|
|
# The "randomness" keyword marks tests using randomness with test
|
|
# cases differing from run to run. (A test using a fixed random seed
|
|
# would not count as "randomness" by this definition.) Extra care
|
|
# should be taken to handle test failures of intermittent or
|
|
# randomness tests.
|
|
|
|
keys=intermittent randomness
|
|
|
|
# Group definitions
|
|
groups=TEST.groups
|
|
|
|
# Tests using jtreg 4.2 b01 features
|
|
requiredVersion=4.2 b01
|