Changeset 76326 in webkit


Ignore:
Timestamp:
Jan 20, 2011 7:09:37 PM (13 years ago)
Author:
dpranke@chromium.org
Message:

2011-01-20 Dirk Pranke <dpranke@chromium.org>

Reviewed by Adam Barth.

Disable the tests that start and stop the http server and web
server, so that we don't have to worry about port collisions on
the bots.

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

  • Scripts/webkitpy/layout_tests/port/port_testcase.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r76323 r76326  
     12011-01-20  Dirk Pranke  <dpranke@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Disable the tests that start and stop the http server and web
     6        server, so that we don't have to worry about port collisions on
     7        the bots.
     8
     9        https://bugs.webkit.org/show_bug.cgi?id=52861
     10
     11        * Scripts/webkitpy/layout_tests/port/port_testcase.py:
     12
    1132011-01-20  Dirk Pranke  <dpranke@chromium.org>
    214
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py

    r76322 r76326  
    5151        self.assertTrue(len(port.driver_cmd_line()))
    5252
    53     def test_http_server(self):
     53    def disabled_test_http_server(self):
    5454        port = self.make_port()
    5555        if not port:
     
    8383        port._filesystem.remove(tmpfile)
    8484
    85     def test_websocket_server(self):
     85    def disabled_test_websocket_server(self):
    8686        port = self.make_port()
    8787        if not port:
Note: See TracChangeset for help on using the changeset viewer.