Turn off stress compaction for break point tests.

BUG=
R=mstarzinger@chromium.org

Review URL: https://codereview.chromium.org/17880005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15364 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
hpayer@chromium.org 2013-06-27 15:19:04 +00:00
parent 2957b2fdf8
commit a32277c4ba

View File

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