Changeset 92656 in webkit


Ignore:
Timestamp:
Aug 8, 2011 5:19:35 PM (13 years ago)
Author:
abarth@webkit.org
Message:

Remove deduplicate-tests
https://bugs.webkit.org/show_bug.cgi?id=65886

Reviewed by Tony Chang.

This script is redundant with "webkit-patch bulk-optimize-baselines",
which can find many more duplicates than deduplicate-tests because
bulk-optimize-baselines can move results around whereas
deduplicate-tests can only remove results.

  • Scripts/deduplicate-tests: Removed.
  • Scripts/webkitpy/to_be_moved/deduplicate_tests.py: Removed.
  • Scripts/webkitpy/to_be_moved/deduplicate_tests_unittest.py: Removed.
Location:
trunk/Tools
Files:
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r92655 r92656  
     12011-08-08  Adam Barth  <abarth@webkit.org>
     2
     3        Remove deduplicate-tests
     4        https://bugs.webkit.org/show_bug.cgi?id=65886
     5
     6        Reviewed by Tony Chang.
     7
     8        This script is redundant with "webkit-patch bulk-optimize-baselines",
     9        which can find many more duplicates than deduplicate-tests because
     10        bulk-optimize-baselines can move results around whereas
     11        deduplicate-tests can only remove results.
     12
     13        * Scripts/deduplicate-tests: Removed.
     14        * Scripts/webkitpy/to_be_moved/deduplicate_tests.py: Removed.
     15        * Scripts/webkitpy/to_be_moved/deduplicate_tests_unittest.py: Removed.
     16
    1172011-08-08  Adam Barth  <abarth@webkit.org>
    218
Note: See TracChangeset for help on using the changeset viewer.