]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/noder: hide TestUnifiedCompare behind -cmp flag
authorMatthew Dempsky <mdempsky@google.com>
Fri, 17 Sep 2021 18:12:31 +0000 (11:12 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 17 Sep 2021 18:51:48 +0000 (18:51 +0000)
commit7f36ef0aff702f2598390d0349f9c9632942d40b
treea40d0c5d27a23cbd4070bb9f7119f0ac7b4870db
parent70493b3eb06d10217d9aa346ffff0b4c4f2cc72b
cmd/compile/internal/noder: hide TestUnifiedCompare behind -cmp flag

This test is fragile and is starting to impede others' work. This CL
disables it until I have time to either find a solution for the issues
or decide to just delete the test altogether.

Change-Id: Icefabb6d3fbedec5d16536de78be4ca20d63133c
Reviewed-on: https://go-review.googlesource.com/c/go/+/350729
Trust: Matthew Dempsky <mdempsky@google.com>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/noder/unified_test.go