summaryrefslogtreecommitdiffstats
path: root/chrome/worker
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-27 15:34:14 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-27 15:34:14 +0000
commit4b0bd5f4c2d58c1620b49628be68f877928025fd (patch)
tree3168fd9a7c46c3c4f918429597a95c340de8239a /chrome/worker
parenta2fd492a14c619f899623a0e0e05f5dd61751b6b (diff)
downloadchromium_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/worker')
-rw-r--r--chrome/worker/worker_uitest.cc2
1 files changed, 1 insertions, 1 deletions
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");
}