-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EH] Add more manual tests for new Wasm EH (#21913)
The testing mode for the new Wasm EH (exnref) was added in `with_all_eh_sjlj` and `with_all_sjlj` in #21906. But this adds the new Wasm EH test mode for more tests that are not covered by those decorators.
- Loading branch information
Showing
8 changed files
with
65 additions
and
9 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
test/other/metadce/test_metadce_cxx_except_wasm_exnref.exports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
__indirect_function_table | ||
__trap | ||
__wasm_call_ctors | ||
_emscripten_stack_alloc | ||
dynCall_iiiiiijj | ||
dynCall_iiiiij | ||
dynCall_iiiiijj | ||
dynCall_jiji | ||
dynCall_viijii | ||
main | ||
memory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9807 |
10 changes: 10 additions & 0 deletions
10
test/other/metadce/test_metadce_cxx_except_wasm_exnref.imports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
env._abort_js | ||
env._emscripten_memcpy_js | ||
env.emscripten_resize_heap | ||
env.strftime_l | ||
wasi_snapshot_preview1.environ_get | ||
wasi_snapshot_preview1.environ_sizes_get | ||
wasi_snapshot_preview1.fd_close | ||
wasi_snapshot_preview1.fd_read | ||
wasi_snapshot_preview1.fd_seek | ||
wasi_snapshot_preview1.fd_write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
24140 |
10 changes: 10 additions & 0 deletions
10
test/other/metadce/test_metadce_cxx_except_wasm_exnref.sent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
_abort_js | ||
_emscripten_memcpy_js | ||
emscripten_resize_heap | ||
environ_get | ||
environ_sizes_get | ||
fd_close | ||
fd_read | ||
fd_seek | ||
fd_write | ||
strftime_l |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
141975 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters