summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authoryutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-22 08:24:50 +0000
committeryutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-22 08:24:50 +0000
commit857afbd41a144c3f887c8f993e733e17f3c48e53 (patch)
treeb15747f141ebe286c7fe98a837a9ab95fd3cd42c /content
parent040284f28901bb95a03fa90689da7d7013ce63a5 (diff)
downloadchromium_src-857afbd41a144c3f887c8f993e733e17f3c48e53.zip
chromium_src-857afbd41a144c3f887c8f993e733e17f3c48e53.tar.gz
chromium_src-857afbd41a144c3f887c8f993e733e17f3c48e53.tar.bz2
Disable WorkerTest.WorkerWebSocketLayoutTests.
BUG=none TEST=none TBR=dimich,dpranke git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90002 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/worker/test/worker_uitest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc
index d6b884e..ffda741 100644
--- a/content/worker/test/worker_uitest.cc
+++ b/content/worker/test/worker_uitest.cc
@@ -448,7 +448,9 @@ TEST_F(WorkerTest, DISABLED_WorkerHttpLayoutTests) {
ASSERT_TRUE(http_server.Stop());
}
-TEST_F(WorkerTest, WorkerWebSocketLayoutTests) {
+// Failing since r89996 (WebKit roll 89393:89412).
+// Probably affected by WebKit r89400.
+TEST_F(WorkerTest, DISABLED_WorkerWebSocketLayoutTests) {
static const char* kLayoutTestFiles[] = {
"close-in-onmessage-crash.html",
"close-in-shared-worker.html",