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. This pull request has now been integrated. Changeset: 30c25292 Author: Jayathirth D V <j...@openjdk.org> Committer: Ajit Ghaisas <aghai...@openjdk.org> URL: https://git.openjdk.org/jfx-tests/commit/30c252929c3f8101c6e95972a0d14bdfdc8686d6 Stats: 0 lines in 4 files changed: 0 ins; 0 del; 0 mod 8315839: 3D shape tests fail because of invalid file path Reviewed-by: aghaisas ------------- PR: https://git.openjdk.org/jfx-tests/pull/3