aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
AgeCommit message (Expand)Author
2022-11-21Fix panic when size 0 passed to mallocAnuraag Agrawal
2022-09-15wasm,wasi: make sure buffers returned by malloc are not freed until f… (#3148)Anuraag Agrawal
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-07-05tests/runtime: add benchmarks for runtime memhashDamian Gryski
2022-06-11smoketest: add regression test for 'tinygo test ./...', see #2892Dan Kegel
2022-02-24test: Add text/template smoke testKyle Conroy
2022-01-21os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test.Dan Kegel
2022-01-18wasmtest: fix resource cleanup and add loggingNia Waldvogel
2022-01-03main (test): add tests to `tinygo test`Nia Waldvogel
2021-11-21tests: improve wasm tests slightlyAyke van Laethem
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-08-16all: use new testing features of Go 1.14 and 1.15Ayke van Laethem
2021-08-16ci: drop support for Go 1.13 and 1.14Ayke van Laethem
2021-08-12testing: test testing package using `tinygo test`Ayke van Laethem
2021-08-06src/testing/benchmark.go: add subset implementation of BenchmarkDan Kegel
2021-01-25Use httptest to serve wasm test files.Elliott Sales de Andrade
2021-01-24Update to current chromedp.Elliott Sales de Andrade
2020-05-27added test for wasm log outputBrad Peabody
2020-05-23wasm test suite (#1116)Brad Peabody
2019-08-13Add common test logging methods such as Errorf/Fatalf/PrintfBrad Erickson
2019-08-11testing: Add Benchmark B struct stubBrad Erickson
2019-06-18Add test command to tinygo (#243)Carolyn Van Slyck