[Webkit-unassigned] [Bug 53683] New: [GTK] Flaky websocket tests on 32-bits Release

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 07:18:05 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53683

           Summary: [GTK] Flaky websocket tests on 32-bits Release
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/http/tests/websocket/tests/url-with-credential-expected.txt    2011-02-03 07:03:33.000000000 -0800
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/http/tests/websocket/tests/url-with-credential-actual.txt    2011-02-03 07:03:33.000000000 -0800
@@ -3,11 +3,8 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

 url=ws://user:pass@127.0.0.1:8880/websocket/tests/echo-location
-WebSocket is open
-received:ws://127.0.0.1:8880/websocket/tests/echo-location
-WebSocket is closed
-PASS handshake_success is true
-PASS ws_location is "ws://127.0.0.1:8880/websocket/tests/echo-location"
+FAIL handshake_success should be true. Was false.
+FAIL ws_location should be ws://127.0.0.1:8880/websocket/tests/echo-location (of type string). Was undefined (of type undefined).
 PASS successfullyParsed is true

 TEST COMPLETE


--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/http/tests/websocket/tests/url-with-empty-query-expected.txt    2011-02-03 07:03:35.000000000 -0800
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/http/tests/websocket/tests/url-with-empty-query-actual.txt    2011-02-03 07:03:35.000000000 -0800
@@ -3,11 +3,8 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

 url=ws://127.0.0.1:8880/websocket/tests/echo-location?
-WebSocket is open
-received:ws://127.0.0.1:8880/websocket/tests/echo-location?
-WebSocket is closed
-PASS handshake_success is true
-PASS ws_location is url
+FAIL handshake_success should be true. Was false.
+FAIL ws_location should be ws://127.0.0.1:8880/websocket/tests/echo-location? (of type string). Was undefined (of type undefined).
 PASS successfullyParsed is true

 TEST COMPLETE

These 2 tests, like most websocket tests use setTimeout()... It seems that in some cases the timeout expires before the socket has been set up. Will skip these 2 tests for now.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list