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

DnDTests.html#DnDTests (JCK-api-interactive) failure on kestrel 1.3-b09

XMLWordPrintable

    • x86, sparc
    • solaris_8

      DnDTests.html#DnDTests (JCK-api-interactive) failure on kestrel 1.3-b09.

      Description of failure:
      In the second drag and drop test, the components are dragged but are not dropped on the right panel.

      Fails on all platforms.

      Machine info:
      ============
      jtg-i106% /usr/java1.3/bin/java -fullversion
      java full version "Solaris_JDK_1.3-b09"
      jtg-i106% uname -a
      SunOS jtg-i106 5.7 Generic_106542-10 i86pc i386 i86pc
      jtg-i106% psrinfo -v
      Status of processor 0 as of: 04/05/00 17:23:46
        Processor has been on-line since 03/13/00 18:07:50.
        The i386 processor operates at 331 MHz,
              and has an i387 compatible floating point processor.
      Status of processor 1 as of: 04/05/00 17:23:46
        Processor has been on-line since 03/13/00 18:07:50.
        The i386 processor operates at 331 MHz,
              and has an i387 compatible floating point processor.

      To reproduce run the script below after modifying the display.

      ----------------------
      #!/bin/ksh

      PATH=/usr/java1.3/bin:/bin
      DISPLAY=jtg-i112:0.0
      CLASSPATH=/export/home/jtg-test/tonga_1.3_b09_server_Xint/jtg-i112/JCK-runtime-1
      3rc1.api.interactive/bkante.Solaris.x86/DnDTests_DnDTests:/net/ultraowl.eng/expo
      rt/ultraowl1/javatb/testbase/src/JCK-runtime-13rc1/classes:/net/ultraowl.eng/exp
      ort/ultraowl1/javatb/testbase/src/JCK-runtime-13rc1/javatest.jar
      LD_LIBRARY_PATH=/net/ultraowl.eng/export/ultraowl1/javatb/testbase/src/JCK-runti
      me-13rc1/lib/intel

      while [ $# -gt 0 ];
      do
        if [ $1 = "-jdk" ]; then
          shift 1
          PATH=${1}/bin:${PATH}
          shift 1
        else
          if [ $1 = "-d" ]; then
            shift 1
            if [ $# -gt 0 ]; then
              DISPLAY=$1
              shift 1
            else
              DISPLAY=:0.0
            fi
          fi
        fi
      done

      export PATH
      export DISPLAY
      export CLASSPATH
      export LD_LIBRARY_PATH
      /usr/java1.3/bin/java -server -Xint -verify -Djava.security.policy=/net/ultraow
      l.eng/export/ultraowl1/javatb/testbase/src/JCK-runtime-13rc1/lib/jck.policy java
      soft.sqe.tests.api.java.awt.interactive.DnDTests -TestCaseID ALL
      ##Exit status of execution step=97
      ##!checkExitCode
      ----------------------------------------

      Failed with the following ERROR message:
      =======================================

      #Exception in thread "AWT-Motif" java.lang.UnsatisfiedLinkError: findComponentAt
      # at sun.awt.motif.MDropTargetContextPeer.findComponentAt(Native Method)
      # at sun.awt.motif.MDropTargetContextPeer.handleEnterMessage(MDropTargetCo
      ntextPeer.java:408)
      # at sun.awt.motif.MToolkit.run(Native Method)
      # at java.lang.Thread.run(Thread.java:484)
      #Exception in thread "AWT-Motif" java.lang.UnsatisfiedLinkError: findComponentAt
      # at sun.awt.motif.MDropTargetContextPeer.findComponentAt(Native Method)
      # at sun.awt.motif.MDropTargetContextPeer.handleMotionMessage(MDropTargetC
      ontextPeer.java:599)
      # at sun.awt.motif.MToolkit.run(Native Method)
      # at java.lang.Thread.run(Thread.java:484)
      #Exception in thread "AWT-Motif" java.lang.UnsatisfiedLinkError: findComponentAt
      # at sun.awt.motif.MDropTargetContextPeer.findComponentAt(Native Method)
      # at sun.awt.motif.MDropTargetContextPeer.handleMotionMessage(MDropTargetC
      ontextPeer.java:599)
      # at sun.awt.motif.MToolkit.run(Native Method)
      # at java.lang.Thread.run(Thread.java:484)


      madhura.dudhgaonkar@eng 2000-04-05

            rbrinkle Roger Brinkley (Inactive)
            mdudhgaosunw Madhura Dudhgaonkar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: