Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12 [v2]

2021-10-13 Thread Phil Race
On Tue, 28 Sep 2021 10:02:52 GMT, Prasanta Sadhukhan wrote: >> java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java >> is timing out every time on macOS 12 even though the test passed. >> Looks like the the main process waits for child process created i

Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12 [v2]

2021-09-29 Thread Sergey Bylokhov
On Wed, 29 Sep 2021 04:13:52 GMT, Prasanta Sadhukhan wrote: > Why it is considered a workaround? There are many instances where we use > [ThreadUtilities performOnMainThreadWaiting:NO block:^() It is a workaround because it does not fix the hang, but just skips part of the functionality. Sinc

Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12 [v2]

2021-09-28 Thread Prasanta Sadhukhan
On Tue, 28 Sep 2021 10:02:52 GMT, Prasanta Sadhukhan wrote: >> java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java >> is timing out every time on macOS 12 even though the test passed. >> Looks like the the main process waits for child process created i

Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12 [v2]

2021-09-28 Thread Sergey Bylokhov
On Tue, 28 Sep 2021 10:02:52 GMT, Prasanta Sadhukhan wrote: >> java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java >> is timing out every time on macOS 12 even though the test passed. >> Looks like the the main process waits for child process created i

Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12

2021-09-28 Thread Prasanta Sadhukhan
On Thu, 23 Sep 2021 06:47:33 GMT, Prasanta Sadhukhan wrote: > java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java > is timing out every time on macOS 12 even though the test passed. > Looks like the the main process waits for child process created in t

Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12 [v2]

2021-09-28 Thread Prasanta Sadhukhan
> java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java > is timing out every time on macOS 12 even though the test passed. > Looks like the the main process waits for child process created in the test > forever, making it timeout after jtreg timeout of 2m

Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12

2021-09-25 Thread Sergey Bylokhov
On Thu, 23 Sep 2021 06:47:33 GMT, Prasanta Sadhukhan wrote: > java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java > is timing out every time on macOS 12 even though the test passed. > Looks like the the main process waits for child process created in t

Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12

2021-09-25 Thread Prasanta Sadhukhan
On Thu, 23 Sep 2021 06:47:33 GMT, Prasanta Sadhukhan wrote: > java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java > is timing out every time on macOS 12 even though the test passed. > Looks like the the main process waits for child process created in t

Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12

2021-09-24 Thread Sergey Bylokhov
On Thu, 23 Sep 2021 06:47:33 GMT, Prasanta Sadhukhan wrote: > java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java > is timing out every time on macOS 12 even though the test passed. > Looks like the the main process waits for child process created in t

Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12

2021-09-23 Thread Prasanta Sadhukhan
On Thu, 23 Sep 2021 17:46:16 GMT, Sergey Bylokhov wrote: > > > It intentionally waits forever since if the child process is alive some bug > has occurred. So you need to find why the child hangs. Can you point out which bugs you were referring to if we don't wait for ever? AFAICT, it was don

Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12

2021-09-23 Thread Sergey Bylokhov
On Thu, 23 Sep 2021 06:47:33 GMT, Prasanta Sadhukhan wrote: > java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java > is timing out every time on macOS 12 even though the test passed. > Looks like the the main process waits for child process created in t

Re: RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12

2021-09-23 Thread Prasanta Sadhukhan
On Thu, 23 Sep 2021 06:47:33 GMT, Prasanta Sadhukhan wrote: > java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java > is timing out every time on macOS 12 even though the test passed. > Looks like the the main process waits for child process created in t

RFR: 8273617: UninitializedDisplayModeChangeTest.java times out on macOS 12

2021-09-22 Thread Prasanta Sadhukhan
java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java is timing out every time on macOS 12 even though the test passed. Looks like the the main process waits for child process created in the test forever, making it timeout after jtreg timeout of 2min. Modi