summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/wasm/unsupported/requires-armv7.js
blob: 88acfe502f43c23e92254ee81dd015f9b817725b (plain)
1
2
3
4
5
// |jit-test| skip-if: !getBuildConfiguration().arm; --arm-hwcap=vfp

// Wasm should be unavailable in this configuration: floating point without
// armv7, and armv7 is required for atomics and unaligned accesses.
assertEq(typeof WebAssembly, "undefined");