summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authordimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-22 23:44:16 +0000
committerdimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-22 23:44:16 +0000
commit58bc899f2ffdc14d78b6f209f57415e79837d7a6 (patch)
tree99fe538807ca02bd1b920d09bb684c34035628a6 /chrome
parent6c4cee0b4ab533f7d7201c10cb9b13ba751dddec (diff)
downloadchromium_src-58bc899f2ffdc14d78b6f209f57415e79837d7a6.zip
chromium_src-58bc899f2ffdc14d78b6f209f57415e79837d7a6.tar.gz
chromium_src-58bc899f2ffdc14d78b6f209f57415e79837d7a6.tar.bz2
Enable WorkerTest.WorkerClose.
It was disabled before due to worker termination issues (http://crbug.com/36630) but those were fixed upstream. BUG=36630 TEST=none Review URL: http://codereview.chromium.org/1763007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/worker/worker_uitest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 9d16858..2e9c690 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -543,8 +543,7 @@ TEST_F(WorkerTest, DISABLED_LimitTotal) {
#endif
}
-// http://crbug.com/36630 termination issues, disabled on all paltforms.
-TEST_F(WorkerTest, DISABLED_WorkerClose) {
+TEST_F(WorkerTest, WorkerClose) {
scoped_refptr<TabProxy> tab(GetActiveTab());
ASSERT_TRUE(tab.get());
GURL url = ui_test_utils::GetTestUrl(FilePath(kTestDir),