# HG changeset patch # User iignatyev # Date 1550643542 28800 # Tue Feb 19 22:19:02 2019 -0800 # Node ID f881f262ccae34f29cbc212793c45aecf46026b4 # Parent 3cd1c6ae28f55f8e70c23b3a7826f0555b2f3788 [mq]: 8219417 diff --git a/test/jaxp/TEST.ROOT b/test/jaxp/TEST.ROOT --- a/test/jaxp/TEST.ROOT +++ b/test/jaxp/TEST.ROOT @@ -23,7 +23,7 @@ groups=TEST.groups # Minimum jtreg version -requiredVersion=4.2 b13 +requiredVersion=4.2 b14 # Path to libraries in the topmost test directory. This is needed so @library # does not need ../../ notation to reach them diff --git a/test/jdk/TEST.ROOT b/test/jdk/TEST.ROOT --- a/test/jdk/TEST.ROOT +++ b/test/jdk/TEST.ROOT @@ -49,7 +49,7 @@ release.implementor # Minimum jtreg version -requiredVersion=4.2 b13 +requiredVersion=4.2 b14 # Path to libraries in the topmost test directory. This is needed so @library # does not need ../../ notation to reach them @@ -60,3 +60,6 @@ # Use --patch-module instead of -Xmodule: useNewPatchModule=true + +# disabled till JDK-8219408 is fixed +allowSmartActionArgs=false diff --git a/test/jdk/sanity/client/TEST.ROOT.template b/test/jdk/sanity/client/TEST.ROOT.template --- a/test/jdk/sanity/client/TEST.ROOT.template +++ b/test/jdk/sanity/client/TEST.ROOT.template @@ -1,24 +1,24 @@ -# 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. -# -# A "headful" test requires a graphical environment to meaningfully -# run. Tests that are not headful are "headless." - -keys=2d dnd i18n intermittent randomness headful - -# Tests that must run in othervm mode -othervm.dirs=sanity/client/SwingSet - -# Tests that cannot run concurrently -exclusiveAccess.dirs=sanity/client/SwingSet - -# Tests using jtreg 4.1 b13 features -requiredVersion=4.1 b13 +# 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. +# +# A "headful" test requires a graphical environment to meaningfully +# run. Tests that are not headful are "headless." + +keys=2d dnd i18n intermittent randomness headful + +# Tests that must run in othervm mode +othervm.dirs=sanity/client/SwingSet + +# Tests that cannot run concurrently +exclusiveAccess.dirs=sanity/client/SwingSet + +# Tests using jtreg 4.1 b14 features +requiredVersion=4.1 b14 diff --git a/test/jdk/sanity/client/TEST.properties b/test/jdk/sanity/client/TEST.properties --- a/test/jdk/sanity/client/TEST.properties +++ b/test/jdk/sanity/client/TEST.properties @@ -1,7 +1,7 @@ # This file contains test-suite configuration information related to this portion # of the test suite. # -# A "screenshots" test requires a 100% headful graphical environment +# A "screenshots" test requires a 100% headful graphical environment # as they rely on Robot to take screenshots and move mouse. # The list of keywords supported in this part of the test suite @@ -10,5 +10,5 @@ # Tests that cannot run concurrently exclusiveAccess.dirs=SwingSet -# Tests require jtreg 4.1 b13 features -#requiredVersion=4.1 b13 +# Tests require jtreg 4.1 b14 features +#requiredVersion=4.1 b14 diff --git a/test/langtools/TEST.ROOT b/test/langtools/TEST.ROOT --- a/test/langtools/TEST.ROOT +++ b/test/langtools/TEST.ROOT @@ -15,7 +15,7 @@ groups=TEST.groups # Minimum jtreg version -requiredVersion=4.2 b13 +requiredVersion=4.2 b14 # Use new module options useNewOptions=true diff --git a/test/nashorn/TEST.ROOT b/test/nashorn/TEST.ROOT --- a/test/nashorn/TEST.ROOT +++ b/test/nashorn/TEST.ROOT @@ -8,7 +8,7 @@ groups=TEST.groups # Minimum jtreg version -requiredVersion=4.2 b13 +requiredVersion=4.2 b14 # Use new module options useNewOptions=true