Skip to content

Commit 8cb865c

Browse files
author
Bryan C. Mills
committed
cmd/dist: do not skip 'cmd' tests in race mode
Fixes #37940 Change-Id: Ib869a4bf84296dac201cc7252431d7161b9c96f4 Reviewed-on: https://go-review.googlesource.com/c/go/+/224038 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]>
1 parent 437bd90 commit 8cb865c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cmd/dist/test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,9 +1527,6 @@ func (t *tester) shouldUsePrecompiledStdTest() bool {
15271527
}
15281528

15291529
func (t *tester) shouldTestCmd() bool {
1530-
if t.race {
1531-
return false
1532-
}
15331530
if goos == "js" && goarch == "wasm" {
15341531
// Issues 25911, 35220
15351532
return false

0 commit comments

Comments
 (0)