Hi Craig, There were 3 system tests that were still failing, and once I fixed those, I believe this is ready to be reviewed. I'm out of office until end of next week, and I plan to resume work on that soon after that.
- Johan On Thu, Aug 8, 2024 at 10:19 AM Craig Raw <craig...@gmail.com> wrote: > Hi, > > Is there any progress update on this? It appears (I may be wrong) to be a > low risk addition to JavaFX, but with significant benefits, particularly as > Monocle is no longer part of JavaFX builds. > > Thanks, > Craig > > On Thu, Apr 25, 2024 at 12:49 PM Johan Vos <johan....@gluonhq.com> wrote: > >> Hi, >> >> I did some more work on the JavaFX Headless platform that is available in >> [1] and I am using it to run the systemtests. I am not yet running the >> robot-based systemtests, but there is already some robot code in the >> Headless platform. >> >> The other systemtests are going pretty well. On my linux, >> >> export _JAVA_OPTIONS="-Dglass.platform=Headless" >> sh gradlew --info -PFULL_TEST=true :systemTests:cleanTest >> :systemTests:test >> >> is currently returning >> 552 tests completed, 3 failed, 24 skipped >> >> I understand why the 3 failed tests are failing, and I will move to >> robot-based tests soon. >> >> [1] https://github.com/openjdk/jfx-sandbox/tree/johanvos-headless >> >