mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
really fix testcase for bug 299209
This commit is contained in:
parent
a029bbe769
commit
86604680ee
@ -43,6 +43,12 @@ var expect = 'No Crash';
|
||||
printBugNumber (bug);
|
||||
printStatus (summary);
|
||||
|
||||
eval('for (a = 0; a <= 10000; a++) { try { function(){("");} } catch(e) {} }');
|
||||
try
|
||||
{
|
||||
eval('for (a = 0; a <= 10000; a++) { function(){("");} }');
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
}
|
||||
|
||||
reportCompare(expect, actual, summary);
|
||||
|
Loading…
x
Reference in New Issue
Block a user