test/nashorn/TEST.ROOT
author darcy
Thu, 13 Dec 2018 19:06:11 +0100
changeset 53023 6879069d9d94
parent 48833 614c7e117327
child 53900 4008a1d5cfbc
permissions -rw-r--r--
8205626: Start of release updates for JDK 13 8205393: Add SourceVersion.RELEASE_13 8205394: Add source 13 and target 13 to javac 8205645: Bump maximum recognized class file version to 57 for JDK 13 8214825: Update preview language features for start of JDK 13 Reviewed-by: erikj, alanb, mchung, mcimadamore, dholmes, smarks, jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16260
3318a14ac7cb 8008729: Make sure that we can run basic jsr223 tests using jtreg
sundar
parents:
diff changeset
     1
# This file identifies the root of the test-suite hierarchy.
3318a14ac7cb 8008729: Make sure that we can run basic jsr223 tests using jtreg
sundar
parents:
diff changeset
     2
# It also contains test-suite configuration information.
3318a14ac7cb 8008729: Make sure that we can run basic jsr223 tests using jtreg
sundar
parents:
diff changeset
     3
3318a14ac7cb 8008729: Make sure that we can run basic jsr223 tests using jtreg
sundar
parents:
diff changeset
     4
# The list of keywords supported in the entire test suite
30976
a9265da74259 8075555: Add tiered testing definitions to the nashorn repo
darcy
parents: 16263
diff changeset
     5
keys=intermittent randomness
a9265da74259 8075555: Add tiered testing definitions to the nashorn repo
darcy
parents: 16263
diff changeset
     6
a9265da74259 8075555: Add tiered testing definitions to the nashorn repo
darcy
parents: 16263
diff changeset
     7
# Group definitions
a9265da74259 8075555: Add tiered testing definitions to the nashorn repo
darcy
parents: 16263
diff changeset
     8
groups=TEST.groups
a9265da74259 8075555: Add tiered testing definitions to the nashorn repo
darcy
parents: 16263
diff changeset
     9
a9265da74259 8075555: Add tiered testing definitions to the nashorn repo
darcy
parents: 16263
diff changeset
    10
# Minimum jtreg version
53023
6879069d9d94 8205626: Start of release updates for JDK 13
darcy
parents: 48833
diff changeset
    11
requiredVersion=4.2 b13
37831
0f5f3db80eae 8156040: Nashorn tests still failing after latest Jigsaw merge
darcy
parents: 37827
diff changeset
    12
40286
ba60b24b1308 8136930: Simplify use of module-system options by custom launchers
mchung
parents: 37831
diff changeset
    13
# Use new module options
ba60b24b1308 8136930: Simplify use of module-system options by custom launchers
mchung
parents: 37831
diff changeset
    14
useNewOptions=true
44793
086c71b7b1dd 8178012: Finish removal of -Xmodule:
jlahoda
parents: 44555
diff changeset
    15
086c71b7b1dd 8178012: Finish removal of -Xmodule:
jlahoda
parents: 44555
diff changeset
    16
# Use --patch-module instead of -Xmodule:
086c71b7b1dd 8178012: Finish removal of -Xmodule:
jlahoda
parents: 44555
diff changeset
    17
useNewPatchModule=true