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 9364c89 commit 831d491Copy full SHA for 831d491
src/runtime/race/syso_test.go
@@ -2,13 +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
-// +build !android,!js,!ppc64le
6
-
7
-// Note: we don't run on Android or ppc64 because if there is any non-race test
8
-// file in this package, the OS tries to link the .syso file into the
9
-// test (even when we're not in race mode), which fails. I'm not sure
10
-// why, but easiest to just punt - as long as a single builder runs
11
-// this test, we're good.
+//go:build race
+// +build race
12
13
package race
14
0 commit comments