aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug429_run.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug429_run.go')
-rw-r--r--test/fixedbugs/bug429_run.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/fixedbugs/bug429_run.go b/test/fixedbugs/bug429_run.go
index c6a02aae5e..60cc5b62de 100644
--- a/test/fixedbugs/bug429_run.go
+++ b/test/fixedbugs/bug429_run.go
@@ -1,6 +1,11 @@
-// +build !nacl,!js
// run
+// +build !nacl,!js
+// +build !darwin !arm64
+
+// Skip on darwin/arm64 as it requires external linking, which brings in
+// cgo, causing deadlock detection not working.
+
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.