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

'java/awt/im/bug4490692.java' Test fails on linux.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 11, 17, 21, 24, 25
    • client-libs

      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.

            azvegint Alexander Zvegintsev
            sarvejai Sarvesh Kumar Jain
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: