Revision: 14376
Author: [email protected]
Date: Mon Apr 22 07:38:07 2013
Log: Disable ParserSync test in GC stress mode for now.
[email protected]
TEST=cctest/test-parsing/ParserSync
Review URL: https://codereview.chromium.org/14075017
http://code.google.com/p/v8/source/detail?r=14376
Modified:
/branches/bleeding_edge/test/cctest/test-parsing.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-parsing.cc Tue Apr 16 05:30:51
2013
+++ /branches/bleeding_edge/test/cctest/test-parsing.cc Mon Apr 22 07:38:07
2013
@@ -1238,6 +1238,10 @@
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);
--
--
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.