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

Unified Diff: base/condition_variable_unittest.cc

Issue 7671: Disable ConditionVariableTest.MultiThreadConsumerTest (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 12 years, 2 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: base/condition_variable_unittest.cc
===================================================================
--- base/condition_variable_unittest.cc (revision 3567)
+++ base/condition_variable_unittest.cc (working copy)
@@ -165,7 +165,8 @@
lock.Release();
}
-TEST_F(ConditionVariableTest, MultiThreadConsumerTest) {
+// This test is flaky due to excessive timing sensitivity.
+TEST_F(ConditionVariableTest, DISABLED_MultiThreadConsumerTest) {
const int kThreadCount = 10;
WorkQueue queue(kThreadCount); // Start the threads.
« 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