]> Cypherpunks repositories - gostls13.git/commit
math/big: disable TestNewIntAllocs on noopt builder
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Mon, 8 Aug 2022 18:39:18 +0000 (01:39 +0700)
committerGopher Robot <gobot@golang.org>
Mon, 8 Aug 2022 20:27:53 +0000 (20:27 +0000)
commit7e5e4a7cef34727c8de2da218e76da23f826d608
tree70665f95e3d38f973ab62b1197e8c90d4c34cbee
parentc1bfefe9d16f64ba038711796dc6445965bb257c
math/big: disable TestNewIntAllocs on noopt builder

Since when that test requires inlining, which is disabled on noopt
builder.

Updates #29951

Change-Id: I9d7a0a64015a30d3bfb5ad5d806ea0955657fda3
Reviewed-on: https://go-review.googlesource.com/c/go/+/422039
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/math/big/int_test.go