diff options
Diffstat (limited to '')
-rw-r--r-- | js/src/jit-test/tests/self-hosting/oom-delazify.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/self-hosting/oom-delazify.js b/js/src/jit-test/tests/self-hosting/oom-delazify.js new file mode 100644 index 0000000000..2c9bfc71e9 --- /dev/null +++ b/js/src/jit-test/tests/self-hosting/oom-delazify.js @@ -0,0 +1,5 @@ +// |jit-test| --no-blinterp; skip-if: !('oomTest' in this) + +// Disable the JITs to make oomTest more reliable + +oomTest(() => Object.bind()) |