JDK-8267621 : Mark HonorDeveloperSettingsTest as unstable on Linux
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: openjfx17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • Submitted: 2021-05-24
  • Updated: 2021-09-07
  • Resolved: 2021-05-24
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
openjfx17Fixed
Related Reports
Relates :  
Description
The test HonorDeveloperSettingsTest.testOpacityWithManuallyChangedValueAndInlineStyleIsSetToInlineStyle is failing intermittently only on GHA build on linux platform. see: JDK-8267425

A fix proposed at https://github.com/openjdk/jfx/pull/509 is a potential fix which adds cleanup of test. But we do not know the root cause of this failure.
Identifying the root cause may take longer and we might push that to test sprint and the test failure results in failing the github checks on PR. 
So we need to mark this test as unstable.
As of now the test fails only on linux so we will mark it unstable only for linux.
Comments
Changeset: 329013b3 Author: Ambarish Rapte <arapte@openjdk.org> Date: 2021-05-24 17:47:52 +0000 URL: https://git.openjdk.java.net/jfx/commit/329013b321d0f95a26aa70c36b0702dc90e2f56f
24-05-2021

Are you sure that testOpacityWithManuallyChangedValueAndInlineStyleIsSetToInlineStyle is the only failing test? I think I've seen other tests fail as well, which would mean that the entire test class should be marked as unstable. Update: Since the NPE is happening in the setup method, which is run before the test itself runs, it seems unlikely that marking just a single test method as unstable is sufficient.
24-05-2021