Disable ParserSync test in GC stress mode for now.

R=jkummerow@chromium.org
TEST=cctest/test-parsing/ParserSync

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14376 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 981af21d
......@@ -1238,6 +1238,10 @@ TEST(ParserSync) {
NULL
};
// TODO(mstarzinger): Disabled in GC stress mode for now, we should find the
// correct timeout for this and re-enable this test again.
if (i::FLAG_stress_compaction) return;
v8::HandleScope handles(v8::Isolate::GetCurrent());
v8::Persistent<v8::Context> context = v8::Context::New();
v8::Context::Scope context_scope(context);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment