Skip to content
  • dpranke@chromium.org's avatar
    webkitpy: clean up test/uri conversion routines · d96c4bde
    dpranke@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=75648
    
    Reviewed by Eric Seidel.
    
    This change moves test_to_uri and uri_to_test from the Port
    class to the Driver class (the routines were only being
    called by the drivers), and removes a bunch of stale and/or
    busted logic.
    
    * Scripts/webkitpy/layout_tests/port/base.py:
    * Scripts/webkitpy/layout_tests/port/base_unittest.py:
    * Scripts/webkitpy/layout_tests/port/chromium.py:
    * Scripts/webkitpy/layout_tests/port/chromium_unittest.py:
    * Scripts/webkitpy/layout_tests/port/driver.py:
    (is_http_test):
    (test_to_uri):
    (uri_to_test):
    * Scripts/webkitpy/layout_tests/port/mock_drt.py:
    (run_one_test):
    * Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py:
    (MockDRTTest.input_line):
    (input_line):
    (expected_output):
    * Scripts/webkitpy/layout_tests/port/test.py:
    * Scripts/webkitpy/layout_tests/port/webkit.py:
    (_command_from_driver_input):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104340 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    d96c4bde