-
Bug
-
Resolution: Fixed
-
P4
-
5.0u4
-
b43
-
x86
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2143908 | 5.0-pool | Xueming Shen | P4 | Closed | Won't Fix |
Release: 5.0u4 b04
Locale: de UTF8
Platform: JDS3 - linux
Description: regression test java/util/Scanner/ScanTest.java fails
with the exception:
java.util.InputMismatchException
at java.util.Scanner.throwFor(Scanner.java:819)
at java.util.Scanner.next(Scanner.java:1431)
at java.util.Scanner.nextFloat(Scanner.java:2267)
at ScanTest.nonASCIITest(ScanTest.java:234)
at ScanTest.main(ScanTest.java:33)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:595)
See the attached test output.
###@###.### 2005-05-27 15:12:25 GMT
Locale: de UTF8
Platform: JDS3 - linux
Description: regression test java/util/Scanner/ScanTest.java fails
with the exception:
java.util.InputMismatchException
at java.util.Scanner.throwFor(Scanner.java:819)
at java.util.Scanner.next(Scanner.java:1431)
at java.util.Scanner.nextFloat(Scanner.java:2267)
at ScanTest.nonASCIITest(ScanTest.java:234)
at ScanTest.main(ScanTest.java:33)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:595)
See the attached test output.
###@###.### 2005-05-27 15:12:25 GMT
- backported by
-
JDK-2143908 java/util/Scanner/ScanTest fails
- Closed
- relates to
-
JDK-6249622 Regression test java/util/Scanner/ScanTest.java failed in de_DE locale
- Closed