hg: jdk8/tl/langtools: 7121682: remove obsolete import

2011-12-14 Thread jonathan . gibbons
Changeset: 42ffceeceeca Author:jjg Date: 2011-12-14 21:52 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/42ffceeceeca 7121682: remove obsolete import Reviewed-by: jjh ! test/tools/javac/api/T6838467.java

hg: jdk8/tl/langtools: 7121681: compiler message file broken for javac -fullversion

2011-12-14 Thread jonathan . gibbons
Changeset: 281eeedf9755 Author:jjg Date: 2011-12-14 17:52 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/281eeedf9755 7121681: compiler message file broken for javac -fullversion Reviewed-by: jjh ! src/share/classes/com/sun/tools/javac/main/Option.java

hg: jdk8/tl/langtools: 7111022: javac no long prints last round of processing; ...

2011-12-14 Thread jonathan . gibbons
Changeset: 4261dc8af622 Author:jjg Date: 2011-12-14 16:16 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/4261dc8af622 7111022: javac no long prints last round of processing 7121323: Sqe tests using -Xstdout option fail with an invalid flag error message Reviewed-by: dar

Re: Review request: 7120875 fix macos ipv6 issue and update multiple test scripts

2011-12-14 Thread Alan Bateman
On 14/12/2011 20:57, Michael McMahon wrote: A check for "os.version" in the shared version of MulticastSocket would work. There's only a couple of lines of additional code required. But, then we don't want os specific code in the shared tree either. Don't know if you have other suggestions? T

Re: Review request: 7120875 fix macos ipv6 issue and update multiple test scripts

2011-12-14 Thread Alan Bateman
On 14/12/2011 20:27, Kurchi Hazra wrote: : - I did not look through individual tests, but only the ones that failed - I assumed that they will throw some error message if the platform is not recognized. That's mostly true for the shell tests but there are many pure java tests that look at o

Re: Review request: 7120875 fix macos ipv6 issue and update multiple test scripts

2011-12-14 Thread Michael McMahon
On 14/12/11 19:54, Alan Bateman wrote: On 14/12/2011 19:39, Michael McMahon wrote: Hi, This webrev fixes a bunch of test script issues in networking and core-libs. In most if not all cases, the change relates to recognising the OS that the test is running on. It also fixes an IPv6 issue, wh

Re: Review request: 7120875 fix macos ipv6 issue and update multiple test scripts

2011-12-14 Thread Kurchi Hazra
On 12/14/2011 12:15 PM, Alan Bateman wrote: On 14/12/2011 20:05, Kurchi Hazra wrote: On 12/14/2011 11:54 AM, Alan Bateman wrote: : In test/sun/net/www/protocol/jar/jarbug/run.sh then maybe it would make sense to combine SunOS, Linux and Darin into the one case. More generally then I guess

Re: Review request: 7120875 fix macos ipv6 issue and update multiple test scripts

2011-12-14 Thread Alan Bateman
On 14/12/2011 20:05, Kurchi Hazra wrote: On 12/14/2011 11:54 AM, Alan Bateman wrote: : In test/sun/net/www/protocol/jar/jarbug/run.sh then maybe it would make sense to combine SunOS, Linux and Darin into the one case. More generally then I guess most of these tests could be changed so that

Re: Review request: 7120875 fix macos ipv6 issue and update multiple test scripts

2011-12-14 Thread Kurchi Hazra
On 12/14/2011 11:54 AM, Alan Bateman wrote: On 14/12/2011 19:39, Michael McMahon wrote: Hi, This webrev fixes a bunch of test script issues in networking and core-libs. In most if not all cases, the change relates to recognising the OS that the test is running on. It also fixes an IPv6 is

Re: Review request: 7120875 fix macos ipv6 issue and update multiple test scripts

2011-12-14 Thread Alan Bateman
On 14/12/2011 19:39, Michael McMahon wrote: Hi, This webrev fixes a bunch of test script issues in networking and core-libs. In most if not all cases, the change relates to recognising the OS that the test is running on. It also fixes an IPv6 issue, which requires Macos versions of a couple

Review request: 7120875 fix macos ipv6 issue and update multiple test scripts

2011-12-14 Thread Michael McMahon
Hi, This webrev fixes a bunch of test script issues in networking and core-libs. In most if not all cases, the change relates to recognising the OS that the test is running on. It also fixes an IPv6 issue, which requires Macos versions of a couple of java.net classes. These are the new files