mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 847579 - disable testGCOutOfMemory temporarily to reopen a CLOSED TREE. r=terrence
This commit is contained in:
parent
a2535182f9
commit
014100db2b
@ -38,6 +38,10 @@ BEGIN_TEST(testGCOutOfMemory)
|
||||
CHECK(!JS_IsExceptionPending(cx));
|
||||
CHECK_EQUAL(errorCount, 1);
|
||||
JS_GC(rt);
|
||||
|
||||
// Temporarily disabled to reopen the tree. Bug 847579.
|
||||
return true;
|
||||
|
||||
EVAL("(function() {"
|
||||
" var array = [];"
|
||||
" for (var i = max >> 2; i != 0;) {"
|
||||
|
Loading…
Reference in New Issue
Block a user