Re: RFR: 8265173: [test] divert spurious log output away from stream under test in ProcessBuilder Basic test

2021-04-15 Thread Roger Riggs
On Wed, 14 Apr 2021 14:08:50 GMT, Roger Riggs wrote: > The most recent intermittent failure showed that the error occurred during VM > initialization. > Only the tty output was diverted, but not log output. > Add diversion of log output as well tty output. > > Add `-Xlog:all=warning:stderr` and

Re: RFR: 8265173: [test] divert spurious log output away from stream under test in ProcessBuilder Basic test

2021-04-14 Thread David Holmes
On Wed, 14 Apr 2021 14:08:50 GMT, Roger Riggs wrote: > The most recent intermittent failure showed that the error occurred during VM > initialization. > Only the tty output was diverted, but not log output. > Add diversion of log output as well tty output. > > Add `-Xlog:all=warning:stderr` and

RFR: 8265173: [test] divert spurious log output away from stream under test in ProcessBuilder Basic test

2021-04-14 Thread Roger Riggs
The most recent intermittent failure showed that the error occurred during VM initialization. Only the tty output was diverted, but not log output. Add diversion of log output as well tty output. Add `-Xlog:all=warning:stderr` and `-Xlog:all=warning:stdout` to correspond to `-XX:+DisplayVMOutput