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

Regression test test/java/awt/Focus/TypeAhead/TestFocusFreeze.java fails

    XMLWordPrintable

Details

    • b62
    • x86
    • windows_2000

    Description

      Name: icR10030 Date: 06/16/2004


      Filed By : J2SE-SQA [###@###.###
      JDK : JDK1.5.0-b55
      Testbase : Regression-test
      Platform[s] : Windows 2000 Pro
      switch/Mode : -client
      Falling test[s]:
               java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html

      Regression-test java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html test fails with JDK1.5.0-b55
      The test from b54 build passes in jdk1.5.0-b54/b55
      See also bug 5048934

      Test source location:
      =====================
      /java/re/jdk/1.5.0/promoted/all/b55/ws/j2se/test/java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html

      jtr file location:
      ==================
      /net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b55/regtest/win32/Windows_2000_Pro_linux-2/workDir/test/java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.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 SWAN
      #
      # Note: to run the script on Windows you need /net mapped on N: drive (net use N: \sm-usca<your building code>-01
      et)
      # If you're outside of SCA campus please consult with http://orbit.central/iwork/tools/filemgr/windows_filemgr.html
      # to get a list of SAMBA servers nearest to your location
      #
      #net use N: \sm-usca14-01
      et
      #

      JT_HOME="n:/koori.sfbay/onestop/jct-tools/3.1.2/archive/fcs/binaries"
      JEMMY_JAR="n:/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
      JAVA_HOME="n:/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b55/binaries/windows-i586"
      TEST_BASE_PATH="n:/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b55/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/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.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 -showversion -server -cp $CLASSPATH -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,windir=$windir,SystemRoot=$SystemRoot,PATH=${SHELL%/*},CPAPPEND=$JEMMY_JAR,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DlocalHost=`uname -n` -Dprogram=jtreg com.sun.javatest.regtest.Main -v default -batch -params -w "$WORK_DIR" -r "$REPORT_DIR" -t "$TEST_BASE_PATH" "$TEST_BASE_PATH/$TEST"

      --- script end ---

      Script output:
      ==============

      Test output (jtr part):
      =======================
      ----------System.out:(0/0)----------
      ----------System.err:(15/1135)----------
      b is shown
      b is focused
      java.awt.event.KeyEvent[KEY_PRESSED,keyCode=32,keyText=Space,keyChar=' ',keyLocation=KEY_LOCATION_STANDARD] on button0
      java.awt.event.KeyEvent[KEY_TYPED,keyCode=0,keyText=Unknown keyCode: 0x0,keyChar=' ',keyLocation=KEY_LOCATION_UNKNOWN] on button0
      java.awt.event.KeyEvent[KEY_RELEASED,keyCode=32,keyText=Space,keyChar=' ',keyLocation=KEY_LOCATION_STANDARD] on button0
      B pressed
      java.awt.event.KeyEvent[KEY_PRESSED,keyCode=32,keyText=Space,keyChar=' ',keyLocation=KEY_LOCATION_STANDARD] on dialog0
      java.awt.event.KeyEvent[KEY_TYPED,keyCode=0,keyText=Unknown keyCode: 0x0,keyChar=' ',keyLocation=KEY_LOCATION_UNKNOWN] on dialog0
      java.awt.event.KeyEvent[KEY_RELEASED,keyCode=32,keyText=Space,keyChar=' ',keyLocation=KEY_LOCATION_STANDARD] on dialog0
      Ok got focus
      java.lang.RuntimeException: Type-ahead doesn't work
      at TestDialogTypeAhead.start(TestDialogTypeAhead.java:152)
      at com.sun.javatest.regtest.AppletWrapper$AppletThread.run(AppletWrapper.java:133)
      at java.lang.Thread.run(Thread.java:595)
      STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: Type-ahead doesn't work
      result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: Type-ahead doesn't work


      test result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: Type-ahead doesn't work



      Specific machine info:
      ======================
      Hostname: linux-2
      OS: Windows 2000 Pro



      ======================================================================
      It appeared that in the context of this CR another regtest failure has been resolved.
      That regtest was created for 6291992. It failed on Windows. Here's it:

         test/java/awt/Focus/TypeAhead/TestFocusFreeze.java

      So, I've changed the synopsis accordingly. The old synopsis looked as follows:
      - Regression test java/awt/KeyboardFocusmanager/TypeAhead/TestDialogType fails.
      This regtest was also failing that has been fixed in 6382750.

      Attachments

        Issue Links

          Activity

            People

              dcherepanov Dmitry Cherepanov
              ichesunw Iche Iche (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: