-
Bug
-
Resolution: Unresolved
-
P4
-
11, 17, 21, 24, 25
-
linux
Suite: AWT regression
Test: java/awt/im/bug4490692.java
Tested Platforms: Oracle Linux 8 aarch64, Oracle Linux 8 x64, Oracle Linux 9 aarch64, Oracle Linux 9 x64, Oracle Linux 10 x64, Ubuntu 24.04
Products Tested: JDK-25 b24, JDK-24.0.2 b07/b08, JDK-24.0.1 b07/b08
Regression: NO
Note: Test is only present for jdk 24 and 25 and failing for both the releases.
Error:
Tab keypress DID NOT produce the expected accented character - aacute
at PassFailJFrame.awaitAndCheck(PassFailJFrame.java:1077)
at bug4490692.main(bug4490692.java:79)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1447)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Failure Reason:
Tab keypress DID NOT produce the expected accented character - aacute
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Failure Reason: Tab keypress DID NOT produce the expected accented character - aacute
Analysis: After remapping the Tab key to aacute using (xmodmap -e 'keycode 23 = aacute') this command, the tab key is still unable to type a-acute (à).
On pressing Tab key instead of typing (à) it is shifting the focus.
Test: java/awt/im/bug4490692.java
Tested Platforms: Oracle Linux 8 aarch64, Oracle Linux 8 x64, Oracle Linux 9 aarch64, Oracle Linux 9 x64, Oracle Linux 10 x64, Ubuntu 24.04
Products Tested: JDK-25 b24, JDK-24.0.2 b07/b08, JDK-24.0.1 b07/b08
Regression: NO
Note: Test is only present for jdk 24 and 25 and failing for both the releases.
Error:
Tab keypress DID NOT produce the expected accented character - aacute
at PassFailJFrame.awaitAndCheck(PassFailJFrame.java:1077)
at bug4490692.main(bug4490692.java:79)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1447)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Failure Reason:
Tab keypress DID NOT produce the expected accented character - aacute
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Failure Reason: Tab keypress DID NOT produce the expected accented character - aacute
Analysis: After remapping the Tab key to aacute using (xmodmap -e 'keycode 23 = aacute') this command, the tab key is still unable to type a-acute (à).
On pressing Tab key instead of typing (à) it is shifting the focus.
- relates to
-
JDK-8328398 Convert java/awt/im/4490692/bug4490692.html applet test to main
-
- Resolved
-