On Wed, 19 Jan 2022 15:18:48 GMT, Kevin Rushforth <k...@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 <k...@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

Reply via email to