JDK 8 b74 ea test results now available
JDK 8 b74 ea build test results now available at : http://www.java.net/download/jdk8/testresults/testresults.html Rgds,Rory -- Rgds, Rory O'Donnell Quality Engineering Manager Oracle EMEA , Dublin, Ireland
On 25/01/2013 15:25, Rory O'Donnell Oracle, Dublin Ireland wrote:
JDK 8 b74 ea build test results now available at :
http://www.java.net/download/jdk8/testresults/testresults.html
Is there a link to the .jtr for sun/text/resources/LocaleDataTest.java or maybe a bug report? I thought the only difference between b73 and b74 was going to be the switch to the new build but it looks there a l10n change sneaked in and might be the issue here. -Alan
On 01/25/13 03:34 PM, Alan Bateman wrote:
On 25/01/2013 15:25, Rory O'Donnell Oracle, Dublin Ireland wrote:
JDK 8 b74 ea build test results now available at :
http://www.java.net/download/jdk8/testresults/testresults.html
Is there a link to the .jtr for sun/text/resources/LocaleDataTest.java or maybe a bug report? I thought the only difference between b73 and b74 was going to be the switch to the new build but it looks there a l10n change sneaked in and might be the issue here.
-Alan
Issue may be related to : http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/6d849e883c40 Here is the error message: --------- #section:main ----------messages:(3/127)---------- command: main LocaleDataTest reason: Assumed action based on file name: run main LocaleDataTest elapsed time (seconds): 0.799 ----------System.out:(4/90)---------- Mismatch in LocaleNames/sq/sq: file = "shqip" jvm = "shqipe" Test failed. 1 errors. ----------System.err:(13/709)---------- java.lang.Exception: Test failed. 1 errors. at LocaleDataTest.main(LocaleDataTest.java:194) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:477) at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94) at java.lang.Thread.run(Thread.java:722) JavaTest Message: Test threw exception: java.lang.Exception: Test failed. 1 errors. JavaTest Message: shutting down test ----------- Where file = "shqip" (Expected Value) jvm = "shqipe" (Retrieved Value) Thanks Balchandra
Thanks. I guess all forests will get this test failure once they are sync'ed up. -Alan. On 25/01/2013 15:50, Balchandra Vaidya wrote:
:
Issue may be related to : http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/6d849e883c40
Here is the error message:
--------- #section:main ----------messages:(3/127)---------- command: main LocaleDataTest reason: Assumed action based on file name: run main LocaleDataTest elapsed time (seconds): 0.799 ----------System.out:(4/90)---------- Mismatch in LocaleNames/sq/sq: file = "shqip" jvm = "shqipe" Test failed. 1 errors. ----------System.err:(13/709)---------- java.lang.Exception: Test failed. 1 errors. at LocaleDataTest.main(LocaleDataTest.java:194) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:477) at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94) at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.Exception: Test failed. 1 errors. JavaTest Message: shutting down test -----------
Where file = "shqip" (Expected Value) jvm = "shqipe" (Retrieved Value)
Thanks Balchandra
participants (3)
-
Alan Bateman
-
Balchandra Vaidya
-
Rory O'Donnell Oracle, Dublin Ireland