Skip to content

Commit fb0aaa0

Browse files
committed
remove arch branch
1 parent dfda391 commit fb0aaa0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/wpt/test-wasm-jsapi.mjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,5 @@ if (supportsSimd) {
1818
const runner = new WPTRunner('wasm/jsapi');
1919
runner.setFlags(['--experimental-wasm-modules']);
2020

21-
// v128 SIMD globals are broken on s390x due to a V8 big-endian bug.
22-
if (process.arch === 's390x') {
23-
for (const spec of runner.specs) {
24-
if (spec.filename === 'esm-integration/mutable-global-sharing.tentative.any.js') {
25-
spec.skipReasons.push('v128 SIMD globals broken on s390x due to V8 big-endian bug');
26-
}
27-
}
28-
}
29-
3021
runner.runJsTests();
3122
}

0 commit comments

Comments
 (0)