On Fri, 29 Sep 2023 11:03:56 GMT, Jayathirth D V <j...@openjdk.org> wrote:

> While debugging subscene picking tests it was identified that in subscene 
> mouse events are not captured when we click on area where nothing is drawn or 
> filled.
> All the picking tests actually click on these null points and expect a mouse 
> event. This causes TimeoutExpiredException when subscene is used.
> 
> Also we add borders to subscene and expect it to return same pickresults as 
> in scene.
> Removed borders for subscene and also added mouse event handler on scene 
> itself. Adding mouse event handler on scene resolves TimeoutExpiredException 
> but still the subscene tests continue to fail.
> 
> Currently we are trying to stabilize as many tests as possible to use these 
> automated tests for Metal pipeline implementation. To continue more 
> investigation regarding these failures i have created : 
> https://bugs.openjdk.org/browse/JDK-8317309 and to update subscene 
> specification for difference in how mouse event are handled i have created : 
> https://bugs.openjdk.org/browse/JDK-8317310
> 
> We should problem list these tests and continue debugging as part of separate 
> bug : https://bugs.openjdk.org/browse/JDK-8317309

This pull request has now been integrated.

Changeset: 780824d1
Author:    Jayathirth D V <j...@openjdk.org>
Committer: Ajit Ghaisas <aghai...@openjdk.org>
URL:       
https://git.openjdk.org/jfx-tests/commit/780824d15bd3629854528164727fcbe41202e784
Stats:     8 lines in 1 file changed: 8 ins; 0 del; 0 mod

8316807: Exclude 3D subscene perspective camera picking tests

Reviewed-by: aghaisas

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

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

Reply via email to