go list has been changed so that when -tests is added it reports the test packages as well as the test mains in the initial set. This fixes all the tests that assumed the old behaviour. I changed the test that checked the initial set to check the entire graph because the comparison became unreadable with the expanded set, and this seemd like a nicer standardised way to check the behaviour. Change-Id: I69404f8ef77cd092b0f02011a7789db71bee9b47 Reviewed-on: https://go-review.googlesource.com/126796 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org> |
||
|---|---|---|
| .. | ||
| ast/astutil | ||
| buildutil | ||
| callgraph | ||
| gccgoexportdata | ||
| gcexportdata | ||
| internal | ||
| loader | ||
| packages | ||
| pointer | ||
| ssa | ||
| types/typeutil | ||
| vcs | ||