mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
bug 514139 - e4x/Regress/regress-319872.js allow InternalError: script stack space quota is exhausted
This commit is contained in:
parent
345f846273
commit
3241302b5f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user