index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
*
testing: comment out flag.Parse from example
Daniel MartÃ
2016-11-25
1
-1
/
+1
*
testing: add T.Context method
Brad Fitzpatrick
2016-11-03
4
-33
/
+95
*
testing: mark tests and benchmarks failed if a race occurs during execution
Russ Cox
2016-11-03
2
-11
/
+27
*
testing: introduce testing/internal/testdeps for holding testmain dependencies
Russ Cox
2016-11-02
2
-26
/
+105
*
testing: add a method testing.CoverMode
Rob Pike
2016-11-01
1
-0
/
+7
*
testing: don't warn if -bench was passed
Daniel MartÃ
2016-11-01
1
-1
/
+1
*
runtime: Profile goroutines holding contended mutexes.
Peter Weinberger
2016-10-28
1
-13
/
+30
*
all: freeze net/rpc and reword the 'frozen' message in other frozen packages
Rob Pike
2016-10-26
1
-1
/
+1
*
testing/quick, text/tabwriter: freeze packages
Brad Fitzpatrick
2016-10-24
1
-0
/
+2
*
cmd/go, testing: indicate when no tests are run
Caio Marcelo de Oliveira Filho
2016-10-19
3
-12
/
+44
*
testing: wrap long comment line
Russ Cox
2016-10-19
1
-1
/
+2
*
testing: document that Skip cannot undo Error
Russ Cox
2016-10-18
1
-0
/
+1
*
testing: fix flag usage messages
Russ Cox
2016-10-18
2
-14
/
+14
*
testing: mention in docs for Logf that a final newline is added if needed
Rob Pike
2016-10-16
1
-4
/
+5
*
testing: add Name method to *T and *B
Andrew Gerrand
2016-09-28
1
-0
/
+6
*
testing: improve the documentation for the -run flag
Rob Pike
2016-09-12
1
-7
/
+11
*
testing: respect benchtime on very fast benchmarks
Josh Bleecher Snyder
2016-08-10
1
-4
/
+3
*
testing: document that logs are dumped to standard output
Ian Lance Taylor
2016-06-23
1
-1
/
+1
*
testing: added package doc for sub(tests/benchmarks)
Marcel van Lohuizen
2016-05-25
1
-0
/
+55
*
testing: don't be silent if a test's goroutine fails a test after test exits
Marcel van Lohuizen
2016-05-24
2
-2
/
+31
*
testing: fix vet warning
Aliaksandr Valialkin
2016-05-12
1
-2
/
+2
*
Revert "testing/quick: generate more map and slice states"
Russ Cox
2016-05-06
2
-29
/
+35
*
testing: add matching of subtest
Marcel van Lohuizen
2016-04-21
2
-10
/
+179
*
testing: removed flakey test
Marcel van Lohuizen
2016-04-14
1
-51
/
+0
*
testing: fix flakey test on plan9
Marcel van Lohuizen
2016-04-06
1
-32
/
+27
*
testing: fixed bug introduced by CL 21504
Marcel van Lohuizen
2016-04-06
2
-1
/
+25
*
testing: improve output
Marcel van Lohuizen
2016-04-05
3
-13
/
+158
*
testing: unflake TestBRun
Marcel van Lohuizen
2016-04-04
1
-2
/
+6
*
cmd/go: fix proc-count accumulation in benchmark name
Alberto Donizetti
2016-03-26
1
-1
/
+1
*
testing: probe with N=1
Marcel van Lohuizen
2016-03-25
2
-26
/
+26
*
testing: expose subtest and subbenchmark functionality
Marcel van Lohuizen
2016-03-22
3
-13
/
+10
*
testing: added name matcher and sanitizer
Marcel van Lohuizen
2016-03-22
5
-26
/
+207
*
testing: add test for not exceeding maximum parallism
Marcel van Lohuizen
2016-03-21
2
-1
/
+52
*
testing: disable tests that cause a hang on some platforms
Marcel van Lohuizen
2016-03-18
1
-53
/
+1
*
testing: always ignore RunParallel in probe phase
Marcel van Lohuizen
2016-03-18
1
-1
/
+4
*
testing: finish implementation of subtests
Marcel van Lohuizen
2016-03-18
2
-0
/
+249
*
testing: implementation of subbenchmarks
Marcel van Lohuizen
2016-03-18
2
-27
/
+205
*
testing: hoisted chunks of code to prepare for Run method
Marcel van Lohuizen
2016-03-18
2
-58
/
+100
*
testing: prepare for the introduction of Run methods
Marcel van Lohuizen
2016-03-18
3
-76
/
+274
*
testing: implement 'Unordered Output' in Examples.
Brady Catherman
2016-03-09
1
-5
/
+21
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
5
-12
/
+12
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
3
-3
/
+3
*
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-29
1
-24
/
+16
*
testing: make failure in benchmark cause non-zero exit status
Caio Marcelo de Oliveira Filho
2016-02-28
2
-3
/
+9
*
testing/quick: generate more map and slice states
Matt T. Proud
2016-02-26
2
-35
/
+29
*
testing: move comment inside T.Parallel
Russ Cox
2016-01-06
1
-3
/
+4
*
testing: add clear panic for duplicate call to t.Parallel
Russ Cox
2016-01-04
1
-1
/
+6
*
testing: use debug.SetTraceback("all") to show all goroutines at test timeout
Russ Cox
2015-12-18
1
-0
/
+2
*
testing: document that T and B are safe for concurrent calls
Russ Cox
2015-12-01
2
-0
/
+19
*
testing: pause the test timer while waiting in T.Parallel
Caleb Spare
2015-11-24
1
-3
/
+5
[next]