Commit 22758b8
authored
Fix test_embind_tsgen_memory64_pthread (#26017)
I noticed this test was failing locally. This test was being skipped in
CI because the `other` runner skips all wasm64 tests and the the
`wasm64` runner it only runs `other.*_wasm64` tests.
The `_emscripten_thread_mailbox_await` function unconditionally depends
on `waitAsyncPolyfilled` to the symbol needs to at least always exist.1 parent dfa6966 commit 22758b8
File tree
4 files changed
+7
-5
lines changed- src/lib
- test
- other
4 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3663 | 3663 | | |
3664 | 3664 | | |
3665 | 3665 | | |
3666 | | - | |
3667 | | - | |
3668 | | - | |
3669 | | - | |
| 3666 | + | |
| 3667 | + | |
| 3668 | + | |
| 3669 | + | |
3670 | 3670 | | |
3671 | 3671 | | |
3672 | | - | |
| 3672 | + | |
3673 | 3673 | | |
3674 | 3674 | | |
3675 | 3675 | | |
| |||
0 commit comments