aboutsummaryrefslogtreecommitdiffhomepage
path: root/main_test.go
AgeCommit message (Expand)Author
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
2021-09-28build: normalize target triples to match ClangAyke van Laethem
2021-08-30compiler: add support for new language features of Go 1.17Ayke van Laethem
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-13testing: add support for the -test.v flagAyke van Laethem
2021-08-12baremetal,wasm: support command line params and environment variablesAyke van Laethem
2021-08-05wasm: add support for the crypto/rand packageAyke van Laethem
2021-07-15wasm: override dlmalloc heap implementation from wasi-libcAyke van Laethem
2021-05-26main: rename goroutine testsAyke van Laethem
2021-04-21runtime: implement command line arguments in hosted environmentsAyke van Laethem
2021-04-21runtime: implement environment variables for LinuxAyke van Laethem
2021-04-09main: implement -ldflags="-X ..."Ayke van Laethem
2021-04-09main: add tests for less common build configurationsAyke van Laethem