Changeset 50794 in webkit


Ignore:
Timestamp:
Nov 11, 2009 12:45:09 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-11 Yuzo Fujishima <yuzo@google.com>

Reviewed by David Levin.

Add a simple web socket test. This tests basic features of Web Socket.
This also serves as an example of Web Socket tests.

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

  • platform/gtk/Skipped:
  • platform/mac/Skipped:
  • platform/qt/Skipped:
  • platform/win/Skipped:
  • websocket/tests/resources/simple.js: Added. (ws.onopen): (ws.onmessage): (ws.onclose): (timeOutCallback):
  • websocket/tests/simple-expected.txt: Added.
  • websocket/tests/simple.html: Added.
  • websocket/tests/simple_wsh.py: Added.
Location:
trunk/LayoutTests
Files:
8 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r50793 r50794  
     12009-11-11  Yuzo Fujishima  <yuzo@google.com>
     2
     3        Reviewed by David Levin.
     4
     5        Add a simple web socket test. This tests basic features of Web Socket.
     6        This also serves as an example of Web Socket tests.
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=27492
     9
     10        * platform/gtk/Skipped:
     11        * platform/mac/Skipped:
     12        * platform/qt/Skipped:
     13        * platform/win/Skipped:
     14        * websocket/tests/resources/simple.js: Added.
     15        (ws.onopen):
     16        (ws.onmessage):
     17        (ws.onclose):
     18        (timeOutCallback):
     19        * websocket/tests/simple-expected.txt: Added.
     20        * websocket/tests/simple.html: Added.
     21        * websocket/tests/simple_wsh.py: Added.
     22
    1232009-11-11  Philippe Normand  <pnormand@igalia.com>
    224
  • trunk/LayoutTests/platform/gtk/Skipped

    r50793 r50794  
    56135613# SVG new tests
    56145614svg/filters/feDisplacementMap.svg
     5615
     5616# Missing SocketStreamHandle implementation
     5617websocket/tests
  • trunk/LayoutTests/platform/mac/Skipped

    r50498 r50794  
    9797fast/ruby
    9898
     99# Missing SocketStreamHandle implementation
     100websocket/tests
  • trunk/LayoutTests/platform/qt/Skipped

    r50762 r50794  
    50465046http/tests/xmlhttprequest/workers/methods.html
    50475047http/tests/xmlhttprequest/workers/shared-worker-methods-async.html
     5048
     5049# Missing SocketStreamHandle implementation
     5050websocket/tests
  • trunk/LayoutTests/platform/win/Skipped

    r50768 r50794  
    680680# https://bugs.webkit.org/show_bug.cgi?id=31315
    681681fast/dom/HTMLObjectElement/children-changed.html
     682
     683# Missing SocketStreamHandle implementation
     684websocket/tests
Note: See TracChangeset for help on using the changeset viewer.