Loading js/src/jit-test/tests/basic/bug-1198090.js +1 −4 Original line number Diff line number Diff line // |jit-test| allow-oom if (!('oomAtAllocation' in this)) quit(); // |jit-test| allow-oom; skip-if: !('oomAtAllocation' in this) for (let a of [ null, function() {}, function() {}, null, function() {}, function() {}, Loading js/src/jit-test/tests/basic/bug-1271507-2.jsdeleted 100644 → 0 +0 −4 Original line number Diff line number Diff line // |jit-test| allow-oom // Adapted from randomly chosen testcase: js/src/jit-test/tests/debug/bug-1238610.js load(libdir + "../tests/basic/bug-1271507.js"); js/src/jit-test/tests/basic/bug-1271507.js +1 −4 Original line number Diff line number Diff line // |jit-test| allow-oom if (typeof oomAfterAllocations != "function") quit(); // |jit-test| allow-oom; skip-if: typeof oomAfterAllocations !== 'function' lfcode = new Array(); oomAfterAllocations(100); loadFile(file); Loading js/src/jit-test/tests/basic/bug1207863.js +1 −4 Original line number Diff line number Diff line // |jit-test| allow-oom; allow-unhandlable-oom if (!("oomAtAllocation" in this && "resetOOMFailure" in this)) quit(); // |jit-test| allow-oom; allow-unhandlable-oom; skip-if: !("oomAtAllocation" in this && "resetOOMFailure" in this) function oomTest(f) { var i = 1; Loading js/src/jit-test/tests/basic/bug1234414.js +1 −2 Original line number Diff line number Diff line if (!('oomTest' in this)) quit(); // |jit-test| skip-if: !('oomTest' in this) oomTest(() => { var max = 400; Loading Loading
js/src/jit-test/tests/basic/bug-1198090.js +1 −4 Original line number Diff line number Diff line // |jit-test| allow-oom if (!('oomAtAllocation' in this)) quit(); // |jit-test| allow-oom; skip-if: !('oomAtAllocation' in this) for (let a of [ null, function() {}, function() {}, null, function() {}, function() {}, Loading
js/src/jit-test/tests/basic/bug-1271507-2.jsdeleted 100644 → 0 +0 −4 Original line number Diff line number Diff line // |jit-test| allow-oom // Adapted from randomly chosen testcase: js/src/jit-test/tests/debug/bug-1238610.js load(libdir + "../tests/basic/bug-1271507.js");
js/src/jit-test/tests/basic/bug-1271507.js +1 −4 Original line number Diff line number Diff line // |jit-test| allow-oom if (typeof oomAfterAllocations != "function") quit(); // |jit-test| allow-oom; skip-if: typeof oomAfterAllocations !== 'function' lfcode = new Array(); oomAfterAllocations(100); loadFile(file); Loading
js/src/jit-test/tests/basic/bug1207863.js +1 −4 Original line number Diff line number Diff line // |jit-test| allow-oom; allow-unhandlable-oom if (!("oomAtAllocation" in this && "resetOOMFailure" in this)) quit(); // |jit-test| allow-oom; allow-unhandlable-oom; skip-if: !("oomAtAllocation" in this && "resetOOMFailure" in this) function oomTest(f) { var i = 1; Loading
js/src/jit-test/tests/basic/bug1234414.js +1 −2 Original line number Diff line number Diff line if (!('oomTest' in this)) quit(); // |jit-test| skip-if: !('oomTest' in this) oomTest(() => { var max = 400; Loading