]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: return dropped tests from misc/cgo/test
authorLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 14 Nov 2017 20:50:38 +0000 (15:50 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 18 Nov 2017 00:33:04 +0000 (00:33 +0000)
commit12e2933bbea8e19a733b100aea14ab7919a5bdbd
treea7f7735f35c79ff1aac231163a1c3f2f9d6afbbb
parentb868616b63a82a4f5917400b2df63a19ebe041e2
cmd/dist: return dropped tests from misc/cgo/test

In a previous change to cmd/dist/test.go to fix some pie
testcases, a few other tests were incorrectly dropped.
This returns the testcases that shouldn't have been removed.

Fixes #22708

Change-Id: I2f735f4fd3a378f0f45d12a99768638aeb4787c7
Reviewed-on: https://go-review.googlesource.com/77650
Run-TryBot: Russ Cox <rsc@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go