Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1352)

Unified Diff: test/cctest/test-parsing.cc

Issue 14075017: Disable ParserSync test in GC stress mode for now. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
Jakob Kummerow 2013/04/22 14:32:05 nit: s/an/and/, trailing full stop.
Michael Starzinger 2013/04/22 14:37:22 Done.
+ 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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698