[jfx-tests] RFR: 8315839: 3D shape tests fail because of invalid file path
Ajit Ghaisas
aghaisas at openjdk.org
Fri Sep 8 10:23:48 UTC 2023
On Thu, 7 Sep 2023 07:58:08 GMT, Jayathirth D V <jdv at openjdk.org> wrote:
> Currently only 18 out of 62 3D tests run properly in jfx-tests repo.
> All the shape tests under "test/scenegraph/fx3d/shapes" and "test/scenegraph/fx3d/subscene/shapes" fail because they are not able to find image input they need.
>
> Image files currently are at wrong place and they are moved to proper path where they are expected by these tests. This is first step for stabilizing 3D tests. Even with this change these test continue to fail because of some edge pixels are differing by minute value. Mostly we will add color tolerance to make these tests pass which will be taken up in follow-up bug.
>
> After this change we don't see "java.lang.IllegalArgumentException: Invalid URL: Invalid URL or resource not found" in these tests.
Marked as reviewed by aghaisas (Reviewer).
-------------
PR Review: https://git.openjdk.org/jfx-tests/pull/3#pullrequestreview-1617156136
More information about the openjfx-dev
mailing list