tinygo/src/testing
Elliott Sales de Andrade 9cedd78d9c Add a shim for internal/fuzz
This simply shadows the real code temporarily to see what else is
broken. It only defines a single type to fix testing/internal/testdeps.
2022-04-09 09:16:37 +02:00
..
benchmark.go testing: --run now allows filtering of subtests 2022-01-17 21:54:20 +01: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 Add a shim for internal/fuzz 2022-04-09 09:16:37 +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 Add a shim for internal/fuzz 2022-04-09 09:16:37 +02:00
testing_go118.go Add a shim for internal/fuzz 2022-04-09 09:16:37 +02:00
testing_other.go Add a shim for internal/fuzz 2022-04-09 09:16:37 +02:00
testing_test.go os: testTempDir: now that we have os.ReadDir, bring back one use of it in a test 2022-02-24 12:35:40 -05:00