Revision: 16850
Author: [email protected]
Date: Fri Sep 20 07:26:11 2013 UTC
Log: Turn off GcStress for another mjsunit test that asserts heavily
on array
ElementsKind.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/23983041
http://code.google.com/p/v8/source/detail?r=16850
Modified:
/branches/bleeding_edge/test/mjsunit/osr-elements-kind.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/osr-elements-kind.js Fri Jul 19
08:25:44 2013 UTC
+++ /branches/bleeding_edge/test/mjsunit/osr-elements-kind.js Fri Sep 20
07:26:11 2013 UTC
@@ -40,6 +40,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));
if (support_smi_only_arrays) {
--
--
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.