109 Commits (d4bdd836bc75fb22f5df01f0e04b3fc1d1064066)

Author SHA1 Message Date
Ayke van Laethem 201592d93b ci: add AVR timers test 2 years ago
Ayke van Laethem 80077ef276 test: print package name when compilation failed 2 years ago
Ayke van Laethem 49007891c8 all: re-enable AVR tests 2 years ago
Ayke van Laethem 54aec042b7 avr: add channel test 2 years ago
Ayke van Laethem 4695da83b7 all: drop support for Go 1.16 and Go 1.17 2 years ago
Kenneth Bell 24b45555bd runtime: add support for time.NewTimer and time.NewTicker 2 years ago
Damian Gryski c4d99e5297 src/testing: add support for -benchmem 2 years ago
Damian Gryski 0b77e92c50 make interp timeout configurable from command line 2 years ago
Elliott Sales de Andrade e70dfa4dd6 Fix skip message for missing emulators 2 years ago
Damian Gryski f9ba99344a all: update _test.go files for ioutil changes 2 years ago
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