This was discovered while testing FX with gradle 6.3-nightly and JDK 14.
When running the tests with JDK 14, the following will hang on my system most of the time (about 9/10 times).
$ gradle -PFULL_TEST=true :systemTests:cleanTest :systemTests:test --tests ModuleLauncherTest
All 5 of the all five of the testModuleJSCallback* tests will timeout and report an assertion error. Further, all 5 of the launched applications will hang indefinitely, causing the entire test suite to hang.
When running the tests with JDK 14, the following will hang on my system most of the time (about 9/10 times).
$ gradle -PFULL_TEST=true :systemTests:cleanTest :systemTests:test --tests ModuleLauncherTest
All 5 of the all five of the testModuleJSCallback* tests will timeout and report an assertion error. Further, all 5 of the launched applications will hang indefinitely, causing the entire test suite to hang.
- blocks
-
JDK-8240542 Switch FX build to use JDK 14 as boot JDK
- Resolved