Reviewers: Yang,
Description:
Disable GC stress for mjsunit/fast-prototype.
[email protected]
TEST=mjsunit/fast-prototype --gc-interval=500 --stress-compaction
Please review this at https://codereview.chromium.org/11534004/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/mjsunit/fast-prototype.js
Index: test/mjsunit/fast-prototype.js
diff --git a/test/mjsunit/fast-prototype.js b/test/mjsunit/fast-prototype.js
index
7fd73a4e1221a4cf4b6bc95ed6e5099d90bacd06..83bcffe44fa5c15945691ba6f23236a98c443b6d
100644
--- a/test/mjsunit/fast-prototype.js
+++ b/test/mjsunit/fast-prototype.js
@@ -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