mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 959155 - Jit-test basic\bug698584.js fails on Windows test machines; r=terrence
This commit is contained in:
parent
5899cbf443
commit
f3deea56d0
@ -15,7 +15,8 @@ try
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
assertEq(""+e, "InternalError: allocation size overflow");
|
||||
assertEq(""+e === "InternalError: allocation size overflow" ||
|
||||
""+e === "out of memory", true);
|
||||
}
|
||||
|
||||
/* Don't crash */
|
||||
|
Loading…
Reference in New Issue
Block a user