hg: jdk8/tl/jdk: 8028343: More ProblemList.txt updates (11/2013)

2013-11-14 Thread alan . bateman
Changeset: ecf85f4aecf0
Author:alanb
Date:  2013-11-14 10:40 +
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ecf85f4aecf0

8028343: More ProblemList.txt updates (11/2013)
Reviewed-by: chegar

! test/ProblemList.txt



Re: RFR for JDK-8022212 Intermittent test failures in java/net

2013-11-14 Thread Chris Hegarty

Thank you Tristan. I can sponsor this change for you.

-Chris.

On 13/11/13 12:53, Tristan Yan wrote:

Thank you Chris
This is the webrev
http://cr.openjdk.java.net/~ewang/tristan/JDK-8022212/webrev.00/
Thank you
Tristan

On 11/13/2013 06:07 PM, Chris Hegarty wrote:

On 11/13/2013 06:00 AM, Tristan Yan wrote:

Hi Everyone

I am working on bug https://bugs.openjdk.java.net/browse/JDK-8022212.
This is the same root cause as bug JDK-8022963, which is we should not
test "Teredo Tunneling Pseudo-Interface "  interface in windows.
So suggested fix is doing the same as we did in JDK-8022963, remove
"Teredo Tunneling Pseudo-Interface " from this test.
Please let me know if you have any comments or suggestions.


If you have confirmed that these tests are failing for the same
reason, then I think it is reasonable to apply similar changes to that
of 8022963. Webrev?

Thanks,
-Chris.



Tristan/
/




RFR for JDK-7086879 java/net/InetAddress/CheckJNI.java hangs on Linux when IPv6 enabled

2013-11-14 Thread Tristan Yan
Hi Everyone

 

I am working on https://bugs.openjdk.java.net/browse/JDK-7086879 . The issue is 
seen on machines which have kernel version older than 2.6.18. The test was put 
on ProblemList.txt. From Michael's comments on 05 Nov, it looks like JPRT is 
fixed and the test runs successfully. We have upgraded 5 of 26 SQE machines 
which had similar issues and the test works fine for SQE as well. Once Michael 
confirms that he is fine with removing this test from ProblemList.txt, I will 
send out a webrev with the change.

 

Please let me know if you have any suggestions or comments.

 

Thank you.

 

 

Tristan Yan(Haibo Yan)

 


hg: jdk8/tl/jdk: 8027765: Make exit codes and stdout/stderr printing from jmap/jinfo/jstack/jps consistent

2013-11-14 Thread staffan . larsen
Changeset: 65f7b83ab477
Author:sla
Date:  2013-11-14 19:31 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/65f7b83ab477

8027765: Make exit codes and stdout/stderr printing from jmap/jinfo/jstack/jps 
consistent
Reviewed-by: alanb, allwin, sspitsyn, mgronlun

! src/share/classes/sun/tools/jinfo/JInfo.java
! src/share/classes/sun/tools/jmap/JMap.java
! src/share/classes/sun/tools/jps/Jps.java
! src/share/classes/sun/tools/jstack/JStack.java



hg: jdk8/tl/langtools: 8026963: type annotations code crashes for code with erroneous trees

2013-11-14 Thread vicente . romero
Changeset: e79d6425f1c4
Author:vromero
Date:  2013-11-14 19:28 +
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/e79d6425f1c4

8026963: type annotations code crashes for code with erroneous trees
Reviewed-by: jjg, jlahoda

! src/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/tools/javac/T8026963/TypeAnnotationsCrashWithErroneousTreeTest.java
+ test/tools/javac/T8026963/TypeAnnotationsCrashWithErroneousTreeTest.out



hg: jdk8/tl/jdk: 8014266: regression test AsyncSSLSocketClose.java time out.

2013-11-14 Thread xuelei . fan
Changeset: 40d0ccd00f87
Author:xuelei
Date:  2013-11-14 16:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/40d0ccd00f87

8014266: regression test AsyncSSLSocketClose.java time out.
Reviewed-by: xuelei
Contributed-by: Rajan Halade 

! 
test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/AsyncSSLSocketClose.java