Changeset 51180 in webkit


Ignore:
Timestamp:
Nov 19, 2009 2:41:18 AM (14 years ago)
Author:
ukai@chromium.org
Message:

2009-11-19 Fumitoshi Ukai <ukai@chromium.org>

Reviewed by Eric Seidel.

Ignore websocket tests when --no-http is specified.
https://bugs.webkit.org/show_bug.cgi?id=31662

  • Scripts/run-webkit-tests:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r51176 r51180  
     12009-11-19  Fumitoshi Ukai  <ukai@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Ignore websocket tests when --no-http is specified.
     6        https://bugs.webkit.org/show_bug.cgi?id=31662
     7
     8        * Scripts/run-webkit-tests:
     9
    1102009-11-18  Adam Barth  <abarth@webkit.org>
    211
  • trunk/WebKitTools/Scripts/run-webkit-tests

    r51096 r51180  
    418418if (!$testHTTP) {
    419419    $ignoredDirectories{'http'} = 1;
     420    $ignoredDirectories{'websocket'} = 1;
    420421}
    421422
Note: See TracChangeset for help on using the changeset viewer.