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: 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
*
testing: only call flag.Parse if it has not been called before
Alberto Bertogli
2015-11-12
1
-1
/
+5
*
testing/quick: terminate for arbitrary recursive types
Håvard Haugen
2015-08-29
2
-20
/
+71
*
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/quick: improve function signature error.
Matt T. Proud
2015-06-26
1
-1
/
+1
*
testing: don't print CPU count for tests, only benchmarks
Rob Pike
2015-06-15
1
-3
/
+0
*
testing/quick: probabilistically generate nil pointers
Håvard Haugen
2015-06-08
2
-5
/
+26
*
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
2
-2
/
+2
*
testing: document that Log and Logf always print in benchmarks
Rob Pike
2015-05-06
1
-4
/
+6
*
testing/quick: align tests with reflect.Kind.
Matt T. Proud
2015-04-26
1
-19
/
+19
*
testing/quick: fix comment
Dmitry Vyukov
2015-03-27
1
-1
/
+1
*
testing: document that flag.Parse is not called when TestMain runs
Shenghou Ma
2015-03-20
1
-4
/
+8
*
testing: pad benchmark names to align results
Håvard Haugen
2015-02-07
1
-7
/
+27
*
testing/quick: support generation of array types in Value
Chris Kastorff
2015-02-04
2
-0
/
+16
*
testing: add tracing support
Dmitry Vyukov
2015-01-28
1
-0
/
+17
*
testing/iotest: fix copy/paste error in comment
Robert Griesemer
2014-12-29
1
-1
/
+1
*
testing: style change: omit unnecessary new
Ian Lance Taylor
2014-12-20
1
-2
/
+2
*
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
2
-5
/
+69
*
runtime: account for tiny allocs, for testing.AllocsPerRun
Russ Cox
2014-09-17
1
-0
/
+29
*
testing: read coverage counters atomically
Rob Pike
2014-09-09
1
-3
/
+6
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
12
-0
/
+2269