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

REGRESSION,JCK1.4: Unable to create instance of java.awt.Robot

XMLWordPrintable

    • beta
    • generic, x86
    • linux, solaris, solaris_8
    • Verified

      18 tests fail, last testname added at the end.
      ###@###.### 2002-05-31

      Name: icR10030 Date: 05/27/2002

      18 jck1.4 tests can not be run due to the bug.
      The tests fail in Linux and Solaris x86 and pass in Windows.
      The tests pass in merlin-b92 and hopper-b12.

      Filed By : J2SE-SQA [###@###.###
      JDK : jdk1.4.1-b13, jre1.4.1-b13
      JCK : JCK1.4-b17
      Platform[s] : RedHat Linux 7.2, Solaris 5.8 x86
      switch/Mode : -client -Xmixed, plugin for Netscape 6.2
      JCK test owner : http://javaweb.eng/jck/usr/owners.jto
      Failing Test : api/java_awt/Robot/index.html#constructor
                       api/java_awt/Robot/index.html#delay
                       api/java_awt/Robot/index.html#key
                       api/java_awt/Robot/index.html#setget
                       api/java_awt/Robot/index.html#mouse
                       api/java_awt/Robot/index.html#createcap
                       api/java_awt/Robot/index.html#wait
                       api/java_awt/interactive/event/EventTests.html#EventTest0019
                       api/java_awt/interactive/event/EventTests.html#EventTest0003
                       api/java_awt/interactive/event/EventTests.html#EventTest0010
                       api/java_awt/interactive/event/EventTests.html#EventTest0002
                       api/java_awt/interactive/event/EventTests.html#EventTest0001
                       api/java_awt/interactive/event/EventTests.html#EventTest0009
                       api/java_awt/interactive/event/EventTests.html#EventTest0012
                       api/java_awt/interactive/event/EventTests.html#EventTest0013
                       api/java_awt/interactive/DnDComponentTest.html#DnDComponentTest
                     api/java_awt/interactive/MenuShortcutTests.html#MenuShortcutTests

      Test source location:
      =====================
      /net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_awt/Robot/

      jtr file location:
      ==================
      /net/jtgb4u4c.eng/export/sail15/results/hopper/b13/jck14/linux/redhat7.2_gnome_plugin_ns6.1_linux-13/workDir/api/java_awt/Robot/

      How to reproduce:
      =================
      1. Compile the Test.java file.
      //------------------- Test.java ---------------------
      import java.awt.Robot;

      public class Test {

         public static void main(String a[]) {
              try {
                 Robot rob = new Robot();
              } catch(Exception e ) {
                  e.printStackTrace();
              }
         }
      }
      //------------------- end Test.java -----------------

      2. Execute class Test
      You will see this error message
      "Couldn't execl robot child process: No such file or directory".

      Test output:
      ============
      "Couldn't execl robot child process: No such file or directory".

      Specific Machine Info:
      ======================
      Hostname: linux-13
      Os: Redhat 7.2


      ======================================================================
      Name: icR10030 Date: 05/31/2002

      One more test fails due to the bug:
      api/java_awt/interactive/RobotTests.html#RobotTests
      ======================================================================

            ehawkessunw Eric Hawkes (Inactive)
            ichesunw Iche Iche (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: