We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93c302 commit 9711f7fCopy full SHA for 9711f7f
src/runtime/gc_test.go
100755
100644
@@ -1529,7 +1529,8 @@ func TestGoroutineLeakGC(t *testing.T) {
1529
1530
// Zero tolerance policy for fatal exceptions or panics.
1531
if failStates.MatchString(output) {
1532
- t.Errorf("output:\n%s\n\nunexpected fatal exception or panic", output)
+ t.Errorf("unexpected fatal exception or panic!\noutput:\n%s\n\n", output)
1533
+ return
1534
}
1535
1536
// Extract all the goroutine leaks
0 commit comments