Reviewers: Jakob,
Description:
Disable ParserSync test in GC stress mode for now.
[email protected]
TEST=cctest/test-parsing/ParserSync
Please review this at https://codereview.chromium.org/14075017/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/cctest/test-parsing.cc
Index: test/cctest/test-parsing.cc
diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
index
c7331bdb91b33bb5af60316343331b629d7547f5..84432a0f6c38d901d5db5fee4a8ceb6596c729f0
100644
--- a/test/cctest/test-parsing.cc
+++ b/test/cctest/test-parsing.cc
@@ -1238,6 +1238,10 @@ TEST(ParserSync) {
NULL
};
+ // TODO(mstarzinger): Disabled in GC stress mode for now, we should find
the
+ // correct timeout for this an 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);
--
--
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.