diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 15:34:14 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 15:34:14 +0000 |
commit | 4b0bd5f4c2d58c1620b49628be68f877928025fd (patch) | |
tree | 3168fd9a7c46c3c4f918429597a95c340de8239a /chrome | |
parent | a2fd492a14c619f899623a0e0e05f5dd61751b6b (diff) | |
download | chromium_src-4b0bd5f4c2d58c1620b49628be68f877928025fd.zip chromium_src-4b0bd5f4c2d58c1620b49628be68f877928025fd.tar.gz chromium_src-4b0bd5f4c2d58c1620b49628be68f877928025fd.tar.bz2 |
Add a bug link to DISABLED_WorkerLifecycle, and change StartupRaceCondition to FAILS
BUG=38572,45168
TEST=N/A
Review URL: http://codereview.chromium.org/2280005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48394 0039d316-1c4b-4281-b951-d872f2087c98
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"); } |