]> Cypherpunks repositories - gostls13.git/commit
cmd/objdump: reference tracking bug in TestDisasmCode skip message
authorTobias Klauser <tklauser@distanz.ch>
Wed, 4 Dec 2019 10:44:06 +0000 (11:44 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 4 Dec 2019 14:53:20 +0000 (14:53 +0000)
commitaab0280476c01ac5b5f45fe666976dfe54987bce
tree82215080e869ab7fed3fccd1cc81e6883b3bae56
parentacf3ff2e8a0ee777a35b42879c90a1d5a130988f
cmd/objdump: reference tracking bug in TestDisasmCode skip message

Issue #12559 was closed and split into #19158 for mips{,le} and #19156
for mips64{,le}. Instead of referencing the individual GOARCH-specific
issues in the skip test messages of TestDisasmCode use the tracking bug

Change-Id: I6929d25f4ec5aef4f069b7692c4e29106088ce65
Reviewed-on: https://go-review.googlesource.com/c/go/+/209817
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/objdump/objdump_test.go