JDK-8339679 : Stabilize tests on Ubuntu 24.04
  • Type: Task
  • Component: javafx
  • Sub-Component: other
  • Affected Version: jfx24
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • OS: linux
  • Submitted: 2024-09-06
  • Updated: 2025-04-02
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
Blocks :  
Relates :  
Description
We currently see several test failures on Ubuntu 24.04 that we don't see on earlier versions (e.g., all tests pass on Ubuntu 22.04).

This task will track running the tests, both in Wayland and X.org mode, and filing new bugs, linking them as either "relates to" (for product bugs) or "blocks" (for test bugs) this bug as follows:

for each test in (failed tests) {
  if test failure is due to a problem in the test {
    file a new bug: link as "blocks" this task; add labels: noreg-self, test_sprint, sn_178
  } else { // product bug
    file two new bugs as follows:
      file bug1 to track the product bug
      file bug2 to skip test until bug1 is fixed: link as "blocks" this task and "relates to" bug 1; add labels: noreg-self, test_sprint, sn_178
  }
}

Comments
Finished running multiple full test runs in Ubuntu 24.04 with both Wayland and Xorg. 6 system tests fail in both Wayland and Xorg: RestoreSceneSizeTest PageFillTest SVGTest SizeToSceneTest TextSelectionTest (intermittent failure) MenuDoubleShortcutTest (intermittent failure) 1 test fails only on wayland: WrongStageFocusWithApplicationModalityTest (intermittent failure) 3 tests fail only on Xorg: InitializeJavaFXLaunch1Test (intermittent failure) InitializeJavaFXLaunch2Test (intermittent failure) KeyEventClosesStageTest
02-04-2025