Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed [v2]

2024-05-12 Thread Alisen Chung
On Thu, 9 May 2024 19:56:40 GMT, Phil Race wrote: > You are opening the test, but the bug ID is about the test failing. Why > specifically did the test fail before and what about this version fixes that ? The test needed some delays between mouse moves for stability. I accidentally deleted a d

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed [v3]

2024-05-12 Thread Alisen Chung
> Opening closed dnd test > Test is green on all platforms Alisen Chung has updated the pull request incrementally with two additional commits since the last revision: - extra newline after jtreg tags - re-added delay - Changes: - all: https://git.openjdk.org/jdk/pull/19128/fil

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed [v2]

2024-05-09 Thread Damon Nguyen
On Thu, 9 May 2024 04:54:27 GMT, Abhishek Kumar wrote: >> I'm not aware of this. I've normally seen newlines after the test tags, and >> I use it in my tests without any comments. Not critical either way I >> suppose. Maybe others know more precisely? @TejeshR13 @kumarabhi006 maybe? > > I use a

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed [v2]

2024-05-09 Thread Phil Race
On Wed, 8 May 2024 19:15:10 GMT, Alisen Chung wrote: >> Opening closed dnd test >> Test is green on all platforms > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > button1_down_mask, dispose on edt, replace system err with ou

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed [v2]

2024-05-08 Thread Tejesh R
On Wed, 8 May 2024 19:15:10 GMT, Alisen Chung wrote: >> Opening closed dnd test >> Test is green on all platforms > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > button1_down_mask, dispose on edt, replace system err with ou

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed [v2]

2024-05-08 Thread Abhishek Kumar
On Wed, 8 May 2024 21:21:47 GMT, Damon Nguyen wrote: >> i thought the standard was to have no newline between the test tags and the >> class declaration? > > I'm not aware of this. I've normally seen newlines after the test tags, and I > use it in my tests without any comments. Not critical eit

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed [v2]

2024-05-08 Thread Damon Nguyen
On Wed, 8 May 2024 19:23:43 GMT, Alisen Chung wrote: >> test/jdk/java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.java >> line 53: >> >>> 51: * @run main MouseEventAfterStartDragTest >>> 52: */ >>> 53: public final class MouseEventAfterStartDragTest implements >>> AWTEv

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed [v2]

2024-05-08 Thread Alisen Chung
On Wed, 8 May 2024 19:17:05 GMT, Damon Nguyen wrote: >> Alisen Chung has updated the pull request incrementally with one additional >> commit since the last revision: >> >> button1_down_mask, dispose on edt, replace system err with out, frame >> srcpoint and dimension access on edt > > test/

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed [v2]

2024-05-08 Thread Damon Nguyen
On Wed, 8 May 2024 19:15:10 GMT, Alisen Chung wrote: >> Opening closed dnd test >> Test is green on all platforms > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > button1_down_mask, dispose on edt, replace system err with ou

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed [v2]

2024-05-08 Thread Alisen Chung
> Opening closed dnd test > Test is green on all platforms Alisen Chung has updated the pull request incrementally with one additional commit since the last revision: button1_down_mask, dispose on edt, replace system err with out, frame srcpoint and dimension access on edt - Cha

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed

2024-05-07 Thread Abhishek Kumar
On Tue, 7 May 2024 18:03:23 GMT, Alisen Chung wrote: > Opening closed dnd test > Test is green on all platforms test/jdk/java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.java line 132: > 130: > 131: final Point srcPoint = frame.getLocationOnScreen(); > 132:

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed

2024-05-07 Thread Tejesh R
On Tue, 7 May 2024 18:03:23 GMT, Alisen Chung wrote: > Opening closed dnd test > Test is green on all platforms test/jdk/java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.java line 190: > 188: reset(); > 189: robot.mouseMove(p.x, p.y); > 190: robot.

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed

2024-05-07 Thread Tejesh R
On Wed, 8 May 2024 05:29:49 GMT, Tejesh R wrote: >> Opening closed dnd test >> Test is green on all platforms > > test/jdk/java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.java > line 190: > >> 188: reset(); >> 189: robot.mouseMove(p.x, p.y); >> 190:

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed

2024-05-07 Thread Tejesh R
On Tue, 7 May 2024 18:03:23 GMT, Alisen Chung wrote: > Opening closed dnd test > Test is green on all platforms test/jdk/java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.java line 169: > 167: > 168: public void dispose() { > 169: frame.dispose(); Suggestion:

Re: RFR: 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed

2024-05-07 Thread Sergey Bylokhov
On Tue, 7 May 2024 18:03:23 GMT, Alisen Chung wrote: > Opening closed dnd test > Test is green on all platforms Marked as reviewed by serb (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/19128#pullrequestreview-2044249314