Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203525 | 11.0.1 | Kevin Rushforth | P3 | Resolved | Fixed | team |
FXLauncherTest assumes that the javafx.* modules are present in the JDK, else the tests are skipped.
Once JavaFX is removed from the JDK, this test will never be run, so needs to be updated to test this functionality some other way (e.g., using a "mock" javafx.graphics module).
The test should also verify that the JavaFX modules have in fact been removed (so it can act as a test for the removal of the FX modules).
Once JavaFX is removed from the JDK, this test will never be run, so needs to be updated to test this functionality some other way (e.g., using a "mock" javafx.graphics module).
The test should also verify that the JavaFX modules have in fact been removed (so it can act as a test for the removal of the FX modules).
- backported by
-
JDK-8203525 Update FXLauncherTest as part of removing JavaFX from JDK
-
- Resolved
-
- duplicates
-
JDK-8165886 tools/launcher/FXLauncherTest failed on win-i586 with InvocationTargetException
-
- Closed
-
-
JDK-8068049 Examine FXLauncherTest.java running on JPRT that loads javafx.graphics
-
- Closed
-
- relates to
-
JDK-8284132 FXLauncherTest.java fails on headless macOS
-
- Closed
-