aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug_test.go
diff options
context:
space:
mode:
authorlimeidan <limeidan@loongson.cn>2024-05-21 19:23:44 +0800
committerGopher Robot <gobot@golang.org>2024-08-02 14:38:24 +0000
commit3a55b92ccffc9211d2aac68802433712f126ec75 (patch)
treed1b8bbb5f80a559eee557a1ad6fd81fec8c3db85 /src/runtime/debug_test.go
parent492e2b64dad81094a284f572b66eed93ee342fa7 (diff)
downloadgo-3a55b92ccffc9211d2aac68802433712f126ec75.tar.xz
runtime: add debug call injection support on loong64
Change-Id: Iaf2bd9da0b35c20c5b57db2eb9b2eea2b662140c Reviewed-on: https://go-review.googlesource.com/c/go/+/587055 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: abner chenc <chenguoqi@loongson.cn> Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: abner chenc <chenguoqi@loongson.cn>
Diffstat (limited to 'src/runtime/debug_test.go')
-rw-r--r--src/runtime/debug_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/debug_test.go b/src/runtime/debug_test.go
index 1c00d2fb0d..0ee873d43f 100644
--- a/src/runtime/debug_test.go
+++ b/src/runtime/debug_test.go
@@ -9,7 +9,7 @@
// spends all of its time in the race runtime, which isn't a safe
// point.
-//go:build (amd64 || arm64 || ppc64le) && linux && !race
+//go:build (amd64 || arm64 || loong64 || ppc64le) && linux && !race
package runtime_test