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


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.

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

Commit messages:
 - 8348895: [testbug] Skip failing 3D lighting tests on macOS 14 or later on aarch64

Changes: https://git.openjdk.org/jfx/pull/1686/files
  Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1686&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8348895
  Stats: 25 lines in 1 file changed: 20 ins; 0 del; 5 mod
  Patch: https://git.openjdk.org/jfx/pull/1686.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1686/head:pull/1686

PR: https://git.openjdk.org/jfx/pull/1686


More information about the openjfx-dev mailing list