nashorn/test/TEST.ROOT
author twisti
Wed, 11 Nov 2015 14:40:38 -1000
changeset 34173 01bb07d23a5b
parent 30976 a9265da74259
child 33885 95b25273cc93
permissions -rw-r--r--
8141133: [JVMCI] crash during safepoint deopt if rethrow_exception is set Reviewed-by: twisti Contributed-by: Gilles Duboscq <gilles.m.duboscq@oracle.com>
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
a9265da74259 8075555: Add tiered testing definitions to the nashorn repo
darcy
parents: 16263
diff changeset
    11
requiredVersion=4.1 b11