]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] test: remove extra tests from non-SSA builds
authorKeith Randall <khr@golang.org>
Fri, 26 Feb 2016 19:01:14 +0000 (11:01 -0800)
committerKeith Randall <khr@golang.org>
Fri, 26 Feb 2016 19:07:16 +0000 (19:07 +0000)
commitb462744e7088bd899ff14170146e31db5edd867e
treead09c2679c98920150e3f52806b9ddb0788534fb
parent4a346e7489038a0913f590da98a12f6e660b683a
[dev.ssa] test: remove extra tests from non-SSA builds

non-SSA backends are all over the map as to whether nil checks
get removed or not.  amd64, 386, 386/387, arm are all subtly different.
Remove these extra checks for now, they are in nilptr3_ssa.go so they
won't get lost.

Change-Id: I2e0051f488fb2cb7278c6fdd44cb9d68b5778345
Reviewed-on: https://go-review.googlesource.com/19961
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/nilptr3.go