On Thu, 7 Sep 2023 07:58:08 GMT, Jayathirth D V <j...@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

Reply via email to