JDK-8350301 : ComponentEventTest.java test fails with exception
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8,11,17,21,24
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: linux_ubuntu
  • CPU: generic
  • Submitted: 2025-02-19
  • Updated: 2025-02-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Causes :  
Relates :  
Relates :  
Description
java/awt/Component/ComponentEventTest.java fails with exception - Exception: java.lang.RuntimeException: FAIL: ComponentMoved not triggered for class java.awt.Frame.
This failure in observed in Linux x64 Machine.

----------System.err:(13/860)----------
java.lang.RuntimeException: FAIL: ComponentMoved not triggered for class java.awt.Frame
	at ComponentEventTest.doTest(ComponentEventTest.java:308)
	at ComponentEventTest.doTest(ComponentEventTest.java:160)
	at ComponentEventTest.main(ComponentEventTest.java:143)
	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)