зеркало из https://github.com/mozilla/gecko-dev.git
JavaScript Tests - regression test for bug 369404 must call jsTestDriverEnd() after reportCompare(), not part of the build
This commit is contained in:
Родитель
6dd7c7585e
Коммит
04c40cc688
|
@ -76,6 +76,6 @@ function test()
|
|||
function crash()
|
||||
{
|
||||
gDelayTestDriverEnd = false;
|
||||
jsTestDriverEnd();
|
||||
reportCompare(expect, actual, summary);
|
||||
jsTestDriverEnd();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче