test/TEST.ROOT

Thu, 27 Aug 2020 21:00:00 -0300

author
mbalao
date
Thu, 27 Aug 2020 21:00:00 -0300
changeset 3926
571945b07fd4
parent 3834
45746e46893b
permissions
-rw-r--r--

8080462: Update SunPKCS11 provider with PKCS11 v2.40 support
Summary: Added support for GCM, PSS, and other mechanisms
Reviewed-by: andrew

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

mercurial