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:
@@ -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) {
|
function a(b) {
|
||||||
c = new WebAssembly.Module(b);
|
c = new WebAssembly.Module(b);
|
||||||
|
|||||||
Reference in New Issue
Block a user