]> Cypherpunks.ru repositories - gostls13.git/commit
compress/gzip: skip builder-only test on iOS
authorElias Naur <elias.naur@gmail.com>
Fri, 4 May 2018 08:17:30 +0000 (10:17 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 4 May 2018 14:46:19 +0000 (14:46 +0000)
commit51bda1ff0823ead841642ee9820b0949579d30a9
treeaa4814f3bb10e5bf9512086ff2403dbad7a2cf47
parent42219419ba07b8669c9ddc4fcd60194188171e12
compress/gzip: skip builder-only test on iOS

The new iOS test harness forwards environment variables to the
test program, which means that it runs builder-only tests that were
previously skipped because GO_BUILDER_NAME was missing.

Skip one such unblocked test, TestGZIPFilesHaveZeroMTimes, which
assumes a valid GOROOT.

Change-Id: I5daf0f4c1897afbeb8b1a380669a1d2aa47e764a
Reviewed-on: https://go-review.googlesource.com/111475
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/compress/gzip/issue14937_test.go