aboutsummaryrefslogtreecommitdiffhomepage
path: root/main_test.go
AgeCommit message (Expand)Author
2024-11-18ci: run at least some tests on older Go/LLVM versionsAyke van Laethem
2024-11-08wasm: correctly return from run() in wasm_exec.jsAyke van Laethem
2024-11-01test: show output even when a test binary didn't exit cleanlyAyke van Laethem
2024-11-01test: run TestWasmExportJS tests in parallelAyke van Laethem
2024-10-23runtime: add support for os/signalAyke van Laethem
2024-10-19wasm: add test for js.FuncOfAyke van Laethem
2024-10-18wasm: add //go:wasmexport support to js/wasmAyke van Laethem
2024-10-18main_test: refactor output comparison into separate functionAyke van Laethem
2024-10-04wasm: add `//go:wasmexport` support (#4451)Ayke
2024-10-02TestWebAssembly: use wasm-unknown for panic=trap testDamian Gryski
2024-09-05reflect: support big-endian systemsAyke van Laethem
2024-09-05interp: support big-endian targetsAyke van Laethem
2024-08-22mips: fix big-endian (GOARCH=mips) supportAyke van Laethem
2024-08-17ci: use Go 1.23Ayke van Laethem
2024-08-17compiler: add support for Go 1.23 range-over-funcAyke van Laethem
2024-08-12mips: add GOMIPS=softfloat supportAyke van Laethem
2024-08-11builder: interpret linker error messagesAyke van Laethem
2024-07-22all: add linux/mipsle supportAyke van Laethem
2024-07-20diagnostics: move diagnostic printing to a new packageAyke van Laethem
2024-07-13all: add testing for compiler error messagesAyke van Laethem
2024-07-08main_test: Diff expected and actual results when tests fail (#4288)L. Pereira
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-06-28test: support GOOS/GOARCH pairs in the -target flagAyke van Laethem
2024-03-27all: change references of 'wasi' to 'wasip1'; test hygieneRandy Reddig
2024-03-19all: move -panic=trap support to the compiler/runtimeAyke van Laethem
2024-01-19loader: make sure Go version is plumbed throughAyke van Laethem
2024-01-18compiler: update golang.org/x/tools/go/ssa packageAyke van Laethem
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