[jfx-tests] Integrated: 8315839: 3D shape tests fail because of invalid file path
Jayathirth D V
jdv at openjdk.org
Fri Sep 8 12:05:46 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.
This pull request has now been integrated.
Changeset: 30c25292
Author: Jayathirth D V <jdv at openjdk.org>
Committer: Ajit Ghaisas <aghaisas at 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
More information about the openjfx-dev
mailing list