Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8066744

The case fail automatically with the sun.awt.SunToolkit$OperationTimedOut exception

XMLWordPrintable

    • x86
    • linux

      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.

            azvegint Alexander Zvegintsev
            michaelw Michael Wang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: