]> Cypherpunks repositories - gostls13.git/commit
test: fix noinit on noopt builder
authorRuss Cox <rsc@golang.org>
Wed, 16 Nov 2022 05:02:14 +0000 (00:02 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 16 Nov 2022 13:26:16 +0000 (13:26 +0000)
commit5947a07d72076f96eb6fb8e54b7979748962713b
treeebca66e18edf76806f657294770a03e142793aa5
parentb1678e508bf04b32fcd8153d09c39ff25b51d287
test: fix noinit on noopt builder

Fix noopt build break from CL 450136 by not running test.

I can't reproduce the failure locally, but it's entirely reasonable
for this test to fail when optimizations are disabled, so just don't
run it when optimizations are disabled.

Change-Id: I882760fc7373ba0449379f81d295312a6be49be1
Reviewed-on: https://go-review.googlesource.com/c/go/+/450740
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
test/noinit.go