Bug 33442
Summary: | websocket/tests/url-with-query.html failed on Tiger Bot | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ap, ukai |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 33409 | ||
Bug Blocks: | 33289, 33494 |
Eric Seidel (no email)
websocket/tests/url-with-query.html failed on Tiger Bot
WebSocket tests seem to be unreliable on Tiger. Bug 33409 was another recent failure, probably related.
http://build.webkit.org/results/Tiger%20Intel%20Release/r53045%20(7600)/websocket/tests/url-with-query-diffs.txt
--- layout-test-results/websocket/tests/url-with-query-expected.txt 2010-01-09 18:15:13.000000000 -0800
+++ layout-test-results/websocket/tests/url-with-query-actual.txt 2010-01-09 18:15:13.000000000 -0800
@@ -4,10 +4,9 @@
url=ws://127.0.0.1:8880/websocket/tests/echo-location?q=v
WebSocket is open
-received:ws://127.0.0.1:8880/websocket/tests/echo-location?q=v
WebSocket is closed
PASS handshake_success is true
-PASS ws_location is url
+FAIL ws_location should be ws://127.0.0.1:8880/websocket/tests/echo-location?q=v (of type string). Was undefined (of type undefined).
PASS successfullyParsed is true
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Failed again:
http://build.webkit.org/results/Tiger%20Intel%20Release/r53059%20(7616)/websocket/tests/url-with-query-diffs.txt
Fumitoshi Ukai
(In reply to comment #0)
> websocket/tests/url-with-query.html failed on Tiger Bot
>
> WebSocket tests seem to be unreliable on Tiger. Bug 33409 was another recent
> failure, probably related.
>
> http://build.webkit.org/results/Tiger%20Intel%20Release/r53045%20(7600)/websocket/tests/url-with-query-diffs.txt
http://build.webkit.org/results/Tiger%20Intel%20Release/r53045%20(7600)/pywebsocket_log.txt
[2010-01-09 18:15:03,011] [CRITICAL] root: (48, 'Address already in use')
so, correct pywebsocket server didn't run.
>
> --- layout-test-results/websocket/tests/url-with-query-expected.txt
> 2010-01-09 18:15:13.000000000 -0800
> +++ layout-test-results/websocket/tests/url-with-query-actual.txt 2010-01-09
> 18:15:13.000000000 -0800
> @@ -4,10 +4,9 @@
>
> url=ws://127.0.0.1:8880/websocket/tests/echo-location?q=v
> WebSocket is open
> -received:ws://127.0.0.1:8880/websocket/tests/echo-location?q=v
> WebSocket is closed
> PASS handshake_success is true
> -PASS ws_location is url
> +FAIL ws_location should be
> ws://127.0.0.1:8880/websocket/tests/echo-location?q=v (of type string). Was
> undefined (of type undefined).
> PASS successfullyParsed is true
>
> TEST COMPLETE
Fumitoshi Ukai
(In reply to comment #1)
> Failed again:
> http://build.webkit.org/results/Tiger%20Intel%20Release/r53059%20(7616)/websocket/tests/url-with-query-diffs.txt
http://build.webkit.org/results/Tiger%20Intel%20Release/r53059%20(7616)/pywebsocket_log.txt
[2010-01-10 20:13:31,406] [CRITICAL] root: (48, 'Address already in use')
same as r53045 (7600)
Eric Seidel (no email)
We don't run a Tiger bot anymore.