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
/
testing.go
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
1
-6
/
+29
*
testing: mark tests and benchmarks failed if a race occurs during execution
Russ Cox
2016-11-03
1
-11
/
+21
*
testing: introduce testing/internal/testdeps for holding testmain dependencies
Russ Cox
2016-11-02
1
-26
/
+54
*
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
*
cmd/go, testing: indicate when no tests are run
Caio Marcelo de Oliveira Filho
2016-10-19
1
-8
/
+33
*
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
1
-12
/
+12
*
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: 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
1
-2
/
+10
*
testing: fixed bug introduced by CL 21504
Marcel van Lohuizen
2016-04-06
1
-1
/
+1
*
testing: improve output
Marcel van Lohuizen
2016-04-05
1
-5
/
+11
*
testing: expose subtest and subbenchmark functionality
Marcel van Lohuizen
2016-03-22
1
-3
/
+3
*
testing: added name matcher and sanitizer
Marcel van Lohuizen
2016-03-22
1
-14
/
+8
*
testing: add test for not exceeding maximum parallism
Marcel van Lohuizen
2016-03-21
1
-1
/
+1
*
testing: finish implementation of subtests
Marcel van Lohuizen
2016-03-18
1
-0
/
+24
*
testing: hoisted chunks of code to prepare for Run method
Marcel van Lohuizen
2016-03-18
1
-24
/
+35
*
testing: prepare for the introduction of Run methods
Marcel van Lohuizen
2016-03-18
1
-69
/
+165
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-5
/
+5
*
testing: make failure in benchmark cause non-zero exit status
Caio Marcelo de Oliveira Filho
2016-02-28
1
-2
/
+1
*
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
1
-0
/
+8
*
testing: pause the test timer while waiting in T.Parallel
Caleb Spare
2015-11-24
1
-3
/
+5
*
testing: only call flag.Parse if it has not been called before
Alberto Bertogli
2015-11-12
1
-1
/
+5
*
runtime/trace: add new package
Dmitry Vyukov
2015-07-22
1
-6
/
+7
*
all: link to https instead of http
Brad Fitzpatrick
2015-07-11
1
-1
/
+1
*
testing: don't print CPU count for tests, only benchmarks
Rob Pike
2015-06-15
1
-3
/
+0
*
testing: add -test.count flag to run tests and benchmarks multiple times
Russ Cox
2015-06-05
1
-2
/
+7
*
testing: fix typo
Shenghou Ma
2015-05-12
1
-1
/
+1
*
testing: make the output of -v more uniform and aligned when using fixed-widt...
Rob Pike
2015-05-08
1
-1
/
+1
*
testing: document that Log and Logf always print in benchmarks
Rob Pike
2015-05-06
1
-4
/
+6
*
testing: document that flag.Parse is not called when TestMain runs
Shenghou Ma
2015-03-20
1
-4
/
+8
*
testing: add tracing support
Dmitry Vyukov
2015-01-28
1
-0
/
+17
*
runtime: fix memory profiler
Dmitriy Vyukov
2014-10-16
1
-0
/
+1
*
testing: clearer comment
Robert Griesemer
2014-10-01
1
-1
/
+1
*
cmd/go, testing: add TestMain support
Russ Cox
2014-09-19
1
-5
/
+51
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-0
/
+662