Revision: 15364
Author:   [email protected]
Date:     Thu Jun 27 08:19:04 2013
Log:      Turn off stress compaction for break point tests.

BUG=
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/test/cctest/test-debug.cc Tue Jun 25 04:16:13 2013 +++ /branches/bleeding_edge/test/cctest/test-debug.cc Thu Jun 27 08:19:04 2013
@@ -4141,6 +4141,7 @@


 TEST(DebugBreak) {
+  i::FLAG_stress_compaction = false;
 #ifdef VERIFY_HEAP
   i::FLAG_verify_heap = true;
 #endif
@@ -6614,6 +6615,7 @@
 // Test that GetEventContext doesn't fail and return empty handle for
 // ScriptCollected events.
 TEST(ScriptCollectedEventContext) {
+  i::FLAG_stress_compaction = false;
   v8::Isolate* isolate = v8::Isolate::GetCurrent();
   v8::internal::Debug* debug =
       reinterpret_cast<v8::internal::Isolate*>(isolate)->debug();

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