Skip to content

Setup automated tests with QEMU#72

Merged
jonnor merged 18 commits intomasterfrom
qemu
May 3, 2026
Merged

Setup automated tests with QEMU#72
jonnor merged 18 commits intomasterfrom
qemu

Conversation

@jonnor
Copy link
Copy Markdown
Contributor

@jonnor jonnor commented May 3, 2026

Fixes #52

jonnor added 7 commits May 3, 2026 11:16
Currently can start tests, though some of them are hanging
Can be used by test running script to detect done
And remove useless remote mount handling
No reason to use exec...
jonnor added 7 commits May 3, 2026 19:23
On QEMU, when reading in one huge chunk, it would hang forever
Now we usually get a allocation error instead, which is preferrable
Default is just around 140 kB, which is too small for training
No need for 1000 iterations
Scales with number of samples and dimensions, quite large
jonnor added 4 commits May 3, 2026 19:33
Is neccesary for the QEMU sim test
Helps to debug if modules are missing etc
Otherwise get problem that bad .o files are picked up for .mpy modules,
when running multiple make dist steps in a row (like in CI)
@jonnor jonnor merged commit c2a5196 into master May 3, 2026
18 checks passed
@jonnor jonnor deleted the qemu branch May 3, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run tests in QEMU

1 participant