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

REGRESSION: Regtest ScrollPaneLimitation.html fails on Windows 98

XMLWordPrintable

    • b37
    • x86
    • windows_98
    • Verified



      Name: vsR10238 Date: 12/30/2003


      Filed By : J2SE-SQA [###@###.###
      JDK : JDK1.5.0-b32 (passes using JDK1.4.2-b28)
      Testbase : Regression-test
      Platform[s] : Windows 98 (reproducible on Windows 98 only)
      Falling test[s]:
               java/awt/ScrollPane/ScrollPaneLimitation/ScrollPaneLimitation.html

      Regression test java/awt/ScrollPane/ScrollPaneLimitation/ScrollPaneLimitation.html fails using JDK1.5.0 with:

      java.lang.RuntimeException: mouse was not pressed
      at ScrollPaneLimitation.start(ScrollPaneLimitation.java:138)

      The same test passes using JDK1.4.2-b28.


      There is another bug 4522772 for this problem. But since 4522772 contains only 'hopper' in its
      "Commit to fix in releases:" field and it is fixed and verified for Hopper, I am filing a new one
      for Tiger.


      Test source location:
      =====================
      /java/re/jdk/1.5.0/promoted/all/b32/ws/j2se/test/java/awt/ScrollPane/ScrollPaneLimitation/ScrollPaneLimitation.html

      jtr file location:
      ==================
      /net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b32/regtest/win32/win98_linux-17/workDir/test/java/awt/ScrollPane/ScrollPaneLimitation/ScrollPaneLimitation.jtr

      How to reproduce:
      =================
      Run the following script (you may need to change its variables)

      --- script start ---
      #!/bin/sh
      RESULT_DIR=`pwd`
      WORK_DIR=$RESULT_DIR/workDir/test
      REPORT_DIR=$RESULT_DIR/reportDir

      #Paths in Java Software:
      JT_HOME="z:/jct-tools/3.1.2/archive/fcs/binaries"
      JEMMY_JAR="x:/Jemmy/jemmy.jar"
      JAVA_HOME="z:/jdk/1.5.0/promoted/all/b32/binaries/windows-i586"
      TEST_BASE_PATH="z:/jdk/1.5.0/promoted/all/b32/ws/j2se/test"

      #Alternative paths outside Java Software:
      #JT_HOME="z:/jct-tools/3.1.2/archive/fcs/binaries"
      #JEMMY_JAR="x:/Jemmy/jemmy.jar"
      #JAVA_HOME="z:/jdk/1.5.0/promoted/all/b32/binaries/windows-i586"
      #TEST_BASE_PATH="z:/jdk/1.5.0/promoted/all/b32/ws/j2se/test"

      #Alternative paths for the NSK site:
      #JT_HOME="h:/java/jct"
      #JEMMY_JAR="$JT_HOME/jemmy/jemmy.jar"
      #JAVA_HOME="h:/java/jdk1.5.0/win32"
      #TEST_BASE_PATH="h:/java/regtest.tiger/test"


      TESTVMOPTS="-client"
      CLASSPATH="$JT_HOME/classes;$JT_HOME/lib/javatest.jar;$JT_HOME/lib/jtreg.jar"

      TEST="java/awt/ScrollPane/ScrollPaneLimitation/ScrollPaneLimitation.html"

      mkdir -p $WORK_DIR/scratch 2>&1
      mkdir -p $WORK_DIR/jtData 2>&1
      mkdir -p $REPORT_DIR 2>&1

      #rm $WORK_DIR/jtData/ResultCache.jtw 2>&1

      cd $WORK_DIR/scratch

      $JAVA_HOME/bin/java -server -cp $CLASSPATH -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,DISPLAY=:0,windir=$windir,SystemRoot=$SystemRoot,PATH=${SHELL%/*},CPAPPEND=$JEMMY_JAR,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DDISPLAY=:0 -DlocalHost="linux-17" -Dprogram=jtreg com.sun.javatest.regtest.Main -a -v default -batch -params -w "$WORK_DIR" -r "$REPORT_DIR" -t "$TEST_BASE_PATH" "$TEST_BASE_PATH/$TEST"

      --- script end ---

      Test output (jtr part):
      =======================
      ----------System.out:(4/192)----------
      Child's initial location java.awt.Point[x=0,y=0]
      Pane's insets java.awt.Insets[top=2,left=2,bottom=2,right=18]
      Scroll pos = java.awt.Point[x=0,y=50000]
      Child pos = java.awt.Point[x=0,y=0]
      ----------System.err:(5/338)----------
      java.lang.RuntimeException: mouse was not pressed
      at ScrollPaneLimitation.start(ScrollPaneLimitation.java:138)
      at com.sun.javatest.regtest.AppletWrapper$AppletThread.run(AppletWrapper.java:133)
      at java.lang.Thread.run(Thread.java:566)
      STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: mouse was not pressed
      result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: mouse was not pressed


      test result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: mouse was not pressed


      Specific machine info:
      ======================
      Hostname: linux-17
      OS: Windows 98


      ======================================================================

            yan Yuri Nesterenko
            vshsunw Vsh Vsh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: