]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: update TestStmtLines threshold for riscv64
authorMeng Zhuo <mzh@golangcn.org>
Thu, 5 May 2022 04:08:42 +0000 (12:08 +0800)
committermzh <mzh@golangcn.org>
Fri, 6 May 2022 04:22:04 +0000 (04:22 +0000)
commit3ea3bc0e9636228dda88b823e42a45227297f43b
treeefed168eb9f4eaebda0128d3342dd1c3d2b38426
parent7dd988456247c66f2ae62a82e8d8fa0d843710d1
cmd/compile: update TestStmtLines threshold for riscv64

CL402374 default regabi for riscv64 but TestStmtLines
keep fail trybot within a tiny overlimit (2.006% > 2%).
This CL update this threshold to 3% for riscv64 as an
acceptable temporary solution.

Change-Id: I5c6f37099a76bc048998eb95f49944dbe55492f4
Reviewed-on: https://go-review.googlesource.com/c/go/+/404195
Run-TryBot: mzh <mzh@golangcn.org>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/ssa/stmtlines_test.go