]> Cypherpunks.ru repositories - gostls13.git/history - src/testing/testing.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / testing / testing.go
2023-11-08 cui flitertesting: add available godoc link
2023-11-06 Evan Jonestesting: correct comments on runCleanup
2023-10-25 Bryan C. Millstesting: use monotonic counts to attribute races in...
2023-10-10 Ville Skyttätesting: remove unnecessary TempDir implementation...
2023-09-13 Tobias Klausertesting: use strings.LastIndexAny in (*common).decorate
2023-09-05 go101testing: add doc to not call Init concurrently
2023-05-24 Bryan MillsRevert "testing: only report subtest races once"
2023-05-24 Ian Lance Taylortesting: only report subtest races once
2023-04-25 Austin Clementscmd/dist: actually only compile tests with -compile...
2023-03-13 Ian Lance Taylortesting: add Testing function
2023-02-22 Hossein Zolfitesting: add -fullpath to go test
2022-12-23 Andrey Bozhkotesting: rephrase the sentence about naming test files
2022-11-16 Bryan C. Millstesting: in TestRacyOutput, ensure that the Run calls...
2022-11-16 Changkun Outesting: reject calls to Run within Cleanup callbacks
2022-11-14 Changkun Outesting: fix error message when a parallel Cleanup...
2022-11-03 Ian Lance Taylortesting: add Get method for -test.v option
2022-11-01 Russ Coxtesting: print names of running tests on test timeout
2022-10-28 Ian Lance Taylortesting: change Error to Errorf in comment
2022-10-26 Russ Coxtesting: fix many test2json inaccuracies
2022-09-29 Nobuki Fujiitesting: update description of Setenv
2022-09-28 Nobuki Fujiitesting: fail if T.Setenv is called via T.Run in a...
2022-09-28 Than McIntoshcmd/go: support new hybrid coverage instrumentation
2022-09-16 Russ Coxtesting: allow go test -run=^$ testing
2022-09-16 Russ Coxcmd/go, testing: add go test -skip flag
2022-08-30 cuiweixietesting: increment tempDirSeq non-atomically
2022-08-29 cuiweixietesting: convert common.hasSub to atomic type
2022-08-29 byarbroughtesting: explain using a _test package
2022-08-29 cuiweixietesting: convert numFailed to atomic type
2022-05-11 Keith RandallRevert "testing: document -race goroutine limits"
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-08 Daniel Martíall: consistently use US spelling of present participles
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-03 Bryan C. Millstesting: include ERROR_SHARING_VIOLATION in Windows...
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-04 Katie Hockmantesting: remove TODO and link to fuzz docs
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-14 Bryan C. Millstesting: retry spurious errors from RemoveAll for temp...
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-22 Bharath Kumar Uppalatesting: mention that TB also covers the new type F
2021-11-11 Katie Hockmanall: update terminology for fuzzing
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-25 Michael Pratttesting: skip extra -count iterations if there are...
2021-10-25 Austin Clementstesting: reference benchmark format spec
2021-10-19 Katie Hockmantesting: don't allow f.Log/Logf or f.Skipped inside...
2021-10-12 Jay Conrodtesting: don't create unique subtest names while fuzzing
2021-09-24 Jay Conrodtesting: address feedback for dev.fuzz merge
2021-09-21 Jay Conrodtesting, cmd/go: clarify documentation
2021-09-20 Jay Conrod[dev.fuzz] Merge remote-tracking branch 'origin/dev...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (b0fa2f5) into dev.fuzz
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-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
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-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
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-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
next