RFR: 8163086: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails

2021-04-15 Thread Jayathirth D V
This bug is filed because of pixel color mismatch and i suspect it to be related to wrong display color profile in macOS. This test doesn't fail in local machine and in CI test machines in multiple runs. Also this test was made to run in manual mode even though it doesnt need any User input. Mo

Re: RFR: 8233565: [TESTBUG] NullModalityDialogTest.java fails on MacOS

2021-04-15 Thread Jayathirth D V
On Wed, 14 Apr 2021 10:38:03 GMT, Prasanta Sadhukhan wrote: > This test NullModalityDialogTest.java was failing repeatedly on macos in > automated testing citing "Tab navigation did not happen properly". > Modified to use invokeAndWait() instead of invokeLater and also use > setAutoDelay() wi

Re: RFR: 8233564: [TESTBUG] MouseComboBoxTest.java is failing

2021-04-15 Thread Jayathirth D V
On Tue, 13 Apr 2021 09:11:44 GMT, Prasanta Sadhukhan wrote: > Test was problemlisted due to it failing repeatedly on macos in automated > nightly testing citing "java.awt.IllegalComponentStateException: component > must be showing on the screen to determine its location " > Added delay after t

Re: RFR: 8233564: [TESTBUG] MouseComboBoxTest.java is failing [v2]

2021-04-15 Thread Prasanta Sadhukhan
> Test was problemlisted due to it failing repeatedly on macos in automated > nightly testing citing "java.awt.IllegalComponentStateException: component > must be showing on the screen to determine its location " > Added delay after the setVisible() is called to make sure enough time is > given

Re: RFR: 8163086: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails

2021-04-15 Thread Prasanta Sadhukhan
On Thu, 15 Apr 2021 08:03:27 GMT, Jayathirth D V wrote: > This bug is filed because of pixel color mismatch and i suspect it to be > related to wrong display color profile in macOS. > This test doesn't fail in local machine and in CI test machines in multiple > runs. > > Also this test was mad

Re: RFR: 8233564: [TESTBUG] MouseComboBoxTest.java is failing [v2]

2021-04-15 Thread Jayathirth D V
On Thu, 15 Apr 2021 09:04:59 GMT, Prasanta Sadhukhan wrote: >> Test was problemlisted due to it failing repeatedly on macos in automated >> nightly testing citing "java.awt.IllegalComponentStateException: component >> must be showing on the screen to determine its location " >> Added delay aft

Re: RFR: 8163086: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails [v2]

2021-04-15 Thread Jayathirth D V
> This bug is filed because of pixel color mismatch and i suspect it to be > related to wrong display color profile in macOS. > This test doesn't fail in local machine and in CI test machines in multiple > runs. > > Also this test was made to run in manual mode even though it doesnt need any >

Re: RFR: 8163086: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails [v2]

2021-04-15 Thread Prasanta Sadhukhan
On Thu, 15 Apr 2021 09:36:00 GMT, Jayathirth D V wrote: >> This bug is filed because of pixel color mismatch and i suspect it to be >> related to wrong display color profile in macOS. >> This test doesn't fail in local machine and in CI test machines in multiple >> runs. >> >> Also this test w

Integrated: 8233565: [TESTBUG] NullModalityDialogTest.java fails on MacOS

2021-04-15 Thread Prasanta Sadhukhan
On Wed, 14 Apr 2021 10:38:03 GMT, Prasanta Sadhukhan wrote: > This test NullModalityDialogTest.java was failing repeatedly on macos in > automated testing citing "Tab navigation did not happen properly". > Modified to use invokeAndWait() instead of invokeLater and also use > setAutoDelay() wi

Re: RFR: 8233564: [TESTBUG] MouseComboBoxTest.java is failing [v3]

2021-04-15 Thread Prasanta Sadhukhan
> Test was problemlisted due to it failing repeatedly on macos in automated > nightly testing citing "java.awt.IllegalComponentStateException: component > must be showing on the screen to determine its location " > Added delay after the setVisible() is called to make sure enough time is > given

Re: RFR: 8233564: [TESTBUG] MouseComboBoxTest.java is failing [v4]

2021-04-15 Thread Prasanta Sadhukhan
> Test was problemlisted due to it failing repeatedly on macos in automated > nightly testing citing "java.awt.IllegalComponentStateException: component > must be showing on the screen to determine its location " > Added delay after the setVisible() is called to make sure enough time is > given

Integrated: 8233564: [TESTBUG] MouseComboBoxTest.java is failing

2021-04-15 Thread Prasanta Sadhukhan
On Tue, 13 Apr 2021 09:11:44 GMT, Prasanta Sadhukhan wrote: > Test was problemlisted due to it failing repeatedly on macos in automated > nightly testing citing "java.awt.IllegalComponentStateException: component > must be showing on the screen to determine its location " > Added delay after t

Integrated: 8163086: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails

2021-04-15 Thread Jayathirth D V
On Thu, 15 Apr 2021 08:03:27 GMT, Jayathirth D V wrote: > This bug is filed because of pixel color mismatch and i suspect it to be > related to wrong display color profile in macOS. > This test doesn't fail in local machine and in CI test machines in multiple > runs. > > Also this test was mad

Integrated: 8262981: Create implementation for NSAccessibilitySlider protocol

2021-04-15 Thread Pankaj Bansal
On Mon, 8 Mar 2021 12:51:56 GMT, Pankaj Bansal wrote: > Create implementation of NSAccessibilitySlider protocol > https://developer.apple.com/documentation/appkit/nsaccessibilityslider > > The implementation has the function performIncrement and performDecrement to > increase/decrease the valu