зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1351467 - Disable GC zeal in testGCGrayMarking r=sfink
This commit is contained in:
Родитель
ecf0fc98a2
Коммит
fc385646cd
|
@ -45,6 +45,9 @@ BEGIN_TEST(testGCGrayMarking)
|
|||
{
|
||||
AutoNoAnalysisForTest disableAnalysis;
|
||||
AutoDisableCompactingGC disableCompactingGC(cx);
|
||||
#ifdef JS_GC_ZEAL
|
||||
AutoLeaveZeal nozeal(cx);
|
||||
#endif /* JS_GC_ZEAL */
|
||||
|
||||
CHECK(InitGlobals());
|
||||
JSAutoCompartment ac(cx, global1);
|
||||
|
|
Загрузка…
Ссылка в новой задаче