Skip to content
  • dpranke@chromium.org's avatar
    virtual directories should just rename the beginning of the test path · 31c93175
    dpranke@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=97925
    
    Reviewed by Ojan Vafai.
    
    Tools:
    
    We were replacing all occurrences of the base prefix of a
    virtual test suite with the virtual name, instead of just the
    first. So, where we had softwarecompositing running the
    compositing tests, any compositing test that actually had
    "compositing" in the test base name would get that expanded
    incorrectly.
    
    * Scripts/webkitpy/layout_tests/port/base.py:
    (Port.populated_virtual_test_suites):
    (Port.lookup_virtual_test_base):
    * Scripts/webkitpy/layout_tests/port/base_unittest.py:
    (PortTest.test_tests):
    * Scripts/webkitpy/layout_tests/port/test.py:
    
    LayoutTests:
    
    Delete references to tests that don't exist :).
    
    * platform/chromium/TestExpectations:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129932 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    31c93175