diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/process_singleton_win_uitest.cc | 4 | ||||
-rw-r--r-- | chrome/worker/worker_uitest.cc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/process_singleton_win_uitest.cc b/chrome/browser/process_singleton_win_uitest.cc index bc783a6..0d6dc8e 100644 --- a/chrome/browser/process_singleton_win_uitest.cc +++ b/chrome/browser/process_singleton_win_uitest.cc @@ -182,8 +182,8 @@ class ProcessSingletonWinTest : public UITest { base::WaitableEvent threads_waker_; }; -// http://code.google.com/p/chromium/issues/detail?id=38572 -TEST_F(ProcessSingletonWinTest, DISABLED_StartupRaceCondition) { +// http://crbug.com/38572 +TEST_F(ProcessSingletonWinTest, FAILS_StartupRaceCondition) { // We use this to stop the attempts loop on the first failure. bool failed = false; for (size_t attempt = 0; attempt < kNbAttempts && !failed; ++attempt) { diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc index 5fdff1b..38b2351 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -272,7 +272,7 @@ TEST_F(WorkerTest, WorkerGC) { } // worker-lifecycle.html relies on layoutTestController.workerThreadCount -// which is not currently implemented. +// which is not currently implemented. http://crbug.com/45168 TEST_F(WorkerTest, DISABLED_WorkerLifecycle) { RunWorkerFastLayoutTest("worker-lifecycle.html"); } |