mirror of
https://github.com/golang/go
synced 2024-11-05 14:56:10 -07: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:
parent
e10408200f
commit
87c7dcbd5d
@ -5,6 +5,7 @@
|
|||||||
// No testdata on Android.
|
// No testdata on Android.
|
||||||
|
|
||||||
// +build !android
|
// +build !android
|
||||||
|
// +build go1.11
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user