Changeset 65166 in webkit


Ignore:
Timestamp:
Aug 11, 2010 11:31:00 AM (14 years ago)
Author:
bulach@chromium.org
Message:

2010-08-11 Marcus Bulach <bulach@chromium.org>

Reviewed by Eric Seidel.

Check in a script to list redundant test outputs.
https://bugs.webkit.org/show_bug.cgi?id=37630

If e.g. platform/mac-leopard is missing an expected test output, we
fall back on platform/mac. This means it's possible to grow redundant
test outputs, where we have the same expected data in both a platform
directory and another platform it falls back on.
(original patch by Evan Marting <evan@chromium.org> https://bugs.webkit.org/attachment.cgi?id=53398)

  • Scripts/deduplicate-tests: Added.
  • Scripts/webkitpy/layout_tests/deduplicate_tests.py: Added.
  • Scripts/webkitpy/layout_tests/deduplicate_tests_unittest.py: Added.
Location:
trunk/WebKitTools
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r65165 r65166  
     12010-08-11  Marcus Bulach  <bulach@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Check in a script to list redundant test outputs.
     6        https://bugs.webkit.org/show_bug.cgi?id=37630
     7
     8        If e.g. platform/mac-leopard is missing an expected test output, we
     9        fall back on platform/mac.  This means it's possible to grow redundant
     10        test outputs, where we have the same expected data in both a platform
     11        directory and another platform it falls back on.
     12        (original patch by Evan Marting <evan@chromium.org> https://bugs.webkit.org/attachment.cgi?id=53398)
     13
     14        * Scripts/deduplicate-tests: Added.
     15        * Scripts/webkitpy/layout_tests/deduplicate_tests.py: Added.
     16        * Scripts/webkitpy/layout_tests/deduplicate_tests_unittest.py: Added.
     17
    1182010-08-11  Antonio Gomes  <tonikitoo@webkit.org>
    219
Note: See TracChangeset for help on using the changeset viewer.