Reviewers: Hannes Payer,

Description:
Temporary workaround for GC stress builder.

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

Please review this at https://codereview.chromium.org/22987004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/cctest/test-debug.cc


Index: test/cctest/test-debug.cc
diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc
index 484eb8e3fb1aabef97521f31bbb3dc113e3fd0ac..4382c10d14f46ee218a806cb136524d3ad3da2cb 100644
--- a/test/cctest/test-debug.cc
+++ b/test/cctest/test-debug.cc
@@ -6643,6 +6643,11 @@ TEST(ScriptCollectedEventContext) {
   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