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 d1916e5 commit ed01ceaCopy full SHA for ed01cea
src/runtime/race/syso_test.go
@@ -2,14 +2,8 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
-//go:build !android && !js && !ppc64le
6
-// +build !android,!js,!ppc64le
7
-
8
-// Note: we don't run on Android or ppc64 because if there is any non-race test
9
-// file in this package, the OS tries to link the .syso file into the
10
-// test (even when we're not in race mode), which fails. I'm not sure
11
-// why, but easiest to just punt - as long as a single builder runs
12
-// this test, we're good.
+//go:build race
+// +build race
13
14
package race
15
0 commit comments