aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/race.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/codegen/race.go')
-rw-r--r--test/codegen/race.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/codegen/race.go b/test/codegen/race.go
index ed6706f880..b977823906 100644
--- a/test/codegen/race.go
+++ b/test/codegen/race.go
@@ -10,6 +10,8 @@ package codegen
// functions with no calls (but which might panic
// in various ways). See issue 31219.
// amd64:-"CALL.*racefuncenter.*"
+// arm64:-"CALL.*racefuncenter.*"
+// ppc64le:-"CALL.*racefuncenter.*"
func RaceMightPanic(a []int, i, j, k, s int) {
var b [4]int
_ = b[i] // panicIndex