tinygo/src/testing
Fred Goya b734b3c7a1
Print PASS on pass when running standalone test binaries (#3229)
* Add test.batch flag so standalone tests print PASS on pass
* Add comment; use single-dash flag style to match usage elsewhere
* Don't add test.batch for wasmtime
* Skip test.batch unless emulator name is blank
* Remove test.batch flag; buffer test output and show only on verbose or failure
* Remove FAIL when all tests fail to match go test output
2022-10-19 09:46:43 +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 Print PASS on pass when running standalone test binaries (#3229) 2022-10-19 09:46:43 +02:00
testing_test.go all: update _test.go files for os.IsFoo changes 2022-08-07 10:32:23 +02:00