go/src/testing
Jonathan Amsterdam a82f69f60e log/slog: built-in handler constructors take options as a second arg
There is now one constructor function for each built-in handler, with
signature

    NewXXXHandler(io.Writer, *HandlerOptions) *XXXHandler

Fixes #59339.

Change-Id: Ia02183c5ce0dc15c64e33ad05fd69bca09df2d2d
Reviewed-on: https://go-review.googlesource.com/c/go/+/486415
Reviewed-by: Alan Donovan <adonovan@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
2023-05-04 18:32:54 +00:00
..
fstest all: add String for fs.{FileInfo,DirEntry} implementations 2023-05-04 16:27:35 +00:00
internal/testdeps
iotest
quick database/sql,testing/quick: use reflect.Value.SetZero 2023-04-04 07:16:34 +00:00
slogtest log/slog: built-in handler constructors take options as a second arg 2023-05-04 18:32:54 +00:00
allocs.go
allocs_test.go
benchmark.go
benchmark_test.go
cover.go
example.go std: fix various nilness findings 2023-04-20 01:07:29 +00:00
export_test.go
flag_test.go testing: quote -test.v=test2json output when logging it 2023-03-23 19:50:22 +00:00
fuzz.go all: fix typos in go file comments 2023-01-09 15:34:31 +00:00
helper_test.go
helperfuncs_test.go
match.go
match_test.go
newcover.go
panic_test.go testing: in TestRacyOutput, ensure that the Run calls complete before cleanup 2022-11-16 17:22:19 +00:00
run_example.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
run_example_wasm.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
sub_test.go testing: in TestRacyOutput, ensure that the Run calls complete before cleanup 2022-11-16 17:22:19 +00:00
testing.go cmd/dist: actually only compile tests with -compile-only 2023-04-25 19:49:28 +00:00
testing_other.go
testing_test.go testing: add Testing function 2023-03-13 21:58:46 +00:00
testing_windows.go