From: kkolinko Date: Mon, 4 Apr 2011 03:06:39 +0000 (+0000) Subject: Try a workaround against TC7 tests running too slow on Gump: X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=449e8ce658ed6c5d2f75c55add47615617a74794;p=tomcat7.0 Try a workaround against TC7 tests running too slow on Gump: a workaround against Oracle JVM bug 6202721 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1088467 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties.default b/build.properties.default index 85b474d8b..e23e02a4a 100644 --- a/build.properties.default +++ b/build.properties.default @@ -40,6 +40,9 @@ execute.test.nio=true execute.test.apr=true test.haltonfailure=false +# Workaround against http://bugs.sun.com/view_bug.do?bug_id=6202721 +test.jvmarg.egd=-Djava.security.egd=file:/dev/./urandom + # ----- Default Base Path for Dependent Packages ----- # Please note this path must be absolute, not relative, # as it is referenced with different working directory diff --git a/build.xml b/build.xml index 22d26d8e1..839ce3e79 100644 --- a/build.xml +++ b/build.xml @@ -1062,6 +1062,7 @@ +