We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test/regress/wasm2c-ehv3-setjmp-volatile.txt expected error code 0, got 250. STDERR MISMATCH: --- expected +++ actual @@ -0,0 +1 @@ +sigaltstack failed: Invalid argument
test/wasm2c/spec/exception-handling/throw.txt expected error code 0, got 250. STDERR MISMATCH: --- expected +++ actual @@ -0,0 +1 @@ +sigaltstack failed: Invalid argument
[+1864|-2|%100] (103.63s) test/wasm2c/spec/simd_const.txt **** FAILED ******************************************************************
The text was updated successfully, but these errors were encountered:
what are you running this on?
Sorry, something went wrong.
Apple M3 Max - Latest MacOS Beta
hmm...
that's strange, we can't see any reason these two tests should be singled out like this.
No branches or pull requests
test/regress/wasm2c-ehv3-setjmp-volatile.txt
expected error code 0, got 250.
STDERR MISMATCH:
--- expected
+++ actual
@@ -0,0 +1 @@
+sigaltstack failed: Invalid argument
test/wasm2c/spec/exception-handling/throw.txt
expected error code 0, got 250.
STDERR MISMATCH:
--- expected
+++ actual
@@ -0,0 +1 @@
+sigaltstack failed: Invalid argument
[+1864|-2|%100] (103.63s) test/wasm2c/spec/simd_const.txt
**** FAILED ******************************************************************
/usr/local/bin/python3 /wabt/test/run-spec-wasm2c.py out/test/regress/wasm2c-ehv3-setjmp-volatile.txt --bindir=/wabt/bin --no-error-cmdline -o out/test/regress/wasm2c-ehv3-setjmp-volatile --enable-exceptions
/usr/local/bin/python3 /wabt/test/run-spec-wasm2c.py out/test/wasm2c/spec/exception-handling/throw.wast --bindir=/wabt/bin --no-error-cmdline -o out/test/wasm2c/spec/exception-handling/throw --enable-exceptions
The text was updated successfully, but these errors were encountered: