mirror of
https://github.com/golang/go
synced 2024-11-05 17:26:11 -07:00
1bd72987c2
Because go/packages presents each synthesized test main package as a first-class package, the tests now analyze all of the dependencies of "testing", which they previously avoided. This makes the tests slower and the resulting call graph much larger, so they now look for a subset match, not an exact match, on the set of graph edges. Change-Id: I9d7acf420e41cbffc03ca8423f5afb3ef671d775 Reviewed-on: https://go-review.googlesource.com/128695 Reviewed-by: Ian Cottrell <iancottrell@google.com> Reviewed-by: Michael Matloob <matloob@golang.org> |
||
---|---|---|
.. | ||
pkg_test.go | ||
pkg.go |