]> Cypherpunks repositories - gostls13.git/commit
test: avoid touching GOOS/GOARCH in codegen driver
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 29 Mar 2018 16:52:12 +0000 (18:52 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 29 Mar 2018 19:00:10 +0000 (19:00 +0000)
commitaacf7a1846f56db248bd558f33859291d0b1823e
treef3f9a7578c1e630117af1b92cd372149d1326104
parent014a9048d4f25b4afd090c9d5e7efe0b7c7b6dda
test: avoid touching GOOS/GOARCH in codegen driver

This change modifies the codegen test harness driver so that it no
longer modifies the environment GOOS/GOARCH, since that seems to cause
flakiness in other concurrently-running tests.

The change also enables the codegen tests in run.go.

Fixes #24538

Change-Id: I997ac1eb38eb92054efff67fe5c4d3cccc86412b
Reviewed-on: https://go-review.googlesource.com/103455
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/run.go