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

Unified Diff: base/stats_table_unittest.cc

Issue 2022003: Disable StatsTableTest.MultipleThreads (Closed)
Patch Set: Created 10 years, 7 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
diff --git a/base/stats_table_unittest.cc b/base/stats_table_unittest.cc
index 079335121d0e9224b909786c2a61ec0ca769bdad..f8fda0bc997ab330102b3082e6dc1c3802ffc049 100644
--- a/base/stats_table_unittest.cc
+++ b/base/stats_table_unittest.cc
@@ -108,10 +108,8 @@ void StatsTableThread::Run() {
}
// Create a few threads and have them poke on their counters.
-// Currently disabled. See bug report below:
-// TODO(maruel): http://crbug.com/10611
-TEST_F(StatsTableTest, MultipleThreads) {
-#if 0
+// Disabled, http://crbug.com/10611.
+TEST_F(StatsTableTest, DISABLED_MultipleThreads) {
// Create a stats table.
const std::string kTableName = "MultipleThreadStatTable";
const int kMaxThreads = 20;
@@ -164,7 +162,6 @@ TEST_F(StatsTableTest, MultipleThreads) {
EXPECT_EQ(0, table.CountThreadsRegistered());
DeleteShmem(kTableName);
-#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