Revision: 13190
Author:   [email protected]
Date:     Tue Dec 11 02:33:04 2012
Log:      Disable GC stress for mjsunit/fast-prototype.

[email protected]
TEST=mjsunit/fast-prototype --gc-interval=500 --stress-compaction

Review URL: https://codereview.chromium.org/11534004
http://code.google.com/p/v8/source/detail?r=13190

Modified:
 /branches/bleeding_edge/test/mjsunit/fast-prototype.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/fast-prototype.js Fri Jun 15 04:53:09 2012 +++ /branches/bleeding_edge/test/mjsunit/fast-prototype.js Tue Dec 11 02:33:04 2012
@@ -27,6 +27,10 @@

 // Flags: --allow-natives-syntax

+// TODO(mstarzinger): This test does not succeed when GCs happen in
+// between prototype transitions, we disable GC stress for now.
+// Flags: --noincremental-marking
+
 // Check that objects that are used for prototypes are in the fast mode.

 function Super() {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to