Bug 1963159 - Disable bug1940716.js on mac/arm64 as it fails when we upgrade os/hardware. r=jandem

Differential Revision: https://phabricator.services.mozilla.com/D246983
This commit is contained in:
Joel Maher
2025-04-29 13:26:40 +00:00
parent d41ba31604
commit f22d7767a0

View File

@@ -1,4 +1,4 @@
// |jit-test| --disable-main-thread-denormals; skip-if: !getBuildConfiguration("can-disable-main-thread-denormals") || !wasmIsSupported();
// |jit-test| --disable-main-thread-denormals; skip-if: !getBuildConfiguration("can-disable-main-thread-denormals") || !wasmIsSupported() || (getBuildConfiguration("osx") && getBuildConfiguration("arm64"));
function a(b) {
c = new WebAssembly.Module(b);