]> Cypherpunks repositories - gostls13.git/commit
os/exec: re-enable TestExtraFiles checks skipped on various OSes
authorBryan C. Mills <bcmills@google.com>
Thu, 17 Oct 2019 13:57:42 +0000 (09:57 -0400)
committerBryan C. Mills <bcmills@google.com>
Thu, 17 Oct 2019 18:16:38 +0000 (18:16 +0000)
commitf38a51069278054205ac2d6aa20b3968b1f5c06f
treea801f573f58f1453ec333702716c57241319bfed
parent4569f1baa8283f115adaf15fdbf6b6f57a2e643f
os/exec: re-enable TestExtraFiles checks skipped on various OSes

The issues associated with these skipped checks are closed.
If they are working around unfixed bugs, the issues should remain open.
If they are working around unfixable properties of the system, the skips
should refer to those properties rather than closed issues.

Updates #2603
Updates #3955
Updates #25628

Change-Id: I3491c69b2ef5bad0fb12001fe8f7e06b424883ca
Reviewed-on: https://go-review.googlesource.com/c/go/+/201718
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/exec/exec_test.go