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

Unified Diff: base/condition_variable_unittest.cc

Issue 269104: Mark some disabled tests as flaky to increase test coverage. (Closed)
Patch Set: fixes Created 11 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 | base/timer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/condition_variable_unittest.cc
diff --git a/base/condition_variable_unittest.cc b/base/condition_variable_unittest.cc
index 345d1419e87cb63194295a6dffdf4a11635dcef4..95756e0c96468031c8f5bc94b802ac002c5aa3a2 100644
--- a/base/condition_variable_unittest.cc
+++ b/base/condition_variable_unittest.cc
@@ -184,8 +184,8 @@ TEST_F(ConditionVariableTest, TimeoutTest) {
}
// Test serial task servicing, as well as two parallel task servicing methods.
-// TODO(maruel): http://crbug.com/10607
-TEST_F(ConditionVariableTest, DISABLED_MultiThreadConsumerTest) {
+// TODO(maruel): This test is flaky, see http://crbug.com/10607
+TEST_F(ConditionVariableTest, FLAKY_MultiThreadConsumerTest) {
const int kThreadCount = 10;
WorkQueue queue(kThreadCount); // Start the threads.
« no previous file with comments | « no previous file | base/timer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698