javafxports / openjdk-jfx

The openjfx repo has moved to:
https://github.com/openjdk/jfx
GNU General Public License v2.0
1.01k stars 145 forks source link

Multiple stages in focus when run in headless mode #50

Open yamidark opened 6 years ago

yamidark commented 6 years ago

Please refer to the issue posted in TestFX .

brcolow commented 6 years ago

Just thinking out loud here...but would it make any sense to add a Travis CI build that tests the JavaFX test suite using Monocle? Similar to how we use Monocle for running the TestFX test suite. Would it only make sense to run the OpenJFX robot tests using monocle? Would this be a good way to check for regressions in headless vs headed JavaFX?

Update: I see two tests in the code base w.r.t. Monocle:

https://github.com/javafxports/openjdk-jfx/tree/96bbea07f2675af93212af1a097628814f86680e/tests/system/src/test/java/test/com/sun/glass/ui/monocle/headless

Does it make sense to add the failing test as a regression there, fix it, and simply move forward?