Re: [7u] problem with jdk test java/nio/channels/DatagramChannel/SendToUnresolved.java

2013-10-28 Thread Chris Hegarty
I'm not sure why this domain name resolves, to that address. You should try to determine what authoritative name server is giving you that answer, or if you have some kind of configuration issue. To the best of my knowledge, I have never seen this test fail before. -Chris > On 28 Oct 2013, at

Re: [7u]: patches for the jdk jtreg tests for non US locale

2013-10-28 Thread Alan Bateman
On 26/10/2013 17:22, Francis ANDRE wrote: Hi Here patches for making the jdk jtreg tests succeed Just an FYI that one of the ground rules for the jdk7u project [1] is that fixes go into jdk8 first. This means that you probably should bring these patches to appropriate mailing list for discuss

Re: [7u] problem with jdk test java/nio/channels/DatagramChannel/SendToUnresolved.java

2013-10-28 Thread Alan Bateman
On 28/10/2013 04:10, Francis ANDRE wrote: Hi On my WXP/Cygwin/VS2010 platform, this jdk test java/nio/channels/DatagramChannel/SendToUnresolved.java fails because the TestUtil.UNRESOLVABLE_HOST which is the string "blah-blah.blah-blah.blah" gets resolved to blah-blah.blah-blah.blah/66.152.109

Re: [7u]: patches for the jdk jtreg tests for non US locale

2013-10-28 Thread Daniel Fuchs
Hi Francis, The first change in the first patch looks very suspect to me: It looks as if you're reverting a change I made a few weeks ago, namely changing "Severe" back into "SEVERE". http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/ffd0a74b30d6 The localization bundles are supposed to contain "S

[7u-dev] Request for approval: 8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions

2013-10-28 Thread Ivan Gerasimov
Hello! Would you please approve a backport of a simple doc fix into 7u-dev? Bug: https://bugs.openjdk.java.net/browse/JDK-8016018 JDK8 Change: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/92a66af7f834 JDK8 Review: http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-August/019879.html Th

Re: [7u-dev] Request for approval: 8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions

2013-10-28 Thread Jeff Dinkins
Hi Ivan - looks good! Approved for 7u-dev -jeff On Oct 28, 2013, at 6:51 AM, Ivan Gerasimov wrote: > Hello! > > Would you please approve a backport of a simple doc fix into 7u-dev? > > Bug: https://bugs.openjdk.java.net/browse/JDK-8016018 > JDK8 Change: http://hg.openjdk.java.net/jdk8/jdk8/

Re: [7u]: patches for the jdk jtreg tests for non US locale

2013-10-28 Thread Francis ANDRE
Hi Alan Le 28/10/2013 08:53, Alan Bateman a écrit : On 26/10/2013 17:22, Francis ANDRE wrote: Hi Here patches for making the jdk jtreg tests succeed Just an FYI that one of the ground rules for the jdk7u project [1] is that fixes go into jdk8 first. This means that you probably should bring t

Re: [7u] problem with jdk test java/nio/channels/DatagramChannel/SendToUnresolved.java

2013-10-28 Thread Francis ANDRE
Hi Alan Yes, This is the second time I saw an resolved address for an non resolvable host. There is only 2 PC connected locally that are going to internet thru the ISP Orange. So I am a little bit puzzled with those tests Le 28/10/2013 08:57, Alan Bateman a écrit : On 28/10/2013 04:10, Franc

Re: [7u]: patches for the jdk jtreg tests for non US locale

2013-10-28 Thread Francis ANDRE
Hi Daniel You are right. I made the mistake to fix the LevelResourceBundle test with the official JDK 1.7.0_40 release while this test can pass only with the latest updated jdk7u version. One can forget this request. I am preparing another version of all tests related to the Locale class. S