When we run 3D picking tests under test/scenegraph/fx3d/picking/parallel/ 
nothing is displayed on the window and subscene parallel camera tests under 
test/scenegraph/fx3d/subscene/picking/parallel/ throw 
UnsupportedOperationException.

Subscene parallel camera tests are incomplete and even if we update the tests 
nothing will be shown because of product issue 
https://bugs.openjdk.org/browse/JDK-8165941.

ParallelCamera forces near and far clip to be between -viewWidthOrHeight/2 and 
viewWidthOrHeight/2. So in these test cases we generate a mesh and then scale 
it 100x. After that we move camera to large -z position to make content 
visible. This causes content to move into clipping area in case of 
ParallelCamera. Until https://bugs.openjdk.org/browse/JDK-8165941 is fixed we 
should problemlist these tests.

-------------

Commit messages:
 - 8316490: Problemlist ParallelCamera picking tests

Changes: https://git.openjdk.org/jfx-tests/pull/12/files
 Webrev: https://webrevs.openjdk.org/?repo=jfx-tests&pr=12&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8316490
  Stats: 9 lines in 2 files changed: 8 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jfx-tests/pull/12.diff
  Fetch: git fetch https://git.openjdk.org/jfx-tests.git pull/12/head:pull/12

PR: https://git.openjdk.org/jfx-tests/pull/12

Reply via email to