diff options
| author | Cherry Mui <cherryyz@google.com> | 2026-03-27 13:33:16 -0400 |
|---|---|---|
| committer | Cherry Mui <cherryyz@google.com> | 2026-03-27 11:08:19 -0700 |
| commit | 00146b7babad513b9b79b4b00a12acc18594791b (patch) | |
| tree | 09d5aa69dc263e11a55c89ce2c9608e144db8850 /src/cmd | |
| parent | 4d6a40923b7b55d48e9e7abfc3514e607d58fe40 (diff) | |
| download | go-00146b7babad513b9b79b4b00a12acc18594791b.tar.xz | |
Revert "cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with other tests"
This reverts CL 759122.
Reason for revert: does not help reduce flakes.
For #78180.
Change-Id: Ia994d0bcc0ab681dd8cca9acbac20ac547647fe7
Reviewed-on: https://go-review.googlesource.com/c/go/+/760381
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/cmd')
| -rw-r--r-- | src/cmd/link/link_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/link/link_test.go b/src/cmd/link/link_test.go index 6ecf39b885..354442a2f9 100644 --- a/src/cmd/link/link_test.go +++ b/src/cmd/link/link_test.go @@ -1436,6 +1436,7 @@ func TestExtLinkCmdlineDeterminism(t *testing.T) { // Test that we pass flags in deterministic order to the external linker testenv.MustHaveGoBuild(t) testenv.MustHaveCGO(t) // this test requires -linkmode=external + t.Parallel() // test source code, with some cgo exports testSrc := ` |
