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

Unified Diff: base/idletimer_unittest.cc

Issue 8632: Disable flaky test IdleTimerTest.RepeatIdleReset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 12 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/idletimer_unittest.cc
===================================================================
--- base/idletimer_unittest.cc (revision 4023)
+++ base/idletimer_unittest.cc (working copy)
@@ -173,7 +173,8 @@
EXPECT_LE(test_task.get_idle_counter(), 10);
}
-TEST_F(IdleTimerTest, RepeatIdleReset) {
+// TODO(darin): http://code.google.com/p/chromium/issues/detail?id=3780
+TEST_F(IdleTimerTest, DISABLED_RepeatIdleReset) {
// Create an IdleTimer, which should fire repeatedly after 100ms.
// Create a Quit timer which will fire after 1s.
// Create a reset timer, which fires after 550ms
« 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