RFR: 8321636: [testbug] Skip failing 3D lighting tests on macOS 14 / aarch64
Andy Goryachev
angorya at openjdk.org
Mon Dec 11 15:41:26 UTC 2023
On Mon, 11 Dec 2023 13:13:04 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> Until [JDK-8318985](https://bugs.openjdk.org/browse/JDK-8318985) is fixed, we will skip the 4 failing 3D light tests on Mac / aarch64 if the macOS version is 14, meaning they will not be run as part of our nightly headful test runs or developer test build.
Marked as reviewed by angorya (Reviewer).
tests/system/src/test/java/test/robot/test3d/PointLightIlluminationTest.java line 70:
> 68: private static volatile Scene testScene = null;
> 69:
> 70: // Used to skip failing tests until JDK-8318985 is fixed
we probably should add a note in JDK-8318985 description so we won't forget to revert these changes.
-------------
PR Review: https://git.openjdk.org/jfx/pull/1303#pullrequestreview-1775458711
PR Review Comment: https://git.openjdk.org/jfx/pull/1303#discussion_r1422669207
More information about the openjfx-dev
mailing list