Revision: 16216
Author:   [email protected]
Date:     Mon Aug 19 11:10:08 2013 UTC
Log:      Temporary workaround for GC stress builder.

[email protected], [email protected]
TEST=cctest/test-debug/ScriptCollectedEventContext --gc-interval=500

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

Modified:
 /branches/bleeding_edge/test/cctest/test-debug.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-debug.cc Wed Jul 31 07:51:46 2013 UTC +++ /branches/bleeding_edge/test/cctest/test-debug.cc Mon Aug 19 11:10:08 2013 UTC
@@ -6643,6 +6643,11 @@
   script_collected_message_count = 0;
   v8::HandleScope scope(isolate);

+  // TODO(mstarzinger): This test relies explicit GCs being the only
+  // ones triggered. Remove this temporary workaround once we skip
+  // running cctests on the GC stress builder.
+  i::FLAG_gc_interval = -1;
+
   v8::Persistent<v8::Context> context;
   {
     v8::HandleScope scope(isolate);

--
--
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.

Reply via email to