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
TEST(DebugBreak) {
+ i::FLAG_stress_compaction = false;
#ifdef VERIFY_HEAP
i::FLAG_verify_heap = true;
#endif
// 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();