aboutsummaryrefslogtreecommitdiffhomepage
path: root/main_test.go
AgeCommit message (Expand)Author
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
2019-03-04test: add WebAssembly testsAyke van Laethem
2019-03-01arm: switch to hardfloat ABI for LinuxAyke van Laethem
2019-02-19all: add macOS supportAyke van Laethem
2019-02-19all: remove init interpretation during IR constructionAyke van Laethem
2019-02-07compiler: add syscalls for 64-bit armAyke van Laethem
2019-02-07compiler: add syscalls for 32-bit armAyke van Laethem
2019-02-05test: add -short flag that only tests on the hostAyke van Laethem
2019-02-05test: check for errors when globbing test packagesAyke van Laethem
2018-12-10main: add support for testing complete packages, not just .go filesAyke van Laethem
2018-11-28arm: set default GC to marksweepAyke van Laethem
2018-11-18runtime: implement a simple mark/sweep garbage collectorAyke van Laethem
2018-11-16main: enable -initinterp by defaultAyke van Laethem
2018-11-04interp: add new compile-time package initialization interpreterAyke van Laethem
2018-10-24main: refactor build option passingAyke van Laethem
2018-10-10main: add -opt= flag for the optimization levelAyke van Laethem
2018-10-08main, travis: add qemu to run tests inAyke van Laethem
2018-09-25main: add -no-debug flag to avoid DWARF debug infoAyke van Laethem
2018-09-25main_test: fix error logging of testAyke van Laethem
2018-09-24main: add testsAyke van Laethem