Bug 1910996 - [wasm-jspi] Re-enable ARM7 tests. r=rhunt

The issue was addressed in bug 1898031

Differential Revision: https://phabricator.services.mozilla.com/D224136
This commit is contained in:
Yury Delendik 2024-10-09 02:45:08 +00:00
parent 0d2086383e
commit 40797fc9bf
2 changed files with 1 additions and 4 deletions

View File

@ -235,8 +235,7 @@ test(t => {
// TODO: Test suspension with funcref.
const androidForArm = getBuildConfiguration("android") && getBuildConfiguration("arm");
!androidForArm && test(t => {
test(t => {
// The call stack of this test looks like:
// export1 -> import1 -> export2 -> import2
// Where export1 is "promising" and import2 is "suspending". Returning a

View File

@ -1,5 +1,3 @@
// |jit-test| skip-if: getBuildConfiguration("android") && getBuildConfiguration("arm")
// Old version of JS promise integration API
// Modified https://github.com/WebAssembly/js-promise-integration/tree/main/test/js-api/js-promise-integration