Commit 80e6662
authored
Fix strict.test_wasm_worker_futex_wait_pthreads. NFC (#26870)
This test was exiting without explicitly keeping the runtime alive.
The reason this was working for all other test modes but not for
`strict` is pretty subtle. Basically I came down to the `noExitRuntime`
symbols no been linked in the strict mode.
Fixes: #268661 parent eabff6e commit 80e6662
3 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
| 789 | + | |
789 | 790 | | |
790 | 791 | | |
791 | 792 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
0 commit comments