RFR: 8348895: [testbug] Skip failing 3D lighting tests on macOS 14 or later on aarch64
Kevin Rushforth
kcr at openjdk.org
Wed Jan 29 00:08:59 UTC 2025
On Tue, 28 Jan 2025 21:23:37 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> We currently skip 4 failing lighting tests on macOS 14 / aarch64. Those same tests fail on macOS 15 now, so this modifies the check used to skip those tests to macOS 14 _or later_ / aarch64.
>
> I'll run a CI test build on macOS 15 with this fix and the fix in PR #1685.
With this fix and the fix for [JDK-8319066](https://bugs.openjdk.org/browse/JDK-8319066) all test pass on macOS 15 / aarch64 (as well as continuing to pass on other platforms).
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1686#issuecomment-2620303901
More information about the openjfx-dev
mailing list