RFR: 8354455: [TestBug] Remove JUnit Vintage Engine with JUnit 4 [v2]

Marius Hanl mhanl at openjdk.org
Tue Apr 15 19:21:56 UTC 2025


On Mon, 14 Apr 2025 20:29:32 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> SWT tests are disabled on MAC, because Gradle test runner does not handle -XstartOnFirstThread properly (https://issues.gradle.org/browse/GRADLE-3290).

Yeah I saw this as well and looked it up, may worth to do as follow-up, as Kevin already suggested. 

> ...got three tests failed:

Weird. I just rechecked and they run for me. On Windows 11, command: `./gradlew :swt:test -PSWT_TEST=true`
![image](https://github.com/user-attachments/assets/f2072880-cd73-4d9a-a2b5-5a8e8ee5bc45)

> what am I doing wrong?

I also could not make it work, so I just modified the `build.gradle` and set various `enabled` flag to `true`, that did it for me.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1774#issuecomment-2807244559


More information about the openjfx-dev mailing list