mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-12 22:50:08 +00:00
8271158: runtime/handshake/HandshakeTimeoutTest.java test doesn't check exit code
Reviewed-by: dcubed
This commit is contained in:
parent
84be910e1d
commit
ee93cef8aa
@ -57,6 +57,7 @@ public class HandshakeTimeoutTest {
|
||||
"HandshakeTimeoutTest$Test");
|
||||
|
||||
OutputAnalyzer output = ProcessTools.executeProcess(pb);
|
||||
output.shouldNotHaveExitValue(0);
|
||||
output.reportDiagnosticSummary();
|
||||
// In rare cases the target wakes up and performs the handshake at the same time as we timeout.
|
||||
// Therefore it's not certain the timeout will find any thread.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user