You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"", false, fmt.Errorf("failed to attribute panic to test, using regex %s on these strings:\n%s", panicAttributionRe.String(), strings.Join(entriesOutputs, ""))
636
+
return"", false, fmt.Errorf("failed to attribute panic to test, using regex %s on these strings:\n%s",
637
+
testNameRe.String(), strings.Join(outputs, ""))
634
638
}
635
639
636
640
// attributeRaceToTest properly attributes races to the test that caused them.
0 commit comments