JDK-6395216 : java/awt/event/KeyEvent/KeyPressesOnDisabledComps/KeyPressesOnDisabledComps.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2006-03-07
  • Updated: 2006-03-09
  • Resolved: 2006-03-09
Related Reports
Duplicate :  
Description
JDK		    : Fails:  Mustang b74
                      Passes: Mustang b73

Platform[s]         : Fails On: Solaris sparc 9
Failing Test [s]    : java/awt/event/KeyEvent/KeyPressesOnDisabledComps/KeyPressesOnDisabledComps.java


    Test source location:
    =====================
/net/cady/export/jdk1.6.0/promoted/all/b74/ws/j2se/test/java/awt/event/KeyEvent/KeyPressesOnDisabledComps/KeyPressesOnDisabledComps.java

    jtr file location:
    ==================
/net/cady/export6/results/mustang/b74/reg/regression-reg-sparc9-2006-03-03-16-14-37-0222/workDir/java/awt/event/KeyEvent/KeyPressesOnDisabledComps/KeyPressesOnDisabledComps.jtr

    How to reproduce:
    ====================
    - Set JAVA_HOME to Mustang b74 solaris-sparc
    - cd /net/cady/export/jdk1.6.0/promoted/all/b74/ws/j2se/test/java/awt/event/KeyEvent/KeyPressesOnDisabledComps
    - /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/solaris/bin/jtreg -r:/tmp -w:/tmp ./KeyPressesOnDisabledComps.java

    Test output:
    =============
----------System.out:(3/114)----------
Any messages for the tester will display here.
The test failed: null
The test is over, hit  Ctl-C to stop Java VM
----------System.err:(15/819)----------
java.lang.RuntimeException
        at KeyPressesOnDisabledComps.fail(KeyPressesOnDisabledComps.java:212)
        at KeyPressesOnDisabledComps.init(KeyPressesOnDisabledComps.java:102)
        at KeyPressesOnDisabledComps.main(KeyPressesOnDisabledComps.java:138)
        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:589)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
        at java.lang.Thread.run(Thread.java:626)

    Test Machine:
    ============
SunOS parislv 5.9 Generic_117171-07 sun4u sparc SUNW,Ultra-60
                        Solaris 9 9/04 s9s_u7wos_09 SPARC
           Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                             Assembled 29 June 2004

Comments
EVALUATION I've modified the test to print the original exception we've got and it is the same exception as in 6393307
09-03-2006

EVALUATION it looks like another duplicate of 6393307 (SWAT: MouseButtonExTest fails in b74 (due to exception in JPasswordField)
09-03-2006