JDK-6276704 : Regression: CTE_REGTEST/Generic/4799136/Bug4799136.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Won't Fix
  • OS: linux
  • CPU: x86
  • Submitted: 2005-05-26
  • Updated: 2012-08-28
  • Resolved: 2012-08-28
Related Reports
Relates :  
Relates :  
Description
JDK        	    : Mustang b37
Platform[s]         : Fails On:  Red Hat AS release 4
Failing Test [s]    : CTE_REGTEST/Generic/4799136/Bug4799136.java

    Test source location:
    =====================
/net/jdk/export/jpse04/Regression/1.6.0/test/CTE_REGTEST/Generic/4799136/Bug4799136.java

    jtr file location:
    ==================
/net/cady/export6/results/mustang/b37/reg/regression-cte-reg-mustang-rhas-2005-05-23-10-27-40-0509/workDir/CTE_REGTEST/Generic/4799136/Bug4799136.jtr

    How to reproduce:
    ====================
    - Set JAVA_HOME to Mustang b37 linux-i586
    - cd /net/jdk/export/jpse04/Regression/1.6.0/test/CTE_REGTEST/Generic/4799136
    - /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/linux/bin/jtreg -r:/tmp -w:/tmp ./Bug4799136.java fails


    Test output:
    =============
----------System.out:(11/978)----------
Trace:
Start to wait frame "Frame with title "Bug4799136"" opened
Trace:
Frame "Frame with title "Bug4799136"" has been opened in 128 milliseconds
    Bug4799136[frame0,0,26,712x56,layout=java.awt.BorderLayout,title=Bug4799136,resizable,normal,defaultCloseOperation=DISPOSE_ON_CLOSE,rootPane=javax.swing.JRootPane[,5,22,702x29,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
Trace:
Start to wait action "Wait Any javax.swing.JLabel loaded"
Trace:
"Wait Any javax.swing.JLabel loaded" action has been produced in 61 milliseconds with result 
    : javax.swing.JLabel[,660,7,37x15,alignmentX=0.0,alignmentY=0.0,border=,flags=8388608,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,horizontalAlignment=LEADING,horizontalTextPosition=TRAILING,iconTextGap=4,labelFor=,text=Failed,verticalAlignment=CENTER,verticalTextPosition=CENTER]
Test Failed
----------System.err:(13/672)----------
java.lang.RuntimeException: Failed
        at Test4799136.main(Test4799136.java:47)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:83)
        at java.lang.Thread.run(Thread.java:595)


    Specific Machine Info:
    =====================
Linux inclusion 2.6.9-6.37.EL #1 Tue Mar 29 15:34:14 EST 2005 i686 i686 i386 GNU/Linux

::::::::::::::
/etc/lsb-release
::::::::::::::
LSB_VERSION="1.3"
::::::::::::::
/etc/redhat-release
::::::::::::::
Red Hat Enterprise Linux AS release 4 (Nahant Update 1)

###@###.### 2005-05-26 18:45:09 GMT

Comments
EVALUATION test/java/awt/KeyboardFocusManager/TypeAhead/TestDialogTypeAhead.html is fixed, see CR 6566375.
02-12-2009

EVALUATION the test is supposed to check if the KeyEvent goes into newly opened Dialog. The same test exist in J2SE workspace: test/java/awt/KeyboardFocusManager/TypeAhead/TestDialogTypeAhead.html Seems this failure reproduces not often and. I could see how Dialog stays opened (it should be closed by Space key) on my Windows2000 PC. It also sounds familiar to us. We have a report about GNOME's dialogs which doesn't receive type-aheaded events. These issues might be concerned with each other. ###@###.### 2005-05-27 09:15:42 GMT
27-05-2005