-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update wasi-libc and fix out-of-date tests (#403)
This updates the `wasi-libc` submodule to point to `main` and also: - update tests/testcase.sh to use new wasm32-wasip2 target name - update various tests/**/*.expected files to match Wasmtime output Signed-off-by: Joel Dice <[email protected]>
- Loading branch information
Showing
6 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
Submodule wasi-libc
updated
40 files
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,6 @@ | ||
Error: failed to run main module `abort.c.---.wasm` | ||
|
||
Caused by: | ||
0: failed to invoke command default | ||
1: error while executing at wasm backtrace: | ||
2: wasm trap: wasm `unreachable` instruction executed |
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,6 @@ | ||
Error: failed to run main module `abort.c.---.wasm` | ||
|
||
Caused by: | ||
0: failed to invoke `run` function | ||
1: error while executing at wasm backtrace: | ||
2: wasm trap: wasm `unreachable` instruction executed |
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,7 @@ | ||
Assertion failed: false (assert-fail.c: main: 5) | ||
Error: failed to run main module `assert-fail.c.---.wasm` | ||
|
||
Caused by: | ||
0: failed to invoke `run` function | ||
1: error while executing at wasm backtrace: | ||
2: wasm trap: wasm `unreachable` instruction executed |
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,6 @@ | ||
raising SIGABRT... | ||
Program received fatal signal: Aborted | ||
Error: failed to run main module `sigabrt.c.---.wasm` | ||
|
||
Caused by: | ||
0: failed to invoke `run` function |
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