RFR: 8321636: [testbug] Skip failing 3D lighting tests on macOS 14 / aarch64
Kevin Rushforth
kcr at openjdk.org
Mon Dec 11 16:32:28 UTC 2023
On Mon, 11 Dec 2023 15:39:03 GMT, Andy Goryachev <angorya 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.
>
> 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.
Good idea. I added a comment to that JBS bug.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1303#discussion_r1422766539
More information about the openjfx-dev
mailing list