JDK-8066744 : The case fail automatically with the sun.awt.SunToolkit$OperationTimedOut exception
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2014-12-05
  • Updated: 2014-12-08
  • Resolved: 2014-12-08
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.
Other
tbd_majorResolved
Related Reports
Duplicate :  
Description
Testsuite name:Awt Regression 
Test name:closed/java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java
Product tested:JDK8u25b17(64bit) 
OS/architecture:sles12-x64 

Error log file:http://aurora.ru.oracle.com/slot-gw/652704.ManualSubmit-1/workDir/closed/java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.jtr
     
Reproducible: Always 
Reproducible on machine: Evergreen-machine 
  [If Sometimes] Also reproducible on machine: 

Is it a Regression:NO 
  [If Regression] Regression introduced in release/build: 
Test result on the last GAed release for this train:Fail(jdk8u20b32/sles12-x64:fail) 
  [if Fail] Test result on FCS:Fail(jdk8b132/suse12-x64:fail) 

Is it a platform specific issue:YES(jdk7u71b14/win7-x64:pass) 
  [If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing:sles12-x64 
  [If new configuration testing] Issue specific to execution mode or OS/browser version:sles12-x64 
MovedResizedTwiceTest.java Steps to reproduce: 
 1.Download regression workspace from to http://jre.us.oracle.com/java/re/jdk/8u25/promoted/fcs/b17/ws/jdk/ to /regression/ 
 2. Install test bundle JDK8u25b17 (download from http://jre.us.oracle.com/java/re/jdk/8u25/promoted/fcs/b17/bundles/linux-x64/jdk-8u25-linux-x64.tar.gz) to /regression/jdk1.8.0_25 
 3.Install stable JDK7u45b18 (download from http://jre.us.oracle.com/java/re/jdk/7u45/promoted/fcs/b18/bundles/linux-i586/jdk-7u45-linux-i586.tar.gz) to /regression/jdk1.7.0_45 
 4.download and unzip Jtreg from http://jre.us.oracle.com/java/re/jtreg/4.1/promoted/fcs/b09/bundles/jtreg_bin-4.1-fcs-bin-b09_28_mar_2014.zip locate at /regression/ 
5.Create the script regression.sh as follows and run it 
export JT_JAVA=/regression/jdk1.7.0_45 /regression/jtreg/linux/bin/jtreg -v -m -ignore:quiet -jdk:/regression/jdk1.8.0_25 -r:/regression/results/reportDir -w:/regression/results/workDir /regression/test/closed/java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java

Actual behavior: 
1.The case fail automatically and thrown the sun.awt.SunToolkit$OperationTimedOut exception.
2.we use javac MovedResizedTwiceTest.java it thrown 2warnings:
MovedResizedTwiceTest.java:35: warning: SunToolkit is internal proprietary API and may be removed in a future release SunToolkit tk = (SunToolkit)Toolkit.getDefaultToolkit();
MovedResizedTwiceTest.java:35: warning: SunToolkit is internal proprietary API and may be removed in a future release SunToolkit tk = (SunToolkit)Toolkit.getDefaultToolkit();
and then use java MovedResizedTwiceTest the case also thrown the sun.awt.SunToolkit$OperationTimedOut exception.
Comments
Add the case name for aurora: RULE closed/java/awt/Container/ZOrder/Test.java Exception sun.awt.SunToolkit$OperationTimedOut: ... RULE closed/java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java Exception sun.awt.SunToolkit$OperationTimedOut: ... RULE closed/java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java Exception sun.awt.SunToolkit$OperationTimedOut: ... RULE java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java Exception sun.awt.SunToolkit$OperationTimedOut: ...
05-12-2014