mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 928140 - Disable spread-call-recursion test in GGC builds on a CLOSED TREE; r=bustage
This commit is contained in:
parent
3a16c8fdbb
commit
297173c62d
@ -1,3 +1,4 @@
|
||||
if (!getBuildConfiguration()['generational-gc']) {
|
||||
let a = [];
|
||||
a.length = 30;
|
||||
|
||||
@ -16,3 +17,4 @@ let h = function() new h(...a) + 1;
|
||||
check(f);
|
||||
check(g);
|
||||
check(h);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user