aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprogcgo
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2025-12-08 16:05:53 +0000
committerGopher Robot <gobot@golang.org>2025-12-08 08:24:40 -0800
commit3a6a034cd63e55f5ee00f9002e62204fa50f96bf (patch)
tree3cb443e00e2c552a73ac8e5c8c39024ae1b8f9f1 /src/runtime/testdata/testprogcgo
parent4122d3e9ea55c8d2293e0a0c59cd6e467021c9e0 (diff)
downloadgo-3a6a034cd63e55f5ee00f9002e62204fa50f96bf.tar.xz
runtime: disable TestNotInGoMetricCallback on FreeBSD + race
cgo + race is not supported on FreeBSD. Change-Id: I38abeccaaabfcc104d1d5a077fb99646dc4be792 Reviewed-on: https://go-review.googlesource.com/c/go/+/728120 Auto-Submit: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'src/runtime/testdata/testprogcgo')
-rw-r--r--src/runtime/testdata/testprogcgo/notingo.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/testdata/testprogcgo/notingo.go b/src/runtime/testdata/testprogcgo/notingo.go
index 6e78126358..5af4c00e1f 100644
--- a/src/runtime/testdata/testprogcgo/notingo.go
+++ b/src/runtime/testdata/testprogcgo/notingo.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !plan9 && !windows
-// +build !plan9,!windows
package main