Bug 928140 - Disable spread-call-recursion test in GGC builds on a CLOSED TREE; r=bustage

This commit is contained in:
Terrence Cole 2013-10-17 15:16:53 -07:00
parent a726e4df64
commit a3fbc4c743

View File

@ -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);
}