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() { |