JDK-6959790 : closed/java/awt/Toolkit/TimeUnsignedConversionTest/TimeUnsignedConversionTest.html failed on 7b94
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: x86
  • Submitted: 2010-06-09
  • Updated: 2011-07-07
  • Resolved: 2011-07-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b102Fixed
Related Reports
Relates :  
Description
Testsuite name: regression
test: closed/java/awt/Toolkit/TimeUnsignedConversionTest/TimeUnsignedConversionTest.html

JDK/JRE tested: 7b94

OS/architecture: amd64-solaris10

Reproducible: Always

Reproducible on machine: stt-12.russia

Is it a platform specific regression: N

Is it a Regression: Y
test failed on b94, but passed on b93

Regression introduced in release/build: b94

Test run log location:

/export/JQA/regression/7b94/cur2/work/closed/java/awt/Toolkit/TimeUnsignedConversionTest/TimeUnsignedConversionTest.jtr

----------System.out:(2/379)----------
java.awt.event.KeyEvent[KEY_PRESSED,keyCode=32,keyText=Space,keyChar=' ',keyLocation=KEY_LOCATION_STANDARD,rawCode=65,primaryLevelUnicode=32,scancode=0,extendedKeyCode=0x20] on button0
java.awt.event.KeyEvent[KEY_TYPED,keyCode=0,keyText=Unknown keyCode: 0x0,keyChar=' ',keyLocation=KEY_LOCATION_UNKNOWN,rawCode=0,primaryLevelUnicode=32,scancode=0,extendedKeyCode=0x0] on button0
----------System.err:(5/328)----------
java.lang.RuntimeException: Test failed!
        at TimeUnsignedConversionTest.start(TimeUnsignedConversionTest.java:74)
        at com.sun.javatest.regtest.AppletWrapper$AppletRunnable.run(AppletWrapper.java:153)
        at java.lang.Thread.run(Thread.java:717)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: Test failed!
result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: Test failed!


test result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: Test failed!


Steps to reproduce: 
[stt-robot@stt-12]$ /export/jdk/jdk1.6.0_21b05_j4b/bin/java -jar /net/vice/export/home0/regression/tools/jtest-latest/lib/jtreg.jar -testjdk:/export/jdk/7b94/jdk1.7.0/ /net/vice/export/home0/regression/workspaces/170/1.7.0b96/j2se/test/closed/java/awt/Toolkit/TimeUnsignedConversionTest/TimeUnsignedConversionTest.html

Comments
EVALUATION I suspect this bug should be fixed exactly the same way as 6959174: with adding a check for XAWT/GTK file dialogs.
29-06-2010

EVALUATION The test relies on the specific behavior of XAWT file dialogs. However, after the fix for 6913179, we use native (GTK) dialogs and therefore miss some events.
29-06-2010