-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
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
multiple new test failures on ARMv7 32bit and x86 32bit #1481
Comments
And I'm getting the same set of failures on i686, so it seems all 32-bit arches are affected. |
Right, I was a bit aggressive enabling wasm2c signal handling. It's not possible to support on 32-bit architectures, so it really should be disabled there. |
I'm guessing you tried to fix this in #1483 but you misspelled the pragma keyword:
|
Ok, with the pragma fixed, I still get the following errors on both ARM and i686:
This one only on ARM:
And these only on x86:
|
Sorry about that. I think this change may fix those issues: #1488 |
When running 1.0.17 testsuite on ARMv7 32bit (Fedora 31), these tests fail:
Full failure log below:
This is in addition to the previously reported failure in test/wasm2c/spec/skip-stack-guard-page.txt.
The text was updated successfully, but these errors were encountered: