Index: test/mjsunit/fast-prototype.js |
diff --git a/test/mjsunit/fast-prototype.js b/test/mjsunit/fast-prototype.js |
index d700c3c3cce45e4245a477b364b4cf1a98f009d9..a86b0ea0b2a8050fbeb525cb1ad4fd0e687c54fa 100644 |
--- a/test/mjsunit/fast-prototype.js |
+++ b/test/mjsunit/fast-prototype.js |
@@ -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. |