提交 4a54b282 编写于 作者: O ohair

6842023: Improve test reliability, Increase timeout factor on jtreg tests, etc.

Reviewed-by: tbell
上级 64cb330a
...@@ -53,19 +53,19 @@ jprt.solaris_x64.build.platform.match32=solaris_i586_5.10 ...@@ -53,19 +53,19 @@ jprt.solaris_x64.build.platform.match32=solaris_i586_5.10
# Standard list of jprt test targets for this workspace # Standard list of jprt test targets for this workspace
jprt.test.targets=*-*-*-jvm98 jprt.test.targets=*-*-*-jvm98
jprt.regression.test.targets= \ jprt.regression.test.targets= \
*-*-*-java/lang, \ *-product-*-java/lang, \
*-*-*-java/security, \ *-product-*-java/security, \
*-*-*-java/text, \ *-product-*-java/text, \
*-*-*-java/util *-product-*-java/util
#jprt.regression.test.targets= \ #jprt.regression.test.targets= \
# *-*-*-java/awt, \ # *-product-*-java/awt, \
# *-*-*-java/beans, \ # *-product-*-java/beans, \
# *-*-*-java/io, \ # *-product-*-java/io, \
# *-*-*-java/net, \ # *-product-*-java/net, \
# *-*-*-java/nio, \ # *-product-*-java/nio, \
# *-*-*-java/rmi, \ # *-product-*-java/rmi, \
# Directories needed to build # Directories needed to build
jprt.bundle.exclude.src.dirs=build jprt.bundle.exclude.src.dirs=build
......
...@@ -189,6 +189,7 @@ jtreg_tests: prep $(JT_HOME) $(PRODUCT_HOME) $(JTREG) ...@@ -189,6 +189,7 @@ jtreg_tests: prep $(JT_HOME) $(PRODUCT_HOME) $(JTREG)
$(shell $(GETMIXEDPATH) "$(JTREG)") \ $(shell $(GETMIXEDPATH) "$(JTREG)") \
-a -v:fail,error \ -a -v:fail,error \
-ignore:quiet \ -ignore:quiet \
-timeoutFactor:2 \
$(EXTRA_JTREG_OPTIONS) \ $(EXTRA_JTREG_OPTIONS) \
-r:$(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/JTreport \ -r:$(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/JTreport \
-w:$(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/JTwork \ -w:$(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/JTwork \
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
/* /*
* @test * @test
* @bug 6576763 * @bug 6576763
* @ignore until hotspot 6776144 bug is resolved
* @summary (thread) Thread constructors throw undocumented NPE for null name * @summary (thread) Thread constructors throw undocumented NPE for null name
*/ */
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
/** /**
* @test * @test
* @bug 4126805 * @bug 4126805
* @ignore until 6842022 is resolved
* @run applet RestrictedBundleTest.html * @run applet RestrictedBundleTest.html
* @summary I was able to reproduce this bug with 1.2b2, but not with the current 1.2 * @summary I was able to reproduce this bug with 1.2b2, but not with the current 1.2
* build. It appears that it was fixed by changes to the class-loading mechanism, * build. It appears that it was fixed by changes to the class-loading mechanism,
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
/* /*
* @test * @test
* @bug 6499848 * @bug 6499848
* @ignore until 6842353 is resolved
* @summary Check that iterators work properly in the presence of * @summary Check that iterators work properly in the presence of
* concurrent finalization and removal of elements. * concurrent finalization and removal of elements.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册