]> Cypherpunks.ru repositories - gostls13.git/commitdiff
test: enable regabi test on arm64
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 19 Aug 2021 14:02:49 +0000 (21:02 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 20 Aug 2021 19:58:13 +0000 (19:58 +0000)
CL 324890 turned on register ABI by default on ARM64, causing neither
live.go nor live_regabi.go is run on ARM64.

This CL enables live_regabi.go test for ARM64.

Change-Id: I0c483a38b761c5a6f1fa9a5b3324b5da64907e61
Reviewed-on: https://go-review.googlesource.com/c/go/+/343531
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
test/live_regabi.go

index 2883b83baedff28f9c275f38888cd1238659c7d4..aac9a7766c02fe61189fa6ae8ad8240dc4e88330 100644 (file)
@@ -1,5 +1,5 @@
 // errorcheckwithauto -0 -l -live -wb=0 -d=ssa/insert_resched_checks/off
-// +build amd64,goexperiment.regabiargs
+// +build amd64,goexperiment.regabiargs arm64,goexperiment.regabiargs
 
 // Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style