Blocks :
|
|
Relates :
|
|
Relates :
|
The JFXPanel-based unit tests created to address JDK-8097417 don't detect and report exceptions that occur during the creation of the JavaFX scene. If you run the test case you can visually see that it doesn't render correctly, but the test passes anyway. See JDK-8139317 for an example of a bug that occurs on the Mac but went undetected due to this test bug. We need to fix the test bug so that this and any possible future errors are detected. I will push a separate fix for the test itself to address this bug. Until JDK-8139317 is fixed, the JFXPanel test needs to be skipped on Mac.
|