[jfx18] RFR: 8280275: JUnit5 tests using Assumptions API fail to compile in some cases

Ajit Ghaisas aghaisas at openjdk.java.net
Thu Jan 20 10:12:52 UTC 2022


On Wed, 19 Jan 2022 15:18:48 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> Fixed a test dependency issue in `build.gradle` that causes a compilation failure when running `gradle test` if the `Assumptions` API from JUnit5 is used. I added a test that fails to compile without the build fix and passes with the fix.
> 
> This was first discovered when testing the patch for PR #715, which fails to compile on my local macOS system. After applying this fix, I can compile and run the test from that PR.

I verified that the test fails to compile without fix & runs successfully with the fix.

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

Marked as reviewed by aghaisas (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/720


More information about the openjfx-dev mailing list