Revision: 17559
Author: [email protected]
Date: Thu Nov 7 12:20:45 2013 UTC
Log: Disable stress-gc for memento-related test.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/64003004
http://code.google.com/p/v8/source/detail?r=17559
Modified:
/branches/bleeding_edge/test/mjsunit/array-literal-feedback.js
/branches/bleeding_edge/test/mjsunit/fast-prototype.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/array-literal-feedback.js Thu Sep
19 09:48:50 2013 UTC
+++ /branches/bleeding_edge/test/mjsunit/array-literal-feedback.js Thu Nov
7 12:20:45 2013 UTC
@@ -35,6 +35,11 @@
// in this test case. Depending on whether smi-only arrays are actually
// enabled, this test takes the appropriate code path to check smi-only
arrays.
+// Reset the GC stress mode to be off. Needed because AllocationMementos
only
+// live for one gc, so a gc that happens in certain fragile areas of the
test
+// can break assumptions.
+%SetFlags("--gc-interval=-1")
+
// support_smi_only_arrays = %HasFastSmiElements(new
Array(1,2,3,4,5,6,7,8));
support_smi_only_arrays = true;
=======================================
--- /branches/bleeding_edge/test/mjsunit/fast-prototype.js Thu Sep 19
13:11:57 2013 UTC
+++ /branches/bleeding_edge/test/mjsunit/fast-prototype.js Thu Nov 7
12:20:45 2013 UTC
@@ -29,6 +29,8 @@
// TODO(mstarzinger): This test does not succeed when GCs happen in
// between prototype transitions, we disable GC stress for now.
+%SetFlags("--gc-interval=-1")
+
// Flags: --noincremental-marking
// Check that objects that are used for prototypes are in the fast mode.
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.