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

Unified Diff: base/idletimer_unittest.cc

Issue 9264: Undisable the now not-flaky unittests! (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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 4478)
+++ base/idletimer_unittest.cc (working copy)
@@ -123,8 +123,7 @@
EXPECT_EQ(test_task.get_idle_counter(), 2);
}
-// TODO(darin): http://crbug.com/3704
-TEST_F(IdleTimerTest, DISABLED_NoRepeatNotIdle) {
+TEST_F(IdleTimerTest, NoRepeatNotIdle) {
// Create an IdleTimer, which should fire once after 500ms.
// Create a Quit timer which will fire after 5s.
// Create a timer to reset idle every 50ms.
@@ -181,7 +180,6 @@
EXPECT_LE(test_task.get_idle_counter(), 3);
}
-// TODO(darin): http://crbug.com/3780
TEST_F(IdleTimerTest, RepeatIdleReset) {
// Create an IdleTimer, which should fire repeatedly after 500ms.
// Create a Quit timer which will fire after 5s.
@@ -211,8 +209,7 @@
EXPECT_LE(test_task.get_idle_counter(), 10);
}
-// TODO(darin): http://crbug.com/3704
-TEST_F(IdleTimerTest, DISABLED_RepeatNotIdle) {
+TEST_F(IdleTimerTest, RepeatNotIdle) {
// Create an IdleTimer, which should fire repeatedly after 500ms.
// Create a Quit timer which will fire after 4s.
// Create a timer to reset idle every 50ms.
« 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