-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.4.0
-
sparc
-
solaris_2.6
During Regression test executeion with jdk1.4 beta b32 on sol2.6, 2.7 ,8 in ja locale an exception was thrown with the following message:
`main' threw exception: java.lang.RuntimeException: 5 Warning(s).
Below is the test report on sol2.6:
#-----testresult-----
description=file:///home/bpaga/sol2_6/test/sun/io/Converter/TestConv.java
end=Wed Sep 20 12:31:25 PDT 2000
environment=regtest
execStatus=Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 5 Warning(s).
javatestOS=SunOS 5.6 (sparc)
javatestVersion=JT_2.1.3i
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile main
start=Wed Sep 20 12:31:11 PDT 2000
status=Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 5 Warning(s).
test=sun/io/Converter/TestConv.java
work=/home/bpaga/sol2_6/JTwork/sun/io/Converter
#section:script_messages
----------messages:(1/83)----------
JDK under test: java full version "1.4.0beta-b33" (/usr/local/java/jdk1.4/solaris)
#section:build
----------messages:(3/93)----------
command: build TestConv
reason: Named class compiled on demand
elapsed time (seconds): 5.82
result: Passed. Compilation successful
#section:compile
----------messages:(3/153)----------
command: compile /home/bpaga/sol2_6/test/sun/io/Converter/TestConv.java
reason: .class file out of date or does not exist
elapsed time (seconds): 5.773
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:main
----------messages:(3/115)----------
command: main TestConv
reason: Assumed action based on file name: run main TestConv
elapsed time (seconds): 8.644
----------System.out:(31/469)*----------
Checking Cp1123...
OK.
Checking Cp1006...
OK.
Checking Cp037...
OK.
Checking Cp1026...
OK.
Checking Cp1112...
OK.
Checking Cp1025...
OK.
Checking Cp1046...
OK.
Checking Cp1255...
OK.
Checking Big5...
Warning 1: \\uFF3F -> 0xA1C4 multi-mapping? 0xA15A
Warning 2: \\u2571 -> 0xA2AC multi-mapping? 0xA1FE
Warning 3: \\u2572 -> 0xA2AD multi-mapping? 0xA240
Warning 4: \\u5341 -> 0xA451 multi-mapping? 0xA2CC
Warning 5: \\u5345 -> 0xA4CA multi-mapping? 0xA2CE
----------System.err:(11/496)----------
java.lang.RuntimeException: 5 Warning(s).
at TestConv.checkConverter(TestConv.java:123)
at TestConv.main(TestConv.java:19)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:488)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 5 Warning(s).
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 5 Warning(s).
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 5 Warning(s).
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 5 Warning(s).
Steps to reproduce:
1. get jdk1.4 b32 for solaris under
/usr/local/java/jdk1.4/bundles
2. get and install JTreg from
/usr/local/java/sqe-tools2.1.3fcs/javatest.jar
3. get the file from
/ws/jdk1.4/test/java/text/sun/io/Converter/TerstConv.java
4. compile and run the test on solaris 2.6, 2.7, or 8
keiko.nakayama@Eng 2000-09-26
`main' threw exception: java.lang.RuntimeException: 5 Warning(s).
Below is the test report on sol2.6:
#-----testresult-----
description=file:///home/bpaga/sol2_6/test/sun/io/Converter/TestConv.java
end=Wed Sep 20 12:31:25 PDT 2000
environment=regtest
execStatus=Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 5 Warning(s).
javatestOS=SunOS 5.6 (sparc)
javatestVersion=JT_2.1.3i
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile main
start=Wed Sep 20 12:31:11 PDT 2000
status=Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 5 Warning(s).
test=sun/io/Converter/TestConv.java
work=/home/bpaga/sol2_6/JTwork/sun/io/Converter
#section:script_messages
----------messages:(1/83)----------
JDK under test: java full version "1.4.0beta-b33" (/usr/local/java/jdk1.4/solaris)
#section:build
----------messages:(3/93)----------
command: build TestConv
reason: Named class compiled on demand
elapsed time (seconds): 5.82
result: Passed. Compilation successful
#section:compile
----------messages:(3/153)----------
command: compile /home/bpaga/sol2_6/test/sun/io/Converter/TestConv.java
reason: .class file out of date or does not exist
elapsed time (seconds): 5.773
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:main
----------messages:(3/115)----------
command: main TestConv
reason: Assumed action based on file name: run main TestConv
elapsed time (seconds): 8.644
----------System.out:(31/469)*----------
Checking Cp1123...
OK.
Checking Cp1006...
OK.
Checking Cp037...
OK.
Checking Cp1026...
OK.
Checking Cp1112...
OK.
Checking Cp1025...
OK.
Checking Cp1046...
OK.
Checking Cp1255...
OK.
Checking Big5...
Warning 1: \\uFF3F -> 0xA1C4 multi-mapping? 0xA15A
Warning 2: \\u2571 -> 0xA2AC multi-mapping? 0xA1FE
Warning 3: \\u2572 -> 0xA2AD multi-mapping? 0xA240
Warning 4: \\u5341 -> 0xA451 multi-mapping? 0xA2CC
Warning 5: \\u5345 -> 0xA4CA multi-mapping? 0xA2CE
----------System.err:(11/496)----------
java.lang.RuntimeException: 5 Warning(s).
at TestConv.checkConverter(TestConv.java:123)
at TestConv.main(TestConv.java:19)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:488)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 5 Warning(s).
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 5 Warning(s).
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 5 Warning(s).
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 5 Warning(s).
Steps to reproduce:
1. get jdk1.4 b32 for solaris under
/usr/local/java/jdk1.4/bundles
2. get and install JTreg from
/usr/local/java/sqe-tools2.1.3fcs/javatest.jar
3. get the file from
/ws/jdk1.4/test/java/text/sun/io/Converter/TerstConv.java
4. compile and run the test on solaris 2.6, 2.7, or 8
keiko.nakayama@Eng 2000-09-26
- duplicates
-
JDK-4367238 Regression test sun/io/Converter/TestConv.java failing
- Closed
- relates to
-
JDK-4179153 Need to update Macintosh encoding converters for Euro character
- Resolved