On Mon, 6 Sep 2021 11:35:05 GMT, Amresh Sahu 
<github.com+72060147+amresh-s...@openjdk.org> wrote:

> Problem: In Windows look and feel, Button(in test case ui) starts animating 
> to show the selection and test case captures the animated button image to do 
> the comparisons with initial button image and this comparison fails with 
> Timeout Exception exception. 
> 
> Solution: TestHelper class provides the list of look and feel. One more 
> method added to this class to exclude the windows look and feel.
> 
> This test has been tested  20 times on mach5 and It is passing.

Is there a specific reason why this comparison only times out for windows L&F 
and the test passes on other L&Fs. I mean should not a bug be filled to 
investigate the reason for the same instead of excluding the Windows L&F from 
the tested L&Fs.

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

PR: https://git.openjdk.java.net/jdk/pull/5380

Reply via email to