Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: test/mjsunit/regress/regress-crbug-119926.js

Issue 11028027: Revert trunk to bleeding_edge at r12484 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/regress/regress-cntl-descriptors-enum.js ('k') | test/mjsunit/regress/regress-crbug-146910.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-119926.js
diff --git a/test/mjsunit/regress/regress-crbug-119926.js b/test/mjsunit/regress/regress-crbug-119926.js
index 1ad250a2b83f46552584beef0c3d12521f0c921d..26b84fad7f809dbe164c1698c808a38868e74714 100644
--- a/test/mjsunit/regress/regress-crbug-119926.js
+++ b/test/mjsunit/regress/regress-crbug-119926.js
@@ -25,11 +25,9 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --gc-global
-
// Test that array elements don't break upon garbage collection.
var a = new Array(500);
-for (var i = 0; i < 100000; i++) {
+for (var i = 0; i < 500000; i++) {
a[i] = new Object();
}
« no previous file with comments | « test/mjsunit/regress/regress-cntl-descriptors-enum.js ('k') | test/mjsunit/regress/regress-crbug-146910.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698