]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: split TestNexting into subtests
authorAustin Clements <austin@google.com>
Wed, 11 Oct 2017 14:34:35 +0000 (10:34 -0400)
committerDavid Chase <drchase@google.com>
Wed, 11 Oct 2017 17:53:10 +0000 (17:53 +0000)
commit0bede7f34e20a77052b433a3c8ee402aa731183e
tree6c9936b53377139bf7b7ceaed4e6aea7fecf8ffd
parent0aef82aa4a301a7914e6a38d6e3d4722a6e1c547
cmd/compile: split TestNexting into subtests

This makes it more obvious which of the two builds is failing by
putting "dbg" or "opt" directly in the test name. It also makes it
possible for them to fail independently, so a failure in "dbg" doesn't
mask a failure in "opt", and to visibly skip the opt test when run
with an unoptimized runtime.

Change-Id: I3403a7fd3c1a13ad51a938bb95dfe54c320bb58e
Reviewed-on: https://go-review.googlesource.com/69970
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/cmd/compile/internal/ssa/debug_test.go