aboutsummaryrefslogtreecommitdiff
path: root/go/packages/packages_test.go
AgeCommit message (Expand)Author
2022-03-25go/packages: fix load with NeedTypes but not NeedImportsRuss Cox
2022-03-25go/packages: rename NeedExportsFile to NeedExportFileRuss Cox
2022-03-22x/tools/go/packages: add Embed supportChris Koch
2021-07-09go/packages: skip tests that link binaries in short modeBryan C. Mills
2021-07-09go/packages: fix data race in TestCgoNoSyntaxRob Findley
2021-07-08go/packages: parallelize most testsBryan C. Mills
2021-07-08go/packages: skip GOPATH tests in short modeBryan C. Mills
2021-04-28go/packages: enable TestIssue37098 for Go 1.17 and laterIan Lance Taylor
2020-11-16go/packages: start with empty environmentHeschi Kreinick
2020-10-13go/analysis: add IgnoredFiles, check ignored files in buildtag checkRuss Cox
2020-07-23go/packages: add failing test for golang/go#37098Noah Goldman
2020-07-23go/packages: find filenames in error strings if not in positionRebecca Stambler
2020-06-30go/packages: move all overlay tests into overlay_test.goRebecca Stambler
2020-06-17go/packages: correct package IDs for overlaid x testsRebecca Stambler
2020-06-10go/packages: move TypecheckCgo to packagesinternalMatthew Dempsky
2020-06-10go/packages: add a mechanism for drivers to decline requestsMichael Matloob
2020-05-28all: remove version-specific test filesHeschi Kreinick
2020-05-19go/packages: add a Module field to the Package structMichael Matloob
2020-05-18internal/testenv: tolerate missing cgo as neededHeschi Kreinick
2020-05-18all: consolidate cgo requirement checksHeschi Kreinick
2020-05-13go/packages: fix nocgo buildHeschi Kreinick
2020-04-09go/packages: replace darwin with netbsd in TestSizesDmitri Shuralyov
2020-04-03go/packages: only list current module's directory in determineRootDirsMichael Matloob
2020-03-10go/packages: drop pruned packages in tests of import graphIan Lance Taylor
2020-02-28go/packages: drop imports of reflect in tests of import graphIan Lance Taylor
2020-01-30go/packages: make TestOverlayDeps deterministicMichael Matloob
2020-01-30go/packages: add a workaround for golang/go#36188Michael Matloob
2020-01-28go/packages: fix flaky failure creating non-test package from overlayHeschi Kreinick
2020-01-27go/packages: only run TestCgoNoSyntax when cgo is availableMichael Matloob
2020-01-24go/packages: fix GOPATH vendoring with overlaysHeschi Kreinick
2020-01-23go/packages: refactor list driverHeschi Kreinick
2020-01-22go/packages: remove named queryHeschi Kreinick
2020-01-16go/packages: fix incorrect needtypes and needsrcs logicMichael Matloob
2020-01-16go/packages: internally expose ForTests in go/packagesRebecca Stambler
2019-12-20go/packages: Fix loading syntax for imports when types not requested.Alex Zhirov
2019-12-11go/packages: add import stack to error messages when there's an import cycleMichael Matloob
2019-12-05go/packages: revert "handle invalid files in overlays"Heschi Kreinick
2019-11-18go/packages: add String methods for LoadModeJeff Hodges
2019-11-04go/packages: fix loading of syntax when types not requestedMichael Matloob
2019-10-31go/packages: add a timeout for TestLoadImportsCMichael Matloob
2019-10-28Revert "go/packages: temporarily disable some tests running on go tip with -r...Bryan C. Mills
2019-10-18go/packages: fix ad-hoc package testsMichael Matloob
2019-10-16go/packages: fix staticcheck warningsRebecca Stambler
2019-10-16go/packages: handle invalid files in overlaysRebecca Stambler
2019-10-16go/packages: handle multiple modules in gopackagestestRebecca Stambler
2019-10-14go/packages: temporarily disable some tests running on go tip with -raceMichael Matloob
2019-10-11go/packages: make a copy of the config.Env slice in the test.Michael Matloob
2019-10-04go/packages: update tests to reflect changes in golang.org/cl/198459Michael Matloob
2019-09-18go/packages: fix overlay deps for packages with test variantsRebecca Stambler
2019-09-18go/packages: remove go.mod filesHeschi Kreinick