aboutsummaryrefslogtreecommitdiffhomepage
path: root/main_test.go
AgeCommit message (Expand)Author
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-08-04compiler: add min and max builtin supportAyke van Laethem
2023-03-31main: stuff test runner options into their own structDamian Gryski
2023-02-26ci: add AVR timers testAyke van Laethem
2023-01-15test: print package name when compilation failedAyke van Laethem
2022-11-25all: re-enable AVR testsAyke van Laethem
2022-11-25avr: add channel testAyke van Laethem
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-08-23runtime: add support for time.NewTimer and time.NewTickerKenneth Bell
2022-08-20src/testing: add support for -benchmemDamian Gryski
2022-08-20make interp timeout configurable from command lineDamian Gryski
2022-08-09Fix skip message for missing emulatorsElliott Sales de Andrade
2022-08-07all: update _test.go files for ioutil changesDamian Gryski
2022-06-19avr: add support for recover()Ayke van Laethem
2022-06-16compiler: implement recover() built-in functionAyke van Laethem
2022-06-11compiler: add support for type parameters (aka generics)Ayke van Laethem
2022-06-11fix: fixes tinygo test ./... syntax.José Carlos Chávez
2022-05-30all: add support for the embed packageAyke van Laethem
2022-05-18avr: enable testdata/map.goAyke van Laethem
2022-05-18avr: use compiler-rtAyke van Laethem
2022-05-18avr: get `go test -target=simavr` to workAyke van Laethem
2022-04-28testdata: move map growth test to map.goDamian Gryski
2022-04-28testdata: add test for mapgrowth logicDamian Gryski
2022-04-28all: make emulator command a string instead of a []stringAyke van Laethem
2022-04-20main: use shared code for both run and test subcommandsAyke van Laethem
2022-04-16main: unify how a given program runsAyke van Laethem
2022-04-06main_test.go: fork testdata/testing.go for go 1.18Dan Kegel
2022-04-05Revert "testdata: add test for mapgrowth logic"Ron Evans
2022-04-04testdata: add test for mapgrowth logicDamian Gryski
2022-02-07Fix cross-Linux setup on non-amd64 archesElliott Sales de Andrade
2022-01-17main: replace {root} for compiler tests tooDamian Gryski
2022-01-16main (test): skip AVR testsNia Waldvogel
2022-01-15testing: print durationDan Kegel
2022-01-14main (test): reorganize runTestWithConfigNia Waldvogel
2022-01-14compiler: work around AVR atomics bugsNia Waldvogel
2022-01-12testing: benchmarks: implement -benchtime flagDan Kegel
2022-01-09avr: use a stack size of 512 bytes for testingAyke van Laethem
2022-01-07src/testing: support -bench option to run benchmarks matching the given pattern.Dan Kegel
2022-01-03main (test): add tests to `tinygo test`Nia Waldvogel
2022-01-02avr: fix time.Sleep() in init codeAyke van Laethem
2022-01-01main (test): run tests on AVRNia
2021-12-30builder: refactor job runner and use a shared semaphore across build jobsNia Waldvogel
2021-12-30main (test): remove global build lockNia Waldvogel
2021-11-17wasm: support -scheduler=noneAyke van Laethem
2021-11-17ci: move all cross compilation tests to LinuxAyke van Laethem
2021-11-16all: add support for windows/amd64Ayke van Laethem
2021-11-15wasi: restore support for -scheduler=noneAyke van Laethem
2021-11-15all: add support for GOARMAyke van Laethem
2021-10-06main: use emulator exit code instead of parsing test outputAyke van Laethem
2021-10-04main: test other architectures by specifying a different GOARCHAyke van Laethem