mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
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:
parent
0d2086383e
commit
40797fc9bf
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user