<?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>53683</bug_id>
          
          <creation_ts>2011-02-03 07:18:05 -0800</creation_ts>
          <short_desc>[GTK] Flaky websocket tests on 32-bits Release</short_desc>
          <delta_ts>2011-05-02 09:00:55 -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>WebKitGTK</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>FIXED</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Philippe Normand">pnormand</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>eric</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>344696</commentid>
    <comment_count>0</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-02-03 07:18:05 -0800</bug_when>
    <thetext>--- /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 &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
 
 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 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 &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
 
 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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>344698</commentid>
    <comment_count>1</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-02-03 07:22:35 -0800</bug_when>
    <thetext>Skipped those 2 tests  in http://trac.webkit.org/changeset/77488</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>344722</commentid>
    <comment_count>2</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-02-03 08:19:32 -0800</bug_when>
    <thetext>skip http/tests/websocket/tests/simple.html and http/tests/websocket/tests/cross-origin.html in http://trac.webkit.org/changeset/77493</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>344723</commentid>
    <comment_count>3</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-02-03 08:20:06 -0800</bug_when>
    <thetext>--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/http/tests/websocket/tests/simple-expected.txt	2011-02-03 08:14:02.000000000 -0800
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/http/tests/websocket/tests/simple-actual.txt	2011-02-03 08:14:02.000000000 -0800
@@ -3,9 +3,7 @@
 On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
 
 Created a socket to &apos;ws://127.0.0.1:8880/websocket/tests/simple&apos;; readyState 0.
-Connected; readyState 1
-Received: &apos;Hello from Simple WSH.&apos;; readyState 1
-Closed; readyState 2.
+Timed out in state: 0
 PASS successfullyParsed is true
 
 TEST COMPLETE</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>349041</commentid>
    <comment_count>4</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-02-10 06:57:23 -0800</bug_when>
    <thetext>*** Bug 54207 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>349042</commentid>
    <comment_count>5</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-02-10 07:00:23 -0800</bug_when>
    <thetext>Skipped them all in http://trac.webkit.org/changeset/78221</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>396130</commentid>
    <comment_count>6</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-05-01 17:44:37 -0700</bug_when>
    <thetext>Adam moved the websocket tests over to a real http server and most of the flakiness went away. If you see this again, please re-open.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>396320</commentid>
    <comment_count>7</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-05-02 03:55:14 -0700</bug_when>
    <thetext>Committed r85469: &lt;http://trac.webkit.org/changeset/85469&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>396398</commentid>
    <comment_count>8</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2011-05-02 09:00:55 -0700</bug_when>
    <thetext>I meant r85470</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>