index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
*
testing: add Coverage function
Russ Cox
2014-07-22
1
-0
/
+23
*
testing: make benchmarking faster
Josh Bleecher Snyder
2014-06-24
2
-7
/
+11
*
testing/quick: brought Check parameter name in line with function doc
Caleb Spare
2014-06-19
1
-3
/
+3
*
testing: fix timing format inconsistency
Robert Dinu
2014-06-18
2
-8
/
+13
*
undo CL 101970047 / 30307cc8bef2
Russ Cox
2014-06-13
1
-5
/
+3
*
testing: make benchmarking faster
Josh Bleecher Snyder
2014-06-12
1
-3
/
+5
*
testing: write profiles on failure
Russ Cox
2014-05-09
1
-0
/
+1
*
testing: fix bogus benchmark
Dmitriy Vyukov
2014-02-24
1
-1
/
+0
*
testing: improve diagnosis of a potential misuse of RunParallel
Dmitriy Vyukov
2014-02-24
1
-2
/
+2
*
testing: diagnose a potential misuse of RunParallel
Dmitriy Vyukov
2014-02-24
1
-0
/
+3
*
testing: improve introduction to package comment
Rob Pike
2014-02-21
1
-2
/
+10
*
testing: ease writing parallel benchmarks
Dmitriy Vyukov
2014-02-17
3
-6
/
+161
*
testing: fix SkipNow and FailNow to avoid panic(nil) check
Russ Cox
2014-01-22
1
-8
/
+10
*
testing: diagnose buggy tests that panic(nil)
Russ Cox
2014-01-22
1
-1
/
+7
*
testing: document that ResetTimer also zeros the allocation counters.
Shenghou Ma
2014-01-09
1
-1
/
+1
*
cmd/godoc: document package-level examples
Olivier Duperray
2013-11-11
1
-2
/
+4
*
testing: don't start timing a Parallel test until it's actually starting
Rob Pike
2013-08-19
1
-2
/
+4
*
testing: add TB, an interface common to T and B
Brad Fitzpatrick
2013-08-14
1
-0
/
+27
*
testing: make parsing of -cpu more lenient
Russ Cox
2013-08-02
1
-10
/
+13
*
testing: say what was the timeout if it fires
Dmitriy Vyukov
2013-08-01
1
-7
/
+4
*
cmd/go, testing: streamline direct use of test binaries
Russ Cox
2013-07-12
2
-24
/
+20
*
cmd/go, testing: remove redundant "for pkg" in coverage message
Russ Cox
2013-07-12
1
-1
/
+1
*
cmd/go: fix a couple of bugs in coverage tooling
Rob Pike
2013-07-10
1
-13
/
+14
*
testing: include cover mode in cover profile
Rob Pike
2013-06-21
1
-0
/
+1
*
cmd/go: simplify flags for coverage
Rob Pike
2013-06-18
1
-2
/
+2
*
cmd/go: write coverage to file, add percentage statistic
Rob Pike
2013-06-18
2
-0
/
+96
*
testing: use -bench flag and fix flags doc link
Dan Peterson
2013-06-17
1
-2
/
+2
*
testing: add -outputdir flag so "go test" controls where the files are written
Rob Pike
2013-06-12
1
-9
/
+45
*
testing: fix rounding error in roundDown10
Dave Cheney
2013-06-02
3
-12
/
+45
*
testing: add test for issue 5599
Dave Cheney
2013-05-31
2
-0
/
+38
*
testing: quantize AllocsPerRun
Rob Pike
2013-05-30
1
-2
/
+6
*
testing/quick: fix for aliased types, delete duplicate uint8 test, and fix ra...
Jonathan Hseu
2013-05-14
2
-36
/
+137
*
testing/iotest: rephrase DataErrReader's description
Alexei Sholik
2013-04-12
1
-3
/
+5
*
testing: structure package documentation
Volker Dobler
2013-04-05
1
-0
/
+4
*
testing: document that Log and Logf do not usually produce output
Rob Pike
2013-04-01
1
-2
/
+4
*
testing: report test as failed if the test panics.
Ewan Chou
2013-04-01
1
-0
/
+1
*
build: remove dead code
Russ Cox
2013-03-22
1
-2
/
+0
*
testing: move Skip into *common
Dave Cheney
2013-02-23
1
-40
/
+40
*
testing: document that example output must use line comments
Olivier Duperray
2013-02-22
1
-1
/
+1
*
testing: fix output formatting
Robert Dinu
2013-02-21
1
-7
/
+3
*
testing: be explicit about use of b.N
Russ Cox
2013-02-09
1
-0
/
+1
*
cmd/go, testing: revise docs for test flags
Russ Cox
2013-02-03
1
-1
/
+1
*
testing: add AllocsPerRun
Kyle Lemons
2013-02-02
1
-0
/
+41
*
testing: SkipNow, FailNow must be called from test goroutine
Russ Cox
2013-02-01
1
-11
/
+18
*
testing: add Skip/Skipf
Dave Cheney
2013-01-23
1
-2
/
+47
*
testing: allow examples to pass (fix build)
Andrew Gerrand
2013-01-18
1
-0
/
+2
*
testing: catch panicking example and report, just like tests
Andrew Gerrand
2013-01-18
1
-32
/
+47
*
testing: introduce (*B).ReportAllocs()
Shenghou Ma
2013-01-17
1
-6
/
+14
*
testing: document whitespace trimming of example expected/actual output.
Caleb Spare
2013-01-12
1
-2
/
+2
*
testing: fix example test fd leak
Emil Hessman
2012-12-22
1
-0
/
+1
[next]