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:
parent
2957b2fdf8
commit
a32277c4ba
@ -4141,6 +4141,7 @@ TEST(StepWithException) {
|
||||
|
||||
|
||||
TEST(DebugBreak) {
|
||||
i::FLAG_stress_compaction = false;
|
||||
#ifdef VERIFY_HEAP
|
||||
i::FLAG_verify_heap = true;
|
||||
#endif
|
||||
@ -6614,6 +6615,7 @@ static void ScriptCollectedMessageHandler(const v8::Debug::Message& message) {
|
||||
// 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();
|
||||
|
Loading…
Reference in New Issue
Block a user