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

Unified Diff: base/mac/libdispatch_task_runner_unittest.cc

Issue 11496009: Mark LibDispatchTaskRunnerTest.DispatchAndPostTasks as flaky (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/mac/libdispatch_task_runner_unittest.cc
diff --git a/base/mac/libdispatch_task_runner_unittest.cc b/base/mac/libdispatch_task_runner_unittest.cc
index e939e49ad234df077719153001265179ca3c0df3..6270e84a648923ac5d3fbe9c3a41045c88381e7e 100644
--- a/base/mac/libdispatch_task_runner_unittest.cc
+++ b/base/mac/libdispatch_task_runner_unittest.cc
@@ -126,7 +126,8 @@ TEST_F(LibDispatchTaskRunnerTest, NoMessageLoop) {
VerifyTaskOrder(expectations, arraysize(expectations));
}
-TEST_F(LibDispatchTaskRunnerTest, DispatchAndPostTasks) {
+// This test is flaky, see http://crbug.com/165117.
+TEST_F(LibDispatchTaskRunnerTest, FLAKY_DispatchAndPostTasks) {
dispatch_async(task_runner_->GetDispatchQueue(), ^{
TaskOrderMarker marker(this, "First Block");
task_runner_->PostTask(FROM_HERE,
« 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