1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:34:40 -07:00
go/go/packages
Ian Cottrell 31e4346e36 go/packages/packagestest: change the Export method to take a testing.TB
This allows it to be used in benchmarks as well as tests.

Change-Id: I1eb7307a0a7d27c541b14dd8b84c4bc2c770f3c9
Reviewed-on: https://go-review.googlesource.com/c/150257
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2018-11-19 17:55:25 +00:00
..
gopackages go/packages: remove the Config.Error hook 2018-09-04 20:52:37 +00:00
packagestest go/packages/packagestest: change the Export method to take a testing.TB 2018-11-19 17:55:25 +00:00
testdata go/packages: add name= query 2018-10-16 20:20:09 +00:00
doc.go go/packages: remove scary warning on documentation 2018-10-15 17:50:52 +00:00
example_test.go go/packages: remove the Config.Error hook 2018-09-04 20:52:37 +00:00
external.go go/packages: do not error out for patterns that match no packages 2018-09-28 12:33:17 +00:00
golist_fallback_testmain.go go/packages: add missing test variants to fallback loader 2018-09-25 16:56:39 +00:00
golist_fallback.go go/packages: fix flaky TestJSON and reenable it on Go 1.10 2018-11-12 16:24:42 +00:00
golist.go go/packages: remove .s files from go list's CompiledGoFiles 2018-11-13 00:58:03 +00:00
packages110_test.go go/packages: generate test main files from the golist fallback 2018-09-17 22:19:12 +00:00
packages_test.go go/packages: fix flaky TestJSON and reenable it on Go 1.10 2018-11-12 16:24:42 +00:00
packages.go go/packages: fix minor godoc typo 2018-11-09 17:23:37 +00:00
packagescgo_test.go go/packages: skip TestLoadImportsC when Go has been built without cgo 2018-10-05 20:28:39 +00:00
stdlib_test.go go/packages: remove .s files from go list's CompiledGoFiles 2018-11-13 00:58:03 +00:00
visit.go go/packages: make visit order stable 2018-11-02 02:37:01 +00:00