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

Unified Diff: base/stats_table_unittest.cc

Issue 79010: Disable StatsTableTest.MultipleThreads since it is flaky under heavy load.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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: base/stats_table_unittest.cc
===================================================================
--- base/stats_table_unittest.cc (revision 13847)
+++ base/stats_table_unittest.cc (working copy)
@@ -108,7 +108,9 @@
}
// Create a few threads and have them poke on their counters.
+// TODO(maruel): http://crbug.com/10611
TEST_F(StatsTableTest, MultipleThreads) {
+#if !defined(OS_MAC)
// Create a stats table.
const std::string kTableName = "MultipleThreadStatTable";
const int kMaxThreads = 20;
@@ -161,6 +163,9 @@
EXPECT_EQ(0, table.CountThreadsRegistered());
DeleteShmem(kTableName);
+#else // !defined(OS_MAC)
+ NOT_IMPLEMENTED();
+#endif
}
const std::string kMPTableName = "MultipleProcessStatTable";
« 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