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

Kevin Rushforth kcr at openjdk.java.net
Thu Jan 20 12:16:58 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.

This pull request has now been integrated.

Changeset: 94807b6e
Author:    Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/94807b6edfb9af55be353cab237e8e64007c61dc
Stats:     6 lines in 2 files changed: 4 ins; 1 del; 1 mod

8280275: JUnit5 tests using Assumptions API fail to compile in some cases

Reviewed-by: aghaisas

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

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


More information about the openjfx-dev mailing list