go/src/compress/gzip
Elias Naur 51bda1ff08 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>
2018-05-04 14:46:19 +00:00
..
testdata
example_test.go
gunzip.go
gunzip_test.go
gzip.go compress/gzip: do not count header bytes written in Write 2018-04-02 20:18:14 +00:00
gzip_test.go compress/gzip: do not count header bytes written in Write 2018-04-02 20:18:14 +00:00
issue14937_test.go compress/gzip: skip builder-only test on iOS 2018-05-04 14:46:19 +00:00