Re: [7u-communication] Future Plans for JDK 7 Updates 7u60 & 7u80

2014-01-13 Thread Francis ANDRE
Hi Dalibor Le 10/01/2014 22:11, Dalibor Topic a écrit : With 7u60 development moving ahead at a steady pace, and JDK 8u and JDK 9 Projects ramping up, it's a good time to take a look ahead at the subsequent 7u release. Our development model in JDK 7 Updates allows us to accumulate fixes for fut

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

2013-10-28 Thread Francis ANDRE
njdk.java.net/jdk7u/jdk7u/jdk/rev/ffd0a74b30d6 The localization bundles are supposed to contain "Severe". (see below) On 10/26/13 6:22 PM, Francis ANDRE wrote: Hi Here patches for making the jdk jtreg tests succeed 1/ java.util.logging jtreg tests working in a country where the l

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

2013-10-28 Thread Francis ANDRE
, 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.63:37 So, I am

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

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

2013-10-27 Thread Francis ANDRE
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.63:37 So, I am wondering why blah-blah.bl

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

2013-10-26 Thread Francis ANDRE
Hi Here patches for making the jdk jtreg tests succeed 1/ java.util.logging jtreg tests working in a country where the locale is different from en_US 2/ An java.net.URL test that fails with ConnectionException instead of UnknownHostException. diff --git a/test/java/util/logging/LevelResour