Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-09-03 Thread Roger Riggs
On Sat, 28 Aug 2021 02:34:48 GMT, Roger Riggs wrote: >> The intermittent test in java/lang/ProcessBuilder/Basic.java has identified >> unexpected messages from a child Java VM >> as the cause of the test failure. Attempts to control the output of the >> child VM have failed, the VM is

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-09-02 Thread David Holmes
On 3/09/2021 12:45 am, Roger Riggs wrote: On Sat, 28 Aug 2021 02:34:48 GMT, Roger Riggs wrote: The intermittent test in java/lang/ProcessBuilder/Basic.java has identified unexpected messages from a child Java VM as the cause of the test failure. Attempts to control the output of the child

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-09-02 Thread Roger Riggs
On Sat, 28 Aug 2021 02:34:48 GMT, Roger Riggs wrote: >> The intermittent test in java/lang/ProcessBuilder/Basic.java has identified >> unexpected messages from a child Java VM >> as the cause of the test failure. Attempts to control the output of the >> child VM have failed, the VM is

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-09-02 Thread Roger Riggs
On Sat, 28 Aug 2021 02:34:48 GMT, Roger Riggs wrote: >> The intermittent test in java/lang/ProcessBuilder/Basic.java has identified >> unexpected messages from a child Java VM >> as the cause of the test failure. Attempts to control the output of the >> child VM have failed, the VM is

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-09-01 Thread David Holmes
On Sat, 28 Aug 2021 02:34:48 GMT, Roger Riggs wrote: >> The intermittent test in java/lang/ProcessBuilder/Basic.java has identified >> unexpected messages from a child Java VM >> as the cause of the test failure. Attempts to control the output of the >> child VM have failed, the VM is

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-09-01 Thread David Holmes
On Wed, 1 Sep 2021 15:12:16 GMT, Roger Riggs wrote: > I've had very inconsistent results using the Windows 'timeout' command. > There appear to multiple versions. Some give an error message "Type "TIMEOUT > /?" for usage.", (Windows 10) > others a error message "Try 'timeout --help' for more

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-09-01 Thread David Holmes
On Wed, 1 Sep 2021 15:02:44 GMT, Roger Riggs wrote: >> test/jdk/java/lang/ProcessBuilder/Basic.java line 2665: >> >>> 2663: >>> 2664: Path exePath = >>> Path.of(TEST_NATIVEPATH).resolve("BasicSleep.exe"); >>> 2665: System.out.println("exePath: " + exePath + ", canExec:

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-09-01 Thread Roger Riggs
On Sat, 28 Aug 2021 02:34:48 GMT, Roger Riggs wrote: >> The intermittent test in java/lang/ProcessBuilder/Basic.java has identified >> unexpected messages from a child Java VM >> as the cause of the test failure. Attempts to control the output of the >> child VM have failed, the VM is

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-09-01 Thread Roger Riggs
On Tue, 31 Aug 2021 01:12:40 GMT, David Holmes wrote: >> Roger Riggs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Revised to use native /bin/sleep program on Unix* (non-Windows). >> For Windows, a native "BasicSleep" program is

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-09-01 Thread Roger Riggs
On Tue, 31 Aug 2021 01:26:17 GMT, David Holmes wrote: >> Roger Riggs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Revised to use native /bin/sleep program on Unix* (non-Windows). >> For Windows, a native "BasicSleep" program is

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-08-30 Thread David Holmes
On Tue, 24 Aug 2021 19:06:55 GMT, Roger Riggs wrote: >> test/jdk/java/lang/ProcessBuilder/Basic.java line 30: >> >>> 28: * 6464154 6523983 6206031 4960438 6631352 6631966 6850957 6850958 >>> 29: * 4947220 7018606 7034570 4244896 5049299 8003488 8054494 8058464 >>> 30: *

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-08-30 Thread David Holmes
On Sat, 28 Aug 2021 02:34:48 GMT, Roger Riggs wrote: >> The intermittent test in java/lang/ProcessBuilder/Basic.java has identified >> unexpected messages from a child Java VM >> as the cause of the test failure. Attempts to control the output of the >> child VM have failed, the VM is

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-08-30 Thread David Holmes
On Sat, 28 Aug 2021 02:34:48 GMT, Roger Riggs wrote: >> The intermittent test in java/lang/ProcessBuilder/Basic.java has identified >> unexpected messages from a child Java VM >> as the cause of the test failure. Attempts to control the output of the >> child VM have failed, the VM is

Re: RFR: 8272600: (test) Use native "sleep" in Basic.java [v3]

2021-08-27 Thread Roger Riggs
> The intermittent test in java/lang/ProcessBuilder/Basic.java has identified > unexpected messages from a child Java VM > as the cause of the test failure. Attempts to control the output of the > child VM have failed, the VM is unrepentant . > > There is no functionality in the child except