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

Unified Diff: chrome/worker/worker_uitest.cc

Issue 3153036: Enable WorkerTest.QueuedSharedWorkerShutdown because it seems to work 100% now. (Closed)
Patch Set: Re-enabled test. Created 10 years, 4 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: chrome/worker/worker_uitest.cc
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index b4c64da30c6206ed71fc28a4b035ccd3974db575..f08c2cfbc98bcdb99d1a6763253b1ce5566a58c9 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -581,8 +581,7 @@ TEST_F(WorkerTest, WorkerClose) {
ASSERT_TRUE(WaitForProcessCountToBe(1, 0));
}
-// http://crbug.com/42641
-TEST_F(WorkerTest, FAILS_QueuedSharedWorkerShutdown) {
+TEST_F(WorkerTest, QueuedSharedWorkerShutdown) {
// Tests to make sure that queued shared workers are started up when
// shared workers shut down.
int max_workers_per_tab = WorkerService::kMaxWorkersPerTabWhenSeparate;
« 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