Uh oh!
There was an error while loading. Please reload this page.
[wasm][debugger] Run debugger test in codespace - #64746
Conversation
ghost
commented
Feb 3, 2022
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
fanyang-mono
commented
Feb 3, 2022
The change to the Dockerfile looks good to me. I wonder if you change to the test harness startup file triggered the failures on CI. |
Uh oh!
There was an error while loading. Please reload this page.
radical
commented
Feb 3, 2022
Some of these failures were due to missing helix queues, which is fixed on main. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lewing
left a comment
There was a problem hiding this comment.
Should we print out a diagnostic message saying we've disabled sandboxes?
eerhardt
left a comment
There was a problem hiding this comment.
This approach looks good to me.
Enables running debugger tests with no additional package installations.
Running a sample debugger test:
Changes in this PR:
Recommendation:
use at least 8 core VM. For smaller sizes you can encounter an error:
Less than 64MB of free space in temporary directory for shared memory files.Test that always fail in codespace on main (different than typically):
Possible workaround if --no-sanbox was in some point inconvenient -> adding to devcontainer.json:
in this solution bigger VM is also needed because of threads' crashes:
unless we use the VM with 16 core or 8 core.