From 0f12f892066a9cb8396e67aa0a6e956d7a625cc5 Mon Sep 17 00:00:00 2001 From: "ukai@chromium.org" Date: Fri, 19 Mar 2010 05:19:45 +0000 Subject: Try to fix flaky websocket tests. Some websoket layout tests became flaky from r41818. This is because it adds websocket throttling in WebSocketJob. Make sure Close() will call OnClose() even if it is waiting resolving or waiting in throttling queue, so that WebSocketJob is removed from throttling queue and wake up next WebSocketJob. BUG=38397 TEST=layout tests websocket/tests passes Review URL: http://codereview.chromium.org/1096001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42074 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/layout_tests/test_expectations.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'webkit/tools/layout_tests') diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 4699ad1..d5f9c337 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2820,13 +2820,6 @@ BUG38353 MAC LINUX : http/tests/plugins/plugin-document-has-focus.html = TIMEOUT BUG38392 : plugins/resize-from-plugin.html = TEXT -// Chromium r41818 makes these flaky. -BUG38397 : websocket/tests/url-with-credential.html = TEXT PASS -BUG38397 : websocket/tests/url-with-empty-query.html = TEXT PASS -BUG38397 : websocket/tests/url-with-query-for-no-query.html = TEXT PASS -BUG38397 : websocket/tests/url-with-query.html = TEXT PASS -BUG38397 : websocket/tests/websocket-pending-activity.html = TIMEOUT PASS - // One pixel changes from gray 0x83 to gray 0x81. Valgrind is clean. BUG38534 LINUX : tables/mozilla/bugs/bug20804.html = IMAGE PASS -- cgit v1.1