aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vet/vet_test.go
AgeCommit message (Expand)Author
2021-02-20cmd/vet: update buildtag check for //go:build linesRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2019-03-01cmd/vet: let TestMain run deferred functionsIan Lance Taylor
2019-02-20cmd/vet: make vet_test module-agnosticBryan C. Mills
2019-02-19cmd/vet: do not write test vet binary to GOROOTBryan C. Mills
2018-11-16cmd/vet: reenable cgo testAlan Donovan
2018-11-16cmd/vet: fix two failing test casesAlan Donovan
2018-11-15cmd/vet: switch to x/tools/go/analysis implementationAlan Donovan
2018-11-08cmd/go: vet: revert $GOVETTOOL env var, restore -vettool flagAlan Donovan
2018-10-17cmd/go: make go vet query cmd/vet for its flagsAlan Donovan
2018-10-08all: fix a bunch of misspellingsIgor Zhilianin
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-21cmd/vet: implement old TODO from testdata/print.goIan Lance Taylor
2018-05-28cmd/vet: eliminate use of Perl in testsYury Smolsky
2017-12-14cmd/vet: limit printf check to known Printf-like functionsRuss Cox
2017-08-03cmd/vet: don't exit with failure on type checking errorIan Lance Taylor
2016-12-21cmd/vet: avoid crash in cgo test on recursive typeIan Lance Taylor
2016-11-16all: call flag.Parse from TestMain only if usedDaniel Martí
2016-11-06cmd/vet: parallelize testsBrad Fitzpatrick
2016-10-25cmd/vet: accept space-separated tag lists for compatibility with cmd/goRuss Cox
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-06-28cmd/vet: make checking example names in _test packages more robustKonstantin Shaposhnikov
2016-05-03cmd/vet: fix test's dependence on perlBrad Fitzpatrick
2016-03-07cmd/vet: remove -test flagKonstantin Shaposhnikov
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-04cmd/vet: use testenvDavid Crawshaw
2015-09-21cmd/vet: build the binary only once in the testRob Pike
2015-09-21cmd/vet: copy changes from golang.org/x/tools to cmd/vetRob Pike
2015-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-06-11cmd/vet: skip another test on AndroidBrad Fitzpatrick
2015-06-11cmd/go, cmd/vet: skip tests on AndroidBrad Fitzpatrick
2015-06-08cmd/vet: fix tests on windowsAlex Brainman
2015-06-05cmd/vet: skip exec tests on systems that can't execRuss Cox
2015-06-04cmd/vet: adjust vet to use go/types and friends from std repoRobert Griesemer
2015-06-04cmd/vet: move cmd/vet into std repoRobert Griesemer