]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: test for omitted ICE diagnostics after normal messages
authorEmmanuel Odeke <emm.odeke@gmail.com>
Tue, 31 Oct 2017 05:44:14 +0000 (22:44 -0700)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Mon, 6 Nov 2017 08:37:30 +0000 (08:37 +0000)
commit0ba4eba8645258f5f2a572ded7c673d2c24c881e
treee77146f2ca24aa75d6247c738dd00e765ccb2deb
parent9f3991714af63043b01fa0004ae30b42b3c30e2f
cmd/compile: test for omitted ICE diagnostics after normal messages

Updates #22389

@mdempsky's CL 70850 fixed the unnecessary
compile stack trace printing during ICE diagnostics.

This CL adds a test to lock in this behavior.

Change-Id: I9ce49923c80b78cb8c0bb5dc4af3c860a43d63ba
Reviewed-on: https://go-review.googlesource.com/74630
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
test/fixedbugs/issue22389.go [new file with mode: 0644]