Open
Description
Follow-ups to #2452:
- Running one test twice for different arches uses stale artifacts.
-- Publish directory doesn't include arch postfix. - XML output is useless (floods the console).
- XML output is not collected anywhere (probably fine as long as we're not using Helix).
- Larger tests fail to run when compiled in Debug.
-- This is a codegen issue. - Even larger tests will fail to reserve static memory in the linker.
- This will be fixed upstream: Automatic
INITIAL_MEMORY
for statically large modules emscripten-core/emscripten#20888.
- This will be fixed upstream: Automatic