]> Cypherpunks repositories - gostls13.git/commit
go/internal/srcimporter: skip tests on iOS
authorElias Naur <elias.naur@gmail.com>
Wed, 8 Mar 2017 21:54:52 +0000 (22:54 +0100)
committerElias Naur <elias.naur@gmail.com>
Wed, 8 Mar 2017 22:31:00 +0000 (22:31 +0000)
commit3a1271dad7617a9766d21987b2c3cc0e683d2010
tree81b48ba64d16ae2c4142d3a7c830178394d8d35b
parent23be728950be7973a4c4852449e1987c64dc2739
go/internal/srcimporter: skip tests on iOS

The iOS test harness only includes the current test directory in its
app bundles, but the tests need access to all source code.

Change-Id: I8a902b183bc2745b4fbfffef867002d573abb1f5
Reviewed-on: https://go-review.googlesource.com/37961
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/go/internal/srcimporter/srcimporter_test.go
src/internal/testenv/testenv.go