-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b47
-
generic
-
generic
-
Verified
Name: iaR10016 Date: 03/16/2004
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b42, JDK1.4.2-b28
Testbase : Regression-test
Platform[s] : all
switch/Mode : -client
Falling test[s]: javax/swing/JMenu/4140643/bug4140643.java
Regression-test javax/swing/JMenu/4140643/bug4140643.java test fails with JDK1.5.0-b42 on all platforms.
Please, run the script from "How to reproduce" section to reproduce the failure.
The test Description reads:
...
Try open the menu using keyboard: both Meta+F and Alt+F should open it.
...
However, "Alt"+"F" pressing does not open the menu in tested frame.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/beta2/b42/ws/j2se/test/javax/swing/JMenu/4140643/bug4140643.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b42/regtest/sparc/Solaris_10_sparc_GNOME__linux-8/workDir/test-manual/javax/swing/JMenu/4140643/bug4140643.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
#Paths in Java Software:
TESTJAVA="/java/re/jdk/1.5.0/promoted/all/b42/binaries/linux-i586"
TESTBASE="/java/re/jdk/1.5.0/promoted/all/b42/ws/j2se/test"
#Alternative paths outside Java Software
#TESTJAVA="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b42/binaries/linux-i586"
#TESTBASE="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b42/ws/j2se/test"
#Alternative paths for the NSK site:
#TESTJAVA="/net/linux-15/export/home/java/jdk1.5.0/linux"
#TESTBASE="/net/linux-15/export/home/java/regtest.tiger/test"
cp $TESTBASE/javax/swing/JMenu/4140643/* ./
$TESTJAVA/bin/javac bug4140643.java
$TESTJAVA/bin/appletviewer -Xnosecurity bug4140643.html
--- script end ---
Specific machine info:
======================
Hostname: linux-8
OS: Solaris 10 (sparc) (GNOME)
======================================================================
- relates to
-
JDK-4140643 Meta+F doesn't bring up File menu (with F mnemonic)
-
- Resolved
-