Gopher Robot submitted the change with unreviewed changes![Open in Gerrit]()
Unreviewed changes
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/cmd/asm/internal/asm/endtoend_test.go
Insertions: 1, Deletions: 1.
@@ -201,7 +201,7 @@
if !ok {
// If we've encountered errors, the output is unlikely to be sane.
- return
+ t.FailNow()
}
for p := top; p != nil; p = p.Link {
```
Change information
Commit message:
cmd/asm/internal/asm: abort end to end test if assembly failed
If errors are encountered during assembly, do not attempt to perform verification.
In this case the output is unlikely to be correct and all verification fails, which
means the real issue gets lost in the noise.
Change-Id: I62c1bf09fa025b0df4c06f0bfa424fb5d328184b
Files:
- M src/cmd/asm/internal/asm/endtoend_test.go
Change size: XS
Delta: 1 file changed, 5 insertions(+), 0 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Cherry Mui, +0 by Joel Sing, +1 by Michael Knyszek
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI
Open in Gerrit
Gerrit-MessageType: merged
Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: I62c1bf09fa025b0df4c06f0bfa424fb5d328184b
Gerrit-Change-Number: 731920
Gerrit-PatchSet: 3