From: Bryan C. Mills Date: Wed, 8 Apr 2020 15:57:53 +0000 (-0400) Subject: cmd/compile/internal/ssa: skip TestNexting X-Git-Tag: go1.15beta1~629 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=52dc1f42b3e30efd0a81f9c0315f9b5ed9f6ec4e;p=gostls13.git cmd/compile/internal/ssa: skip TestNexting This test is currently flaky in the builders. Skip it while we investigate. For #37404 Change-Id: I53721d383a4cafbe8d031ed25a3b1be2ae8b4285 Reviewed-on: https://go-review.googlesource.com/c/go/+/227587 Reviewed-by: David Chase --- diff --git a/src/cmd/compile/internal/ssa/debug_test.go b/src/cmd/compile/internal/ssa/debug_test.go index 28bb88a0c3..d68cb1ccc0 100644 --- a/src/cmd/compile/internal/ssa/debug_test.go +++ b/src/cmd/compile/internal/ssa/debug_test.go @@ -95,6 +95,8 @@ var optimizedLibs = (!strings.Contains(gogcflags, "-N") && !strings.Contains(gog // go test debug_test.go -args -u -d func TestNexting(t *testing.T) { + testenv.SkipFlaky(t, 37404) + skipReasons := "" // Many possible skip reasons, list all that apply if testing.Short() { skipReasons = "not run in short mode; "