x/tools/go/analysis/passes/asmdecl: TestVetStdlib failures on loong64 #68041
Labels
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Go version
go version devel go1.23-45446c867a Tue Jun 18 01:40:18 2024 +0000 linux/loong64
Output of
go env
in your module/workspace:What did you do?
git clone https://go.googlesource.com/tools && cd tools && go test -v ./...
What did you see happen?
ok golang.org/x/tools/go/analysis/passes/unusedresult 5.221s
ok golang.org/x/tools/go/analysis/passes/unusedwrite 1.254s
ok golang.org/x/tools/go/analysis/passes/usesgenerics 1.082s
--- FAIL: TestVetStdlib (9.11s)
vet_std_test.go:101: go vet std failed (exit status 1):
# internal/bytealg
../../../../go-upstream/src/internal/bytealg/indexbyte_loong64.s:26:1: [loong64] IndexByte: RET without writing to result register
../../../../go-upstream/src/internal/bytealg/indexbyte_loong64.s:30:1: [loong64] IndexByte: RET without writing to result register
../../../../go-upstream/src/internal/bytealg/indexbyte_loong64.s:48:1: [loong64] IndexByteString: RET without writing to result register
../../../../go-upstream/src/internal/bytealg/indexbyte_loong64.s:52:1: [loong64] IndexByteString: RET without writing to result register
FAIL
FAIL golang.org/x/tools/go/analysis/unitchecker 27.697s
ok golang.org/x/tools/go/ast/astutil 0.163s
ok golang.org/x/tools/go/ast/inspector 0.550s
ok golang.org/x/tools/go/buildutil 3.829s
ok golang.org/x/tools/go/callgraph 0.029s [no tests to run]
What did you expect to see?
all test pass
The text was updated successfully, but these errors were encountered: