-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
1.4.0
-
x86
-
solaris_8
Name: jbT81659 Date: 03/27/2001
OS: Solais5.8-Intel
Locale: Hebrew
Test: FormatIteratorTest
JDK: Merlin-Beta_1.4.0-B56
Test threw exception: java.lang.RuntimeException: Uncaught exception thrown in test method
testDateFormat
Here are the resuls reported by JTREG:
#Test Results (version 2)
#Sun Mar 25 12:30:02 IST 2001
#checksum:5d7b859492204136
#-----testdescription-----
$file=/home-bazelet/isam/jtreg/test/java/text/Format/FormatIteratorTest.java
$root=/home-bazelet/isam/jtreg/test
run=ASSUMED_ACTION main FormatIteratorTest\n
source=FormatIteratorTest.java
title=Tests the formatToCharacterIterator method of SimpleDateFormat, MessageFormat and
DecimalFormat.
#-----environment-----
#-----testresult-----
description=file:///home-bazelet/isam/jtreg/test/java/text/Format/FormatIteratorTest.java
end=Sun Mar 25 12:30:02 IST 2001
environment=regtest
execStatus=Failed. Execution failed
javatestOS=SunOS 5.8 (x86)
javatestVersion=JT_2.1.4b05
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build main
start=Sun Mar 25 12:29:52 IST 2001
status=Failed. Execution failed
test=java/text/Format/FormatIteratorTest.java
work=/home-bazelet/isam/jtreg/JTwork/java/text/Format
#section:script_messages
----------messages:(1/83)----------
JDK under test: java full version "1.4.0-beta-b56" (/home/sun/builds/jdk/solarisX)
#section:build
----------messages:(3/104)----------
command: build FormatIteratorTest
reason: Named class compiled on demand
elapsed time (seconds): 0.051
result: Passed. No need to compile: FormatIteratorTest.java
#section:main
----------messages:(3/135)----------
command: main FormatIteratorTest
reason: Assumed action based on file name: run main FormatIteratorTest
elapsed time (seconds): 9.666
----------System.out:(23/1276)----------
FormatIteratorTest {
testDateFormat {
text doesn't match, got: 02 02 116 04 17 04 IDT
java.lang.RuntimeException: text doesn't match, got: 02 02 116 04 17 04 IDT
at IntlTest.err(IntlTest.java:161)
at IntlTest.errln(IntlTest.java:166)
at FormatIteratorTest.verify(FormatIteratorTest.java:138)
at FormatIteratorTest._test(FormatIteratorTest.java:123)
at FormatIteratorTest.testDateFormat(FormatIteratorTest.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:30)
at sun.reflect.InflatableMethodAccessorImpl.invoke(InflatableMethodAccessorImpl.java:46)
at java.lang.reflect.Method.invoke(Method.java:306)
at IntlTest.run(IntlTest.java:108)
at FormatIteratorTest.main(FormatIteratorTest.java:86)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:30)
at sun.reflect.InflatableMethodAccessorImpl.invoke(InflatableMethodAccessorImpl.java:46)
at java.lang.reflect.Method.invoke(Method.java:306)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:579)
Uncaught exception thrown in test method testDateFormat
----------System.err:(18/838)----------
java.lang.RuntimeException: Uncaught exception thrown in test method testDateFormat
at IntlTest.err(IntlTest.java:161)
at IntlTest.errln(IntlTest.java:166)
at IntlTest.run(IntlTest.java:115)
at FormatIteratorTest.main(FormatIteratorTest.java:86)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:30)
at sun.reflect.InflatableMethodAccessorImpl.invoke(InflatableMethodAccessorImpl.java:46)
at java.lang.reflect.Method.invoke(Method.java:306)
at java.lang.reflect.Method.invoke(Method.java:306)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:579)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Uncaught exception thrown in
test method testDateFormat
JavaTest Message: shutting down test
STATUS:Failed.
result: Failed. Execution failed
test result: Failed. Execution failed
======================================================================
- duplicates
-
JDK-4430443 Regression Testing: Test threw exception: Uncaught exception thrown in test meth
- Closed