]> Cypherpunks.ru repositories - gostls13.git/history - src/testing/testing.go
[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
[gostls13.git] / src / testing / testing.go
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-16 Caleb Sparetesting: skip panics when picking the line number for...
2021-09-15 Jay Conrod[dev.fuzz] testing: fix internal error exit condition...
2021-09-15 Katie Hockman[dev.fuzz] testing: adjust -fuzz multiple match stdout
2021-09-10 Jay Conrod[dev.fuzz] testing: F.Setenv plus various fixes and...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-01 Jay Conrod[dev.fuzz] cmd/go: stream output when fuzzing
2021-08-12 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (46fd547...
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-30 Gerrit Code ReviewMerge "[dev.cmdgo] all: merge master (9eee0ed) into...
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-27 Changkun Outesting: clarify T.Name returns a distinct name of...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-15 Matt T. Proudtesting: clarify in docs that TestMain is advanced
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-03 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (912f075...
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Russ Coxtesting: add TB.Setenv
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-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
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-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
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
next