99 Commits (1784bcd7282aa247aa7fd4a2d3478c920cecdbcf)

Author SHA1 Message Date
Ayke van Laethem 9af535bf98 avr: add support for recover() 2 years ago
Ayke van Laethem 8d6b210c09 compiler: implement recover() built-in function 3 years ago
Ayke van Laethem bb65c5ce2b compiler: add support for type parameters (aka generics) 2 years ago
José Carlos Chávez a07287d3c6 fix: fixes tinygo test ./... syntax. 2 years ago
Ayke van Laethem 87a4676137 all: add support for the embed package 3 years ago
Ayke van Laethem 995e815b63 avr: enable testdata/map.go 3 years ago
Ayke van Laethem 109b5298c4 avr: use compiler-rt 4 years ago
Ayke van Laethem a94e03eff2 avr: get `go test -target=simavr` to work 3 years ago
Damian Gryski a32cda7a4c testdata: move map growth test to map.go 3 years ago
Damian Gryski 050d516264 testdata: add test for mapgrowth logic 3 years ago
Ayke van Laethem bd56636d58 all: make emulator command a string instead of a []string 3 years ago
Ayke van Laethem 9160f3f16d main: use shared code for both run and test subcommands 3 years ago
Ayke van Laethem 85f5411d60 main: unify how a given program runs 3 years ago
Dan Kegel 0f9f316db2 main_test.go: fork testdata/testing.go for go 1.18 3 years ago
Ron Evans b8bf0ac3f1 Revert "testdata: add test for mapgrowth logic" 3 years ago
Damian Gryski 73571dd423 testdata: add test for mapgrowth logic 3 years ago
Elliott Sales de Andrade 010cc13e9e Fix cross-Linux setup on non-amd64 arches 3 years ago
Damian Gryski 233f5c6af2 main: replace {root} for compiler tests too 3 years ago
Nia Waldvogel 431e223803 main (test): skip AVR tests 3 years ago
Dan Kegel 0ed34e3cb0 testing: print duration 3 years ago
Nia Waldvogel a743580734 main (test): reorganize runTestWithConfig 3 years ago
Nia Waldvogel e2178ce682 compiler: work around AVR atomics bugs 3 years ago
Dan Kegel 21c76c0cb0 testing: benchmarks: implement -benchtime flag 3 years ago
Ayke van Laethem 32a7b8cc4e avr: use a stack size of 512 bytes for testing 3 years ago
Dan Kegel ee4e42ba1f src/testing: support -bench option to run benchmarks matching the given pattern. 3 years ago
Nia Waldvogel d86dd642b3 main (test): add tests to `tinygo test` 3 years ago
Ayke van Laethem fcd88356db avr: fix time.Sleep() in init code 3 years ago
Nia e536676a67
main (test): run tests on AVR 3 years ago
Nia Waldvogel e594dbc133 builder: refactor job runner and use a shared semaphore across build jobs 3 years ago
Nia Waldvogel bb08a25edc main (test): remove global build lock 3 years ago
Ayke van Laethem 51290e5842 wasm: support -scheduler=none 3 years ago
Ayke van Laethem 22c35c8e31 ci: move all cross compilation tests to Linux 3 years ago
Ayke van Laethem 869e917dc6 all: add support for windows/amd64 3 years ago
Ayke van Laethem 2f4f3bd1ba wasi: restore support for -scheduler=none 3 years ago
Ayke van Laethem 7cb44fb373 all: add support for GOARM 3 years ago
Ayke van Laethem 4d5ec6c57b main: use emulator exit code instead of parsing test output 3 years ago
Ayke van Laethem 0a80da46b1 main: test other architectures by specifying a different GOARCH 3 years ago
Ayke van Laethem bf9dab36f7 build: normalize target triples to match Clang 3 years ago
Ayke van Laethem 255f35671d compiler: add support for new language features of Go 1.17 3 years ago
Ayke van Laethem 59d53182bb all: use new testing features of Go 1.14 and 1.15 3 years ago
Ayke van Laethem 25c7bfd404 ci: drop support for Go 1.13 and 1.14 3 years ago
Ayke van Laethem 04f520040e testing: add support for the -test.v flag 3 years ago
Ayke van Laethem f57e9622fd baremetal,wasm: support command line params and environment variables 3 years ago
Ayke van Laethem 478c592b13 wasm: add support for the crypto/rand package 3 years ago
Ayke van Laethem b40703e986 wasm: override dlmalloc heap implementation from wasi-libc 3 years ago
Ayke van Laethem 6e1eb28ed0 main: rename goroutine tests 4 years ago
Ayke van Laethem 7b761fac78 runtime: implement command line arguments in hosted environments 4 years ago
Ayke van Laethem c47cdfa66f runtime: implement environment variables for Linux 4 years ago
Ayke van Laethem 33f76d1c2e main: implement -ldflags="-X ..." 4 years ago
Ayke van Laethem ea8f7ba1f9 main: add tests for less common build configurations 4 years ago