diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 09:58:50 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 09:58:50 +0000 |
commit | 55b9ee7976cdab9ab49de0e9e4b3feaf7af012e9 (patch) | |
tree | 0367590f556762fefacf8cfd938f023fcf9455ff /chrome/worker | |
parent | 1ac875d29da54823e8070bb64457aa542f8cd30b (diff) | |
download | chromium_src-55b9ee7976cdab9ab49de0e9e4b3feaf7af012e9.zip chromium_src-55b9ee7976cdab9ab49de0e9e4b3feaf7af012e9.tar.gz chromium_src-55b9ee7976cdab9ab49de0e9e4b3feaf7af012e9.tar.bz2 |
Remove FAIL flag from WorkerTest.WorkerWebSocketLayoutTests on Windows.
This test was failing because of a bug in pywebsocket library. The bug was
fixed and the new version of pywebsocket was pulled into WebKit, therefore
the test should pass now.
BUG=44792
TEST=Run "ui_tests --gtest_filter=WorkerTest.WorkerWebSocketLayoutTests" on Windows.
Review URL: http://codereview.chromium.org/2808050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/worker')
-rw-r--r-- | chrome/worker/worker_uitest.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc index d90628c..8e5e023 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -420,12 +420,6 @@ TEST_F(WorkerTest, FLAKY_WorkerHttpLayoutTests) { StopHttpServer(); } -// http://crbug.com/40995 -// https://bugs.webkit.org/show_bug.cgi?id=37518 -#if defined(OS_WIN) -#define WorkerWebSocketLayoutTests FAILS_WorkerWebSocketLayoutTests -#endif - TEST_F(WorkerTest, WorkerWebSocketLayoutTests) { static const char* kLayoutTestFiles[] = { "worker-simple.html", |