Bug 1201057 - Update shell args for OOM tests now we don't have to worry about unhandlable OOMs r=terrence

This commit is contained in:
Jon Coppeard 2015-09-21 14:31:51 +01:00
parent d908d1947f
commit 3498ab89cc
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
// |jit-test| --no-ggc; allow-unhandlable-oom; --no-ion
// |jit-test| --no-threads; --no-ion
load(libdir + 'oomTest.js');
var g = newGlobal();
oomTest(function() {

View File

@ -1,3 +1,3 @@
// |jit-test| --no-ggc; allow-unhandlable-oom
// |jit-test| --no-threads; allow-unhandlable-oom
load(libdir + 'oomTest.js');
oomTest((function(x) { assertEq(x + y + ex, 25); }));

View File

@ -1,4 +1,4 @@
// |jit-test| --no-ggc; allow-unhandlable-oom
// |jit-test| --no-threads
load(libdir + 'oomTest.js');
var g = newGlobal();

View File

@ -1,4 +1,4 @@
// |jit-test| --no-ggc; allow-unhandlable-oom; --no-threads
// |jit-test| --no-threads
load(libdir + 'oomTest.js');
oomTest(() => getBacktrace({args: true, locals: true, thisprops: true}));

View File

@ -1,4 +1,4 @@
// |jit-test| --no-ggc; allow-unhandlable-oom
// |jit-test| --no-threads
load(libdir + 'oomTest.js');
oomTest(newGlobal);

View File

@ -1,4 +1,4 @@
// |jit-test| --no-ggc; allow-unhandlable-oom
// |jit-test| --no-threads
load(libdir + 'oomTest.js');
oomTest(() => eval("function f() {}"));

View File

@ -1,4 +1,4 @@
// |jit-test| --no-ggc; allow-unhandlable-oom; --no-threads
// |jit-test| --no-threads
load(libdir + 'oomTest.js');
oomTest(function () {