aboutsummaryrefslogtreecommitdiffhomepage
path: root/main_test.go
AgeCommit message (Expand)Author
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
2021-04-09main: clean up testsAyke van Laethem
2021-03-28WASI & darwin: support basic file io based on libcTakeshi Yoneda
2021-02-24WASI & darwin: support env variables based on libcTakeshi Yoneda
2020-10-03add wasm-abi field in TargetSpec && set generic for WASI by default (#1421)Takeshi Yoneda
2020-10-02main: improve support for x86-32 and add testsAyke van Laethem
2020-09-29support WASI target (#1373)Takeshi Yoneda
2020-08-27arm: automatically determine stack sizesAyke van Laethem
2020-07-24main: add -target flag to testsAyke van Laethem
2020-05-27builder: move Go version code to goenv packageAyke van Laethem
2020-04-12wasm: backport "garbage collect references to JavaScript values"Ayke van Laethem
2020-04-03builder: run tools (clang, ...) as separate processesAyke van Laethem
2020-03-26riscv: implement VirtIO targetAyke van Laethem
2020-03-22main: extend test timeout from 1s to 10sAyke van Laethem
2020-03-16main: improve error reporting while running go testAyke van Laethem
2020-01-20wasm: don't skip the GC testAyke van Laethem
2020-01-20compileopts: fix CGo when cross compilingAyke van Laethem
2020-01-14main: fix race condition in testsAyke van Laethem
2019-12-28main: kill tests if they run too longAyke van Laethem
2019-12-21main: avoid leaving files openAyke van Laethem
2019-12-21run tests partially in parallelJaden Weiss
2019-12-07targets: rename qemu target to cortex-m-qemuAyke van Laethem
2019-11-11main: refactor compile/link part to a builder packageAyke van Laethem
2019-11-04make compiler test names clearerJaden Weiss
2019-11-04main: move compile options to compileopts packageAyke van Laethem
2019-11-04main: move target specification into a separate packageAyke van Laethem
2019-10-17all: add support for WindowsAyke van Laethem
2019-09-16fix bugs found by LLVM assertionsJaden Weiss
2019-04-30main: make tests more portableAyke van Laethem
2019-04-25test: print better error messages on compilation failureAyke van Laethem
2019-03-06main: only run WebAssembly tests on LinuxAyke van Laethem