test/TEST.ROOT

Wed, 21 Oct 2020 02:49:53 +0100

author
andrew
date
Wed, 21 Oct 2020 02:49:53 +0100
changeset 3935
c4260ce5d069
parent 3834
45746e46893b
permissions
-rw-r--r--

Added tag jdk8u272-ga for changeset 68a2632bf926

aoqi@0 1 # This file identifies the root of the test-suite hierarchy.
aoqi@0 2 # It also contains test-suite configuration information.
aoqi@0 3
darcy@3834 4 # The list of keywords supported in the entire test suite. The
darcy@3834 5 # "intermittent" keyword marks tests known to fail intermittently.
darcy@3834 6 # The "randomness" keyword marks tests using randomness with test
darcy@3834 7 # cases differing from run to run. (A test using a fixed random seed
darcy@3834 8 # would not count as "randomness" by this definition.) Extra care
darcy@3834 9 # should be taken to handle test failures of intermittent or
darcy@3834 10 # randomness tests.
darcy@3834 11
darcy@3834 12 keys=intermittent randomness
darcy@3834 13
darcy@3834 14 # Group definitions
darcy@3834 15 groups=TEST.groups
darcy@3834 16
darcy@3834 17 # Tests using jtreg 4.1 b11 features
darcy@3834 18 requiredVersion=4.1 b11

mercurial