Issues running SwingNodeJDialogTest on Linux
Martin Fox
martin at martinfox.com
Fri Dec 15 19:36:56 UTC 2023
I’m having an issue with one of the robot tests on my Linux machine. Before I dig any further I could use some guidance on where to look.
I’m running Ubuntu 22.04 on ARM64 (in a Parallels VM). The command line I’m using is:
bash ./gradlew -PFULL_TEST=true -PUSE_ROBOT=true :systemTests:test --tests SwingNodeJDialogTest
The truly puzzling behavior is that the test never stops executing. I’ve got it running right now and it says it’s been executing for over 40 minutes. Shouldn’t the testing framework time this out?
Under the hood I believe that the Glass code in launcher.c is detecting that a GTK 2 library is already loaded so it bails. From what I can tell both JavaFX and Swing should default to GTK 3 so that’s also puzzling.
Any help would be appreciated.
Thanks,
Martin
More information about the openjfx-dev
mailing list