Bug 847579 - disable testGCOutOfMemory temporarily to reopen a CLOSED TREE. r=terrence

This commit is contained in:
Steve Fink 2013-03-04 14:53:49 -08:00
Родитель a2535182f9
Коммит 014100db2b
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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;) {"