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

Unified Diff: base/task_scheduler/task_tracker_unittest.cc

Issue 2221063004: Make the SandboxSymbolizeHelper Singleton Leaky and Enable Impacted Test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add In Task Tracker Unit Test Enable Created 4 years, 4 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 | « base/debug/stack_trace_posix.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_scheduler/task_tracker_unittest.cc
diff --git a/base/task_scheduler/task_tracker_unittest.cc b/base/task_scheduler/task_tracker_unittest.cc
index bbfff4285687b59c2f46f38d138de707395c284f..fedb215669889f409018bfa0b2577cc4051ffb3e 100644
--- a/base/task_scheduler/task_tracker_unittest.cc
+++ b/base/task_scheduler/task_tracker_unittest.cc
@@ -382,13 +382,11 @@ TEST_P(TaskSchedulerTaskTrackerTest, SingletonAllowed) {
tracker.RunNextTaskInSequence(
CreateSequenceWithTask(std::move(task)).get());
} else {
-#if !defined(OS_LINUX) // http://crbug.com/634552
EXPECT_DCHECK_DEATH(
{
tracker.RunNextTaskInSequence(
CreateSequenceWithTask(std::move(task)).get());
});
-#endif // !defined(OS_LINUX)
}
}
« no previous file with comments | « base/debug/stack_trace_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698