Index: test/mjsunit/math-floor-part3.js |
diff --git a/test/mjsunit/math-floor-part3.js b/test/mjsunit/math-floor-part3.js |
index 6a536657ac9950b0ebbaccda42d927ce13552f82..4ce645ea0d2c9a8e3a2f7aa867b7e3100243be2a 100644 |
--- a/test/mjsunit/math-floor-part3.js |
+++ b/test/mjsunit/math-floor-part3.js |
@@ -111,6 +111,7 @@ function test() { |
// Test in a loop to cover the custom IC and GC-related issues. |
-for (var i = 0; i < 100; i++) { |
+for (var i = 0; i < 10; i++) { |
test(); |
+ new Array(i * 10000); |
} |