JDK-8316891 : [Linux] Intermittent test failure in IconifyTest.canIconifyDecoratedStage
  • Type: Bug
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: jfx21
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: linux
  • Submitted: 2023-09-25
  • Updated: 2025-04-17
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
Relates :  
Relates :  
Description
Spotted in our nightly test run a couple times over the last few days:

IconifyTest > canIconifyDecoratedStage FAILED
    junit.framework.AssertionFailedError: expected:rgba(255,0,0,255) but was:rgba(189,189,189,255)
        at test.robot.testharness.VisualTestBase.assertColorEquals(VisualTestBase.java:173)
        at test.robot.javafx.stage.IconifyTest.lambda$canIconifyStage$4(IconifyTest.java:99)