tinygo/src/testing
2022-08-30 12:38:06 +02:00
..
benchmark.go src/testing: add support for -benchmem 2022-08-20 11:41:20 +02:00
benchmark_test.go testing: support b.SetBytes(); implement sub-benchmarks. 2022-01-11 11:53:24 +01:00
doc.go Add test command to tinygo (#243) 2019-06-18 12:23:59 +02:00
fuzz.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
is_baremetal.go On baremetal platforms, use simpler test matcher. Fixes #2666. 2022-03-15 05:59:00 +01:00
is_not_baremetal.go On baremetal platforms, use simpler test matcher. Fixes #2666. 2022-03-15 05:59:00 +01:00
is_wasi_no_test.go testing: implement testing.TempDir 2022-02-24 12:35:40 -05:00
is_wasi_test.go testing: implement testing.TempDir 2022-02-24 12:35:40 -05:00
match.go On baremetal platforms, use simpler test matcher. Fixes #2666. 2022-03-15 05:59:00 +01:00
match_test.go testing: benchmarks: -bench: allow filtering subbenchmarks 2022-01-12 21:49:27 +01:00
sub_test.go testing: --run now allows filtering of subtests 2022-01-17 21:54:20 +01:00
testing.go all: drop support for Go 1.16 and Go 1.17 2022-08-30 12:38:06 +02:00
testing_test.go all: update _test.go files for os.IsFoo changes 2022-08-07 10:32:23 +02:00