tinygo/src/testing
2023-04-12 20:43:41 +02:00
..
benchmark.go testing: move runtime.GC() call to runN to match upstream 2023-04-11 12:16:25 +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 build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
is_not_baremetal.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
is_wasi_no_test.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
is_wasi_test.go build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
match.go testing: import new version of match.go 2023-03-31 19:17:02 -07:00
match_test.go testing: import new version of match.go 2023-03-31 19:17:02 -07:00
sub_test.go testing: --run now allows filtering of subtests 2022-01-17 21:54:20 +01:00
testing.go testing: add -test.shuffle to order randomize test and benchmark order 2023-04-12 20:43:41 +02:00
testing_test.go testing: implement t.Setenv 2023-01-15 11:48:05 +01:00