mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1136490 - Fix unreliable test code to not fail with OOM r=terrence
This commit is contained in:
parent
c9c10c5d39
commit
e471e2432c
@ -1,7 +1,7 @@
|
||||
try {
|
||||
gcparam("maxBytes", gcparam("gcBytes"));
|
||||
eval("\
|
||||
gczeal(2, 1);\
|
||||
newGlobal();\
|
||||
")
|
||||
} catch (e) {}
|
||||
// |jit-test| error: out of memory
|
||||
|
||||
gcparam("maxBytes", gcparam("gcBytes"));
|
||||
eval(`
|
||||
gczeal(2, 1);
|
||||
newGlobal();
|
||||
`);
|
||||
|
Loading…
Reference in New Issue
Block a user