On Tue, 21 Feb 2023 13:27:43 GMT, Lukasz Kostyra <lkost...@openjdk.org> wrote:

> On both platforms the results varied, sometimes it passed, others it failed. 
> When it failed, it was assertions on 
> `ChoiceBoxScrollUpOnCollectionChangeTest.java` @ line 131 or 132 (again, it 
> wasn't consistently the same). I guess there is some sort of weird race 
> condition going on.
> 

Thanks for the details.
Other than UI components not getting loaded properly, i don't see other reasons 
for this inconsistent failure. I updated the test and added small delays to 
avoid these unexpected failures.
Added more number of items as well to the choicebox in the test so that while 
scrolling in larger screen we don't run out of options in the choicebox which 
results in hiding of down arrow which leads to test failure.

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

PR: https://git.openjdk.org/jfx/pull/1039

Reply via email to