mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1165966 - Add test cases r=terrence
This commit is contained in:
parent
4350f05b2b
commit
01b743a06b
6
js/src/jit-test/tests/gc/bug-1165966.js
Normal file
6
js/src/jit-test/tests/gc/bug-1165966.js
Normal file
@ -0,0 +1,6 @@
|
||||
// |jit-test| --no-ggc; allow-unhandlable-oom
|
||||
load(libdir + 'oomTest.js');
|
||||
var g = newGlobal();
|
||||
oomTest(function() {
|
||||
Debugger(g);
|
||||
});
|
Loading…
Reference in New Issue
Block a user