1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:28:32 -06:00

cmd/callgraph: temporarily disable failing tests on go1.10

go1.10 and earlier versions of go list do not report test main packages.
Furthermore, go/packages has errors in its Imports under go1.10.

The long-term fix is for go/packages to synthesize test main packages
when working with older versions of the go command, but in the
meantime we will disable the tests.

Updates golang/go#11811

Change-Id: Ifd5e37d5b68a01134e911fda90e30a39fc25b88d
Reviewed-on: https://go-review.googlesource.com/129175
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Alan Donovan 2018-08-13 13:45:06 -04:00
parent e10408200f
commit 87c7dcbd5d

View File

@ -5,6 +5,7 @@
// No testdata on Android.
// +build !android
// +build go1.11
package main