<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>33409</bug_id>
          
          <creation_ts>2010-01-08 16:23:30 -0800</creation_ts>
          <short_desc>websocket/tests/url-with-credential.html failed on Tiger Bot</short_desc>
          <delta_ts>2010-09-30 11:04:23 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>31412</dependson>
          <blocked>33289</blocked>
    
    <blocked>33442</blocked>
    
    <blocked>33494</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>ukai</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>178867</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-01-08 16:23:30 -0800</bug_when>
    <thetext>websocket/tests/url-with-credential.html failed on Tiger Bot

http://build.webkit.org/results/Tiger%20Intel%20Release/r53017%20(7578)/results.html

--- layout-test-results/websocket/tests/url-with-credential-expected.txt	2010-01-08 15:59:34.000000000 -0800
+++ layout-test-results/websocket/tests/url-with-credential-actual.txt	2010-01-08 15:59:34.000000000 -0800
@@ -4,10 +4,9 @@
 
 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 &quot;ws://127.0.0.1:8880/websocket/tests/echo-location&quot;
+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

&quot;credential handing seems flaky with Tiger&apos;s NSURLConnection&quot; -- Alexey

This might be related to bug 31412 which we just skipped.

Alexey says this should be part of some expectations file eventually but for now we should probably just skip it.  Unless someone would like to debug credential handling on Tiger? :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178870</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-01-08 16:27:50 -0800</bug_when>
    <thetext>I misunderstood the issue at first, thought it was one of XHR credential tests, which have their reasons to be flaky on Tiger. This one should probably be investigated before skipping. Sorry for the confusion.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>179111</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-01-09 19:29:48 -0800</bug_when>
    <thetext>Another failure of this test tonight:
http://build.webkit.org/results/Tiger%20Intel%20Release/r53040%20(7594)/results.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>188897</commentid>
    <comment_count>3</comment_count>
    <who name="Fumitoshi Ukai">ukai</who>
    <bug_when>2010-02-08 22:14:39 -0800</bug_when>
    <thetext>(In reply to comment #0)
&gt; websocket/tests/url-with-credential.html failed on Tiger Bot
&gt; 
&gt; http://build.webkit.org/results/Tiger%20Intel%20Release/r53017%20(7578)/results.html

http://build.webkit.org/results/Tiger%20Intel%20Release/r53017%20(7578)/pywebsocket_log.txt
[2010-01-08 15:59:23,815] [CRITICAL] root: (48, &apos;Address already in use&apos;)

corrent pywebsocket server didn&apos;t run.


&gt; --- layout-test-results/websocket/tests/url-with-credential-expected.txt   
&gt; 2010-01-08 15:59:34.000000000 -0800
&gt; +++ layout-test-results/websocket/tests/url-with-credential-actual.txt   
&gt; 2010-01-08 15:59:34.000000000 -0800
&gt; @@ -4,10 +4,9 @@
&gt; 
&gt;  url=ws://user:pass@127.0.0.1:8880/websocket/tests/echo-location
&gt;  WebSocket is open
&gt; -received:ws://127.0.0.1:8880/websocket/tests/echo-location
&gt;  WebSocket is closed
&gt;  PASS handshake_success is true
&gt; -PASS ws_location is &quot;ws://127.0.0.1:8880/websocket/tests/echo-location&quot;
&gt; +FAIL ws_location should be ws://127.0.0.1:8880/websocket/tests/echo-location
&gt; (of type string). Was undefined (of type undefined).
&gt;  PASS successfullyParsed is true
&gt; 
&gt;  TEST COMPLETE
&gt; 
&gt; &quot;credential handing seems flaky with Tiger&apos;s NSURLConnection&quot; -- Alexey
&gt; 
&gt; This might be related to bug 31412 which we just skipped.
&gt; 
&gt; Alexey says this should be part of some expectations file eventually but for
&gt; now we should probably just skip it.  Unless someone would like to debug
&gt; credential handling on Tiger? :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>188898</commentid>
    <comment_count>4</comment_count>
    <who name="Fumitoshi Ukai">ukai</who>
    <bug_when>2010-02-08 22:16:14 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; Another failure of this test tonight:
&gt; http://build.webkit.org/results/Tiger%20Intel%20Release/r53040%20(7594)/results.html

http://build.webkit.org/results/Tiger%20Intel%20Release/r53040%20(7594)/pywebsocket_log.txt
same as r53017 (7578)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>287667</commentid>
    <comment_count>5</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-09-30 11:04:23 -0700</bug_when>
    <thetext>We don&apos;t run a Tiger bot anymore.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>