mirror of https://github.com/WebAssembly/wasi-sdk
* Update some expected error messages and remove some files with duplicate error messages that are no longer needed. * Remove undefined behavior in `stat.c` where padding bytes were being compared.pull/422/head
parent
22cd38fffa
commit
f0f64bd0a0
@ -1,6 +1,7 @@
|
|||||||
Error: failed to run main module `abort.c.---.wasm`
|
Error: failed to run main module `abort.c.---.wasm`
|
||||||
|
|
||||||
Caused by:
|
Caused by:
|
||||||
0: failed to invoke command default
|
0: failed to invoke ---
|
||||||
1: error while executing at wasm backtrace:
|
1: error while executing at wasm backtrace:
|
||||||
|
note: using the `WASMTIME_BACKTRACE_DETAILS=1` environment variable may show more debugging information
|
||||||
2: wasm trap: wasm `unreachable` instruction executed
|
2: wasm trap: wasm `unreachable` instruction executed
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
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
|
|
@ -1,6 +0,0 @@
|
|||||||
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
|
|
@ -1,6 +0,0 @@
|
|||||||
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
|
|
@ -1,7 +0,0 @@
|
|||||||
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
|
|
@ -1,7 +0,0 @@
|
|||||||
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
|
|
Loading…
Reference in new issue