On Thu, 10 Jul 2025 13:42:39 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> This PR marks QPathTest as "unstable" on all platforms. QPathTest is known to > timeout intermittently. See > [JDK-8328222](https://bugs.openjdk.org/browse/JDK-8328222). It is already > skipped on Linux, since it was causing a lot of noise in our nightly and > developer headful test runs. In the last few months, we've seen an increase > of failures, especially when running tests with JDK 24 or 25. As a result, I > will mark the test as unstable on all platforms by removing the `isLinux()` > check. This pull request has now been integrated. Changeset: d6265e49 Author: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/d6265e49c3832972e8005913fbb3c126ba930577 Stats: 4 lines in 1 file changed: 0 ins; 3 del; 1 mod 8361710: Mark QPathTest as unstable on all platforms Reviewed-by: angorya, kizune ------------- PR: https://git.openjdk.org/jfx/pull/1841