/hg/release/icedtea7-forest-2.6/jdk: 8151731, PR3337: Add new jt...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Feb 19 15:57:41 UTC 2018
changeset 3c2d1b50afa9 in /hg/release/icedtea7-forest-2.6/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=3c2d1b50afa9
author: snikandrova
date: Mon Apr 04 15:27:46 2016 +0300
8151731, PR3337: Add new jtreg keywords to jdk 8
Summary: randomness and intermittent keywords to mark regression tests
Reviewed-by: coffeys
diffstat:
test/TEST.ROOT | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 77c655f52662 -r 3c2d1b50afa9 test/TEST.ROOT
--- a/test/TEST.ROOT Tue Feb 13 07:43:22 2018 +0000
+++ b/test/TEST.ROOT Mon Apr 04 15:27:46 2016 +0300
@@ -2,8 +2,15 @@
# It also contains test-suite configuration information.
# DO NOT EDIT without first contacting jdk-regtest at sun.com.
-# The list of keywords supported in the entire test suite
-keys=2d dnd i18n
+# 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.
+
+keys=2d dnd i18n intermittent randomness
# Tests that must run in othervm mode
othervm.dirs=java/awt java/beans java/rmi javax/accessibility javax/imageio javax/sound javax/print javax/management com/sun/awt sun/awt sun/java2d sun/pisces sun/rmi
More information about the distro-pkg-dev
mailing list