зеркало из https://github.com/mozilla/pjs.git
bug 514139 - e4x/Regress/regress-319872.js allow InternalError: script stack space quota is exhausted
This commit is contained in:
Родитель
22246f7c00
Коммит
fcb3208265
|
@ -41,7 +41,7 @@ gTestfile = 'regress-319872.js';
|
|||
var BUGNUMBER = 319872;
|
||||
var summary = 'Do not Crash in jsxml.c';
|
||||
var actual = 'No Crash';
|
||||
var expect = 'No Crash';
|
||||
var expect = /(No Crash|InternalError: script stack space quota is exhausted|InternalError: allocation size overflow)/;
|
||||
|
||||
printBugNumber(BUGNUMBER);
|
||||
START(summary);
|
||||
|
@ -71,8 +71,7 @@ try
|
|||
}
|
||||
catch(ex)
|
||||
{
|
||||
expect = 'InternalError: script stack space quota is exhausted';
|
||||
actual = ex + '';
|
||||
print(actual);
|
||||
}
|
||||
TEST(1, expect, actual);
|
||||
reportMatch(expect, actual, summary);
|
||||
|
|
Загрузка…
Ссылка в новой задаче