126 Commits (ef4f46f1d1550beb62324d750c496b2b4a7f76d0)

Author SHA1 Message Date
Ayke van Laethem 7e284a37fc ci: use Go 1.23 5 months ago
Ayke van Laethem 8b626e6ea7 compiler: add support for Go 1.23 range-over-func 3 months ago
Ayke van Laethem f188eaf5f9 mips: add GOMIPS=softfloat support 3 months ago
Ayke van Laethem 2e76cd3687 builder: interpret linker error messages 4 months ago
Ayke van Laethem 725518f007 all: add linux/mipsle support 5 months ago
Ayke van Laethem 80269b98ba diagnostics: move diagnostic printing to a new package 4 months ago
Ayke van Laethem 8a357af3d8 all: add testing for compiler error messages 4 months ago
L. Pereira ac396708da
main_test: Diff expected and actual results when tests fail (#4288) 4 months ago
Damian Gryski 9cb263479c
wasi preview 2 support (#4027) 4 months ago
Ayke van Laethem f18c6e342f test: support GOOS/GOARCH pairs in the -target flag 4 months ago
Randy Reddig 055950421a all: change references of 'wasi' to 'wasip1'; test hygiene 8 months ago
Ayke van Laethem ad4d722f54 all: move -panic=trap support to the compiler/runtime 8 months ago
Ayke van Laethem 57f49af726 loader: make sure Go version is plumbed through 10 months ago
Ayke van Laethem 0ad15551c8
compiler: update golang.org/x/tools/go/ssa package 10 months ago
Ayke van Laethem a545f17d2e wasm: add support for GOOS=wasip1 1 year ago
Ayke van Laethem f791c821ff compiler: add min and max builtin support 1 year ago
Damian Gryski a2f95d6b87 main: stuff test runner options into their own struct 2 years ago
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