]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/amd64: fix "missing objdump" skip in TestGoAMD64v1
authorBryan C. Mills <bcmills@google.com>
Fri, 11 Mar 2022 04:30:07 +0000 (23:30 -0500)
committerBryan Mills <bcmills@google.com>
Fri, 11 Mar 2022 05:22:30 +0000 (05:22 +0000)
commit751b8798dd3a0b099ec403bafae0d48d5c5fae8c
treea5ff1e93ac954128558895658a2b92c9b6cde928
parentef7d0413c204f69f8179b50de869acf7bd1e1731
cmd/compile/internal/amd64: fix "missing objdump" skip in TestGoAMD64v1

The skip was erroneously applied to errors from the call to StdoutPipe
instead of Start, and even then was a bit too broad.

Change-Id: I417c9a74692383230fc6d99ebb4149fdc532533e
Reviewed-on: https://go-review.googlesource.com/c/go/+/391800
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/amd64/versions_test.go