This test has failed in one of jdk nightly testing although it always passed
locally. Made the test use robot delays, waitForIdle() to make it more stable
and appropriate to run in slower mach5 systems and also remove the dependancy
on ExtendedRobot.
Mach5 job has been run for several iterations
On Tue, 3 Nov 2020 16:44:36 GMT, Prasanta Sadhukhan
wrote:
> I think even if the fix is in windows, there's no harm in making the test
> platform agnostic and let it run for all platforms.
Done.
-
PR: https://git.openjdk.java.net/jdk/pull/1035
On Tue, 3 Nov 2020 10:32:01 GMT, Alexander Zuev wrote:
> 4907798: MEMORY LEAK:
> javax.swing.plaf.basic.BasicPopupMenuUI$MenuKeyboardHelper
This pull request has been closed without being integrated.
-
PR: https://git.openjdk.java.net/jdk/pull/1035
> 4907798: MEMORY LEAK:
> javax.swing.plaf.basic.BasicPopupMenuUI$MenuKeyboardHelper
Alexander Zuev has updated the pull request incrementally with one additional
commit since the last revision:
Test case made multiplatform and testing all the LaF's
-
Changes:
- all: https://g
On Tue, 3 Nov 2020 18:41:20 GMT, Sergey Bylokhov wrote:
>> Alexander Zuev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Test case made multiplatform and testing all the LaF's
>
> test/jdk/javax/swing/JMenu/PopupReferenceMemoryLeak.java
On Mon, 9 Nov 2020 08:34:24 GMT, Prasanta Sadhukhan
wrote:
> This test has failed in one of jdk nightly testing although it always passed
> locally. Made the test use robot delays, waitForIdle() to make it more stable
> and appropriate to run in slower mach5 systems and also remove the dependa
On Mon, 9 Nov 2020 11:57:40 GMT, Alexander Zuev wrote:
>> src/java.desktop/share/classes/javax/swing/plaf/basic/BasicPopupMenuUI.java
>> line 1229:
>>
>>> 1227: // and uninstall menu keybindings
>>> 1228:removeItems();
>>> 1229:menuInputMa
On Tue, 13 Oct 2020 08:05:34 GMT, Amresh Sahu
wrote:
> Four files has been modified:
> modified:
> test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/dialog/DialogDemo.java
> modified:
> test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/frame/Fr
On Tue, 13 Oct 2020 17:03:16 GMT, Alexandre Iline
wrote:
>> Four files has been modified:
>> modified:
>> test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/dialog/DialogDemo.java
>> modified:
>> test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos
On Tue, 20 Oct 2020 03:43:49 GMT, Amresh Sahu
wrote:
>> Marked as reviewed by shurailine (Committer).
>
> @mrserb @akolarkunnu
>
> Please review my code changes.
Hi, can you let me know under whose OCA your contributions would be covered via
e-mail to dalibor.to...@oracle.com, please? Then I
Four files has been modified:
modified:
test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/dialog/DialogDemo.java
modified:
test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/frame/FrameDemo.java
modified:
test/jdk/sanity/client/lib/Swing
On Tue, 13 Oct 2020 08:05:34 GMT, Amresh Sahu
wrote:
> Four files has been modified:
> modified:
> test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/dialog/DialogDemo.java
> modified:
> test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/frame/Fr
On Mon, 9 Nov 2020 18:08:57 GMT, Sergey Bylokhov wrote:
>> We do call ninstall() at the beginning of the method but it does not resolve
>> the issue.
>
> I meant this code at the start of the method:
> `if (!(UIManager.getLookAndFeel() instanceof BasicLookAndFeel)) {
>
On Mon, 9 Nov 2020 23:25:13 GMT, Alexander Zuev wrote:
>> I meant this code at the start of the method:
>> `if (!(UIManager.getLookAndFeel() instanceof BasicLookAndFeel)) {
>> uninstall();
>> return;
>> }`
>> If "uninstall" will not solve th
On Sat, 7 Nov 2020 23:08:18 GMT, Sergey Bylokhov wrote:
>> but 300x300 is set in frame setSize..if I use frame getBounds instead of
>> already set 300x300, that will not be right, according to me...What if
>> getBounds() has some bug (in some platform) and return some other
>> width/height (sa
> This test has failed in one of jdk nightly testing although it always passed
> locally. Made the test use robot delays, waitForIdle() to make it more stable
> and appropriate to run in slower mach5 systems and also remove the dependancy
> on ExtendedRobot.
> Mach5 job has been run for several
On Tue, 13 Oct 2020 08:05:34 GMT, Amresh Sahu
wrote:
> Four files has been modified:
> modified:
> test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/dialog/DialogDemo.java
> modified:
> test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/frame/Fr
17 matches
Mail list logo