]> Cypherpunks.ru repositories - gostls13.git/history - src/testing/testing.go
[dev.fuzz] all: merge master (c95464f) into dev.fuzz
[gostls13.git] / src / testing / testing.go
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-24 Jay Conrod[dev.fuzz] testing: report T.Deadline when running...
2021-06-17 Tobias Klausertesting: drop unusual characters from TempDir directory...
2021-06-15 Katie Hockman[dev.fuzz] testing: convert seed corpus values where...
2021-06-02 Katie Hockman[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
2021-05-27 Roland Shoemaker[dev.fuzz] internal/fuzz,testing: treat panics as recov...
2021-05-19 Jay Conrod[dev.fuzz] internal/fuzz: make minimization tests more...
2021-05-19 Katie Hockman[dev.fuzz] cmd/go/internal/test,testing: add documentat...
2021-05-19 Roland Shoemaker[dev.fuzz] internal/fuzz: move coverage capture closer...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-04-28 Paschalis Tsiliastesting: add -shuffle=off|on|N to alter the execution...
2021-04-27 Julien Tanttesting: document that TestMain can be used with benchmarks
2021-04-19 Michael Fraenkeltesting: remove data races so that parallel benchmarks...
2021-04-09 Jay Conrod[dev.fuzz] testing: support T.Parallel in fuzz functions
2021-04-09 Jay Conrod[dev.fuzz] testing: let -fuzztime specify a number...
2021-04-02 Carlo Alberto Ferraristesting: clarify when Cleanup is called
2021-03-24 Ian Lance Taylortesting: update permitted number of -race goroutines
2021-03-19 Bryan C. Millstesting: allow parallel-subtest goroutines to exit...
2021-03-19 Katie Hockman[dev.fuzz] testing: print logs and error messages when...
2021-03-19 Tao Qingyuntesting: update helperNames just before checking it
2021-03-10 fanzha02testing: fix typo in a comment
2021-03-09 Jay Conrod[dev.fuzz] testing: use exit status 70 for worker error...
2021-03-05 Alexey Vilenskitesting: add TB.Setenv
2021-03-04 Katie Hockman[dev.fuzz] testing: only let workers run fuzz targets
2021-02-24 Josh Bleecher Snydertesting: print late arriving log line in panic
2021-02-23 Katie Hockman[dev.fuzz] testing,internal/fuzz: support structured...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-10 Jay Conrod[dev.fuzz] testing: move inFuzzFn checks from common...
2021-02-10 Jay Conrod[dev.fuzz] internal/fuzz: make RunFuzzWorker accept...
2021-02-03 Jay Conrod[dev.fuzz] internal/fuzz: refactor CorpusEntry type
2020-12-23 Jay Conrod[dev.fuzz] cmd/go: implement -fuzztime flag and support...
2020-12-21 Jay Conrod[dev.fuzz] internal/fuzz: read and write interesting...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
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-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
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...
next