]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/go/go_test.go
[dev.boringcrypto] all: merge master into dev.boringcrypto
[gostls13.git] / src / cmd / go / go_test.go
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-14 Alberto Donizettitesting: only compute b.N once when passed -count > 1
2018-05-14 Yury Smolskycmd/go: fix TestBuildIDContainsArchModeEnv
2018-05-10 Russ Coxcmd/go/internal/work: cache cgo invocations for vet...
2018-05-10 Russ Coxcmd/go: add support for 'go run pkg' or 'go run .'
2018-05-09 Yury Smolskycmd/go: fix the rebuilding stale packages test
2018-05-09 Ian Lance Taylorcmd/go: fix testsuite for gccgo
2018-05-08 Paul Jollycmd/go: fix go list -test where C is a dependency.
2018-05-02 Alberto Donizetticmd/go: enable upx compression test on linux/386
2018-04-30 Richard Musiolall: skip unsupported tests for js/wasm
2018-04-26 Russ Coxcmd/go: add go list -test to describe test binaries
2018-04-25 Russ Coxcmd/go: add go list -deps
2018-04-25 Russ Coxcmd/go: fix go list .Stale computation
2018-04-25 Russ Coxcmd/go: avoid infinite loop in go list -json -e on...
2018-04-17 fraenkeltesting: failfast fails fast when Fatal called
2018-04-04 Nikhil Beneschcmd/go: rebuild as needed when vetting test packages
2018-03-29 Paul Jollycmd/go: make generate pass correct GOPACKAGE to XTest...
2018-03-29 Ian Lance Taylorcmd/go: don't try to initialize cover profile for go...
2018-03-28 Ian Lance Taylorcmd/go: reject relative tmpdir
2018-03-27 Ian Lance Taylorcmd/go: if -race, don't run coverage on runtime packages
2018-03-27 Ian Lance Taylorcmd/go: with -x, don't report removing a non-existent...
2018-03-27 HaraldNordgrencmd/go: print each import error only once
2018-03-27 Tim Wrightcmd/go, cmd/link, runtime: enable PIE build mode, cgo...
2018-03-07 David du Colombiercmd/go: skip TestVetWithOnlyCgoFiles when cgo is disabled
2018-03-07 Ian Lance Taylorcmd/go: run vet on packages with only cgo files
2018-02-26 motemencmd/go: fix formatting of file paths under cwd
2018-02-17 Ian Lance Taylorcmd/go: permit pkg-config flags in any argument position
2018-02-07 Russ Cox[release-branch.go1.10] all: merge master into release...
2018-02-07 Russ Coxcmd/go: accept only limited compiler and linker flags...
2018-02-07 Russ Coxall: merge master into release-branch.go1.10, for go1...
2018-02-06 Russ Coxcmd/go: rebuild as needed for tests of packages that...
2018-02-05 Ian Lance Taylorcmd/go: only run -race test if -race works
2018-02-05 Ian Lance Taylorcmd/go: ignore coverpkg match on sync/atomic in atomic...
2018-01-31 David du Colombiercmd/go: fix TestNoCache on Plan 9
2018-01-31 Ian Lance Taylorcmd/go: if unable to initialize cache, just disable it
2018-01-28 David du Colombiercmd/go: skip external tests on plan9/arm
2018-01-24 Russ Coxcmd/go: fix -coverpkg=all with dot imports
2018-01-23 Ian Lance Taylorcmd/go: apply "go vet" to test files
2018-01-10 Russ Coxcmd/go: limit test input file change detection to local...
2018-01-10 Ian Lance Taylorcmd/go: run the real test binary if the test link was...
2018-01-09 Russ Coxcmd/link: set runtime.GOROOT default during link
2018-01-05 Russ Coxcmd/go: skip long tests in -short mode
2018-01-04 Russ Coxcmd/go: fix caching of test -json outputs
2018-01-04 Russ Coxcmd/go: fix coverage rebuild corner case
2018-01-04 Russ Coxcmd/go: fix compile -p flag for building test of main...
2018-01-04 Hiroshi Iokacmd/buildid: fix rewrite algorithm
2017-12-14 Russ Coxcmd/go: do not let test vet failures stop reporting...
2017-12-14 Russ Coxtesting: do not crash when m.Run is called twice and...
2017-12-14 Russ Coxcmd/go: apply same per-package flags to compile and...
2017-12-13 Russ Coxall: fix t.Skipf formats
2017-12-13 Russ Cox[dev.boringcrypto] all: merge go1.10beta1 into dev...
2017-12-12 Ian Lance Taylorcmd/link: with -importcfg don't strip trailing ".a"
2017-12-11 Ian Lance Taylorcmd/go: remove script.sh in TestTestCacheInputs
2017-12-11 Russ Coxcmd/go: invalidate cached test results if env vars...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (more nearly Go...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-12-04 Russ Coxcmd/go: disable tests when GOOS/GOARCH != GOHOSTARCH...
2017-12-04 Russ Coxcmd/go: fix -covermode=atomic use of sync/atomic in...
2017-12-01 Russ Coxcmd/test2json: add ability to run test binary
2017-12-01 Russ Coxcmd/go: fix missing conversions in -json output
2017-12-01 Russ Coxcmd/go: fix reuse of cached objects during cover
2017-12-01 Russ Coxcmd/go: ignore vet typecheck failure during go test
2017-12-01 Russ Coxcmd/go: accept more spaces in -gcflags arguments
2017-12-01 Russ Coxcmd/go: apply same per-package flags to test and xtest...
2017-12-01 Russ Coxcmd/go: fix -x output for test build failure
2017-12-01 Russ Coxcmd/go: fix -outputdir -coverprofile interaction
2017-11-29 Jess Frazellecmd/go: ensure pkgsFilter is run before build
2017-11-29 Inanc Gumustesting: add -failfast to go test
2017-11-20 Russ Cox[dev.boringcrypto] all: merge go1.9.2 into dev.boringcrypto
2017-11-19 Kunpei Sakaitesting: fix invalid error message about argument of...
2017-11-16 Russ Coxcmd/go: drop flaky part of TestGoTestJSON
2017-11-16 Russ Coxcmd/go: fix cgo-disabled test failure from CL 77151
2017-11-16 Russ Coxcmd/go: implement go clean -testcache
2017-11-16 Russ Coxcmd/go: make file:line for cgo files look like non...
2017-11-16 Russ Coxcmd/cover: do not report coverage for assembly functions
2017-11-16 Russ Coxcmd/cover: add //line comment pointing to original...
2017-11-16 Russ Coxcmd/go: deflake TestGoTestJSON further
2017-11-13 Russ Coxcmd/go: cache and replay command output during build
2017-11-11 David du Colombiercmd/go: skip TestGoTestJSON on uniprocessor machines
2017-11-10 Russ Coxcmd/go: redefine -coverpkg to be a pattern list
2017-11-10 Russ Coxcmd/go: allow -coverprofile with multiple packages...
2017-11-10 Russ Coxcmd/go: add go test -json flag
2017-11-09 Than McIntoshcmd/go: avoid crashing on 'go test -n'
2017-11-09 Russ Coxcmd/go: always update mtime during go install / go...
2017-11-09 Russ Coxcmd/go: treat cached test results as satisfying any...
2017-11-09 Russ Coxcmd/go: implement per-package asmflags, gcflags, ldflag...
2017-11-07 Ian Lance Taylorcmd/go: don't run TestUserOverrideFlags in parallel
2017-11-07 Russ Coxcmd/go: accept relative -pkgdir argument
2017-11-07 Russ Coxcmd/go: include package source dir in build action...
2017-11-06 Russ Coxcmd/go: ignore stderr from tool version checks
2017-11-06 Russ Coxcmd/go: do not use cache when -a is specified
2017-11-06 Russ Coxcmd/go: drop runtime, runtime/internal/sys, runtime...
2017-11-06 Russ Coxcmd/go: fix corner case missed rebuild of binary
2017-11-05 Daniel Martícmd/go: skip "exclude all Go files" error in fmt
2017-11-03 Russ Coxcmd/go: do not install dependencies during "go install"
2017-11-03 Russ Coxcmd/go: run vet automatically during go test
2017-11-03 Russ Coxcmd/go: cache successful test results
2017-11-03 Russ Coxcmd/go: make test binary builds reproducible
2017-11-03 Russ Coxcmd/go: prefer $GOTMPDIR over operating system tmp...
2017-11-03 Russ Coxcmd/go: cache built packages
next