-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P3
-
Affects Version/s: 8, 11, 17, 21, 24, 25, 26
-
Component/s: client-libs
-
Environment:
Linux aarch64/x64 machines(Oracle Linux 8.10, aarch64 or x64 )
-
generic
-
linux
java/awt/LightweightComponent/MultipleAddNotifyTest/MultipleAddNotifyTest.java fails in linux aarch64 machines(Oracle Linux 8.10, aarch64 ) with an Exception:
java.lang.RuntimeException: Test failed. MouseClicked event not working properly.
at MultipleAddNotifyTest.main(MultipleAddNotifyTest.java:98)
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$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:1447)
I don't see this test failing in any platform other that Linux aarch64.
I need to test it in other JDK versions also.
java.lang.RuntimeException: Test failed. MouseClicked event not working properly.
at MultipleAddNotifyTest.main(MultipleAddNotifyTest.java:98)
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$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:1447)
I don't see this test failing in any platform other that Linux aarch64.
I need to test it in other JDK versions also.
- duplicates
-
JDK-8348643 java/awt/LightweightComponent/MultipleAddNotifyTest/MultipleAddNotifyTest.java fails in linux aarch64 machines
-
- Closed
-
-
JDK-8348644 java/awt/LightweightComponent/MultipleAddNotifyTest/MultipleAddNotifyTest.java fails intermittently in linux aarch64 machines
-
- Closed
-