Integrated: 8039261: [TEST_BUG]: There is not a minimal security level in Java Preferences and the TestApplet.html is blocked.

2021-04-13 Thread Alexander Zvegintsev
On Mon, 12 Apr 2021 18:48:06 GMT, Alexander Zvegintsev wrote: > This fix simply removes tests mentioned in the bug with for unsupported > scenarios(applets in browser). This pull request has now been integrated. Changeset: 26186ec3 Author:Alexander Zvegintsev URL: https://git.openj

Re: RFR: 8039261: [TEST_BUG]: There is not a minimal security level in Java Preferences and the TestApplet.html is blocked. [v2]

2021-04-13 Thread Alexander Zuev
On Tue, 13 Apr 2021 01:34:17 GMT, Alexander Zvegintsev wrote: >> This fix simply removes tests mentioned in the bug with for unsupported >> scenarios(applets in browser). > > Alexander Zvegintsev has updated the pull request incrementally with one > additional commit since the last revision: >

Re: RFR: 8039261: [TEST_BUG]: There is not a minimal security level in Java Preferences and the TestApplet.html is blocked. [v2]

2021-04-13 Thread Alexey Ivanov
On Tue, 13 Apr 2021 01:34:17 GMT, Alexander Zvegintsev wrote: >> This fix simply removes tests mentioned in the bug with for unsupported >> scenarios(applets in browser). > > Alexander Zvegintsev has updated the pull request incrementally with one > additional commit since the last revision: >

Re: RFR: 8039261: [TEST_BUG]: There is not a minimal security level in Java Preferences and the TestApplet.html is blocked. [v2]

2021-04-13 Thread Pankaj Bansal
On Tue, 13 Apr 2021 01:34:17 GMT, Alexander Zvegintsev wrote: >> This fix simply removes tests mentioned in the bug with for unsupported >> scenarios(applets in browser). > > Alexander Zvegintsev has updated the pull request incrementally with one > additional commit since the last revision: >

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

2021-04-13 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 for frame