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
internal/relui: use correct testing.T in checkFile
checkFile starts its own subtest, accepting a function for validating
the file contents. If there is a mismatch in the file, the check
function has the parent's testing.T instead of the correct one for the
subtest.
This should resolve the flake on "test executed panic(nil) or
runtime.Goexit: subtest may have called FailNow on a parent test"
For golang/go#53972
Change-Id: I62d9b2e596cd87f925338ba4d997684cb438d784
Reviewed-on: https://go-review.googlesource.com/c/build/+/423914
Reviewed-by: Heschi Kreinick <[email protected]>
Auto-Submit: Jenny Rakoczy <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Jenny Rakoczy <[email protected]>
0 commit comments