hg: jdk7/tl/jdk: 3 new changesets

2010-07-21 Thread daniel . daugherty
Changeset: d899526a187a Author:dcubed Date: 2010-07-21 16:58 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d899526a187a 6941287: 4/4 jrunscriptTest.sh test does not work right under Cygwin Summary: Add golden_diff variable for doing proper golden file diffs on Cygwin. Review

hg: jdk7/tl/jdk: 6963907: (so) Socket adapter need to implement sendUrgentData

2010-07-21 Thread alan . bateman
Changeset: 3902c742b5b1 Author:alanb Date: 2010-07-21 18:08 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3902c742b5b1 6963907: (so) Socket adapter need to implement sendUrgentData Reviewed-by: chegar ! make/java/nio/mapfile-linux ! make/java/nio/mapfile-solaris ! src/share

Re: Code Review 6969395: TEST_BUG: Tests in java/net sun/net problems

2010-07-21 Thread Brad Wetmore
I notice you've changed a lot of http server tests to run in othervm mode. Do they have to run in othervm mode? Just thinking about the overall test time. In samevm mode all the http server tests that use SSL fail with java.lang.NoClassDefFoundError: "Could not initialize class javax.crypto.Jc

hg: jdk7/tl/jdk: 6970262: TEST_BUG: test/java/net/NetworkInterface/IPv4Only.java has wrong test name in @run tag

2010-07-21 Thread chris . hegarty
Changeset: f90999d7c404 Author:chegar Date: 2010-07-21 13:52 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f90999d7c404 6970262: TEST_BUG: test/java/net/NetworkInterface/IPv4Only.java has wrong test name in @run tag Reviewed-by: alanb, dsamersoff ! test/java/net/NetworkInt

hg: jdk7/tl/jdk: 6969395: TEST_BUG: Tests in java/net sun/net problems

2010-07-21 Thread chris . hegarty
Changeset: 58f325ba3e27 Author:chegar Date: 2010-07-21 13:29 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/58f325ba3e27 6969395: TEST_BUG: Tests in java/net sun/net problems Reviewed-by: alanb ! test/ProblemList.txt ! test/com/sun/net/httpserver/Test1.java ! test/com/sun/ne

Re: Code Review 6969395: TEST_BUG: Tests in java/net sun/net problems

2010-07-21 Thread Chris Hegarty
On 07/21/10 12:58, Alan Bateman wrote: Chris Hegarty wrote: : Thinking about this. If the test ever fails, even with a rerun, can we be certain that it is a bug or just a slow machine? I guess removing the test may be the best course of action. If you agree, 'hg remove' or something else? I

Re: Code Review 6969395: TEST_BUG: Tests in java/net sun/net problems

2010-07-21 Thread Alan Bateman
Chris Hegarty wrote: : Thinking about this. If the test ever fails, even with a rerun, can we be certain that it is a bug or just a slow machine? I guess removing the test may be the best course of action. If you agree, 'hg remove' or something else? I haven't seen this test fail but clearly

Re: Code Review 6969395: TEST_BUG: Tests in java/net sun/net problems

2010-07-21 Thread Chris Hegarty
On 07/19/10 15:11, Alan Bateman wrote: Chris Hegarty wrote: : In samevm mode all the http server tests that use SSL fail with java.lang.NoClassDefFoundError: "Could not initialize class javax.crypto.JceSecurityManager". This is really weird. I exchanged mail with Jon Gibbons about this, but we n