JDK-8280421 : IrresponsiveScriptTest unit test fails with WebKit 613.1
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: jfx19
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2022-01-21
  • Updated: 2024-07-03
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
jfx24Unresolved
Related Reports
Relates :  
Description
The tests IrresponsiveScriptTest time out differently on all platforms:

Linux: testInfiniteLoopInScript hangs
macOS: testInfiniteLoopInScript hangs
Windows: testLongLoopInHandler fails (but testInfiniteLoopInScript passes)

The browsers like Chrome or Firefox do not interrupt an infinite JS loop.
So we can hold on to this fix for a while, but it should be fixed as this is a JavaFX behavior.