JDK-8242505 : Some WebKit tests might fail because Microsoft libraries are not loaded
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: openjfx15
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-04-10
  • Updated: 2022-02-24
  • Resolved: 2020-04-28
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
openjfx11.0.15Fixed
Related Reports
Blocks :  
Description
This was discovered while doing a test build with VS 2019.

Two of the WebKit tests load the native WebKit library without initializing the JavaFX runtime. This will lead to test failures and will hang the test run if those tests are run before the other tests, and if the system doesn't have all the needed runtime libraries.

Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/jfx11u/pull/73 Date: 2022-02-24 19:12:09 +0000
24-02-2022

Changeset: e0ffca32 Author: Kevin Rushforth <kcr@openjdk.org> Date: 2020-04-28 15:11:17 +0000 URL: https://git.openjdk.java.net/jfx/commit/e0ffca32
28-04-2020