]> Cypherpunks.ru repositories - gostls13.git/history - src/testing/testing.go
[dev.fuzz] all: merge master into dev.fuzz
[gostls13.git] / src / testing / testing.go
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-12-04 Katie Hockman[dev.fuzz] internal/fuzzing: handle and report crashers
2020-12-04 Katie Hockman[dev.fuzz] testing: fix duplicate logging when fuzzing
2020-12-04 Katie Hockman[dev.fuzz] testing: read corpus from testdata/corpus...
2020-12-04 Jay Conrod[dev.fuzz] internal/fuzz: coordinate fuzzing across...
2020-12-04 Katie Hockman[dev.fuzz] testing: panic if certain testing.F function...
2020-12-04 Katie Hockman[dev.fuzz] testing: add script tests for fuzz targets
2020-12-04 Katie Hockman[dev.fuzz] testing: add basic go command support for...
2020-11-11 Bryan Borehamtesting: reduce memory allocation in Helper
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-24 Changkun Outesting: send t.signal only if there is no panic
2020-09-14 Changkun Outesting: fix panicking tests hang if Cleanup calls...
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-09-05 Changkun Outesting: make TempDir idempotent for both Cleanup and...
2020-09-02 Bryan C. Millstesting: flush test summaries to stdout atomically...
2020-08-28 Ian Lance Taylortesting: run a Cleanup registered by a Cleanup
2020-08-28 Bryan C. Millstesting: restore os.Exit(0) after every call to (*M...
2020-08-27 Ian Lance Taylorcmd/go, testing, os: fail test that calls os.Exit(0)
2020-08-25 Michał Łowickitesting: fix Cleanup race with Logf and Errorf
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-18 Bryan C. Millstesting: treat PAUSE lines as changing the active test...
2020-07-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-07-30 Katie Hockmantesting: fix quotation marks
2020-06-05 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-02 Jean de Klerktesting: capture testname on --- PASS and --- FAIL...
2020-05-29 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-21 Jean de Klerktesting: reformat test chatty output
2020-05-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-19 Bryan C. Millstesting: clean up remaining TempDir issues from CL...
2020-05-19 Roger Peppetesting: return unique directory inside same base root...
2020-05-14 Jeremy Faller[dev.link] all: merge master to dev.link
2020-05-08 Daniel Martítesting: tests and benchmarks can assume flag.Parsed
2020-05-08 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-05 Michał Łowickitesting: fix reported caller name for funcs passed...
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-29 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2020-04-25 Brad Fitzpatricktesting: give short package variable a longer name
2020-04-25 Tobias Klausertesting: replace all GOOS-specific path separators...
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-23 Andrei Tudor Călintesting: make TempDir work for subtests
2020-04-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-02 Brad Fitzpatricktesting: add TB.TempDir
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-19 Changkun Outesting: fix data race between parallel subtests
2020-03-17 Rodolfo Carvalhotesting: use "exit code" in documentation consistently
2020-03-17 Changkun Outesting: do not require os.Exit in TestMain
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-24 Masahiro Furudatetesting: change benchmark example function
2020-02-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-21 Bryan C. Millstesting: testing: add (*T).Deadline method for test...
2020-02-15 Ian Lance Taylortesting: remove obsolete comment in testing.(*T) docs
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-18 Roger Peppetesting: clarify that Cleanup is run after subtests...
2020-01-16 Ian Lance Taylortesting: don't run Cleanup functions until parallel...
2019-12-10 vovapitesting: use conventional comments for exported interna...
2019-12-05 taisatesting: fix testing docs
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-05 Cherry Zhangcmd: merge branch 'dev.link' into master
2019-11-04 Roger Peppetesting: implement Cleanup method
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-30 Damien Neiltesting: provide additional information when test funcs...
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-22 Jean de Klerktesting: stream log output in verbose mode
2019-07-22 Bryan C. MillsRevert "cmd/go: move automatic testing.Init call into...
2019-05-17 Keith Randalltesting: callerName only needs one PC in the traceback
2019-05-16 Russ Coxtesting: panic on calls to Short/Verbose before Parse
2019-05-10 Caleb Sparecmd/go: move automatic testing.Init call into generated...
2019-04-29 Caleb Sparetesting: delay flag registration; move to an Init function
2019-04-24 Caleb Sparetesting: fix minor bug with mutex profile error message
2019-03-05 Daniel Martíall: join a few chained ifs
2019-02-26 Leon Klingeleall: fix typos as reported by 'misspell'
2019-01-17 Ian Lance Taylortesting: report the failing test in a late log panic
2018-11-16 Leigh McCullochtesting: add example to package doc
2018-10-10 Wil Selwoodtesting: try to Log through parent if test has completed
2018-08-20 Ian Lance Taylortesting: exit with error if testing.Short is called...
2018-05-31 Yury Smolskytesting: make indentation consistent in sub-tests
2018-05-14 Diogo Pinelatesting: allow marking subtest and subbenchmark functio...
2018-05-02 Anmol Sethitesting: fix racey access to t.failed
2018-04-24 Hana (Hyang-Ah) Kimruntime/pprof: introduce "allocs" profile
2018-04-17 fraenkeltesting: failfast fails fast when Fatal called
2018-03-30 ajnirptesting: fix testing flags link
2018-03-29 Eric Lagergrentesting: document -race goroutine limits
2018-03-26 Brad Fitzpatrickall: use strings.Builder instead of bytes.Buffer where...
2018-03-01 Marcel van Lohuizentesting: gracefully handle subtest failing parent’s T
2018-01-04 Ian Lance Taylorcmd/go, testing: test names don't have to be alphanumeric
2017-12-14 Russ Coxtesting: do not crash when m.Run is called twice and...
2017-12-14 Russ Coxtesting: emphasize that Fatal/FailNow/etc run deferred...
2017-12-14 Russ Coxtesting: define Run result a little more clearly
2017-12-11 Russ Coxcmd/go: invalidate cached test results if env vars...
2017-12-01 Russ Coxcmd/go: honor -timeout=0 to mean no timeout
2017-11-29 Inanc Gumustesting: add -failfast to go test
2017-10-10 Russ Coxtesting: add PAUSE, CONT output lines to explain Parall...
2017-10-05 Marvin Stengerall: revert "all: prefer strings.LastIndexByte over...
2017-09-27 Marvin Stengerall: prefer strings.LastIndexByte over strings.LastIndex
2017-09-06 Daniel Martítesting: use time.Since instead of time.Now().Sub
2017-08-25 Daniel Martítesting: error if -parallel is given N<1
2017-08-25 Meir Fischertesting: ensure profiles are written upon -timeout...
2017-08-24 Dmitry Vyukovtesting: parallelize tests over count
2017-08-23 Agniva De Sarkerall: fix easy-to-miss typos
next