Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-18 | avr: get `go test -target=simavr` to work | Ayke van Laethem | |
This patch changes two things: 1. It changes the default stack size. Without this change, the goroutine.go test doesn't pass (apparently there's some memory corruption). 2. It moves the excluded tests so that they are skipped with a regular `-target=simavr`, not just when running all tests (without `-target`). | |||
2022-01-09 | avr: use a stack size of 512 bytes for testing | Ayke van Laethem | |
The goroutine tests are failing with the default 256 byte stack size. |