RESOLVED FIXED Bug 215073
Write a script to find duplicate files and delete some duplicate tests in LayoutTests
https://bugs.webkit.org/show_bug.cgi?id=215073
Summary Write a script to find duplicate files and delete some duplicate tests in Lay...
Darin Adler
Reported 2020-08-01 22:55:01 PDT
Write a script to find duplicate files and delete some duplicate tests in LayoutTests
Attachments
Patch (115.98 KB, patch)
2020-08-01 23:05 PDT, Darin Adler
no flags
Darin Adler
Comment 1 2020-08-01 23:05:48 PDT
Darin Adler
Comment 2 2020-08-01 23:08:34 PDT
This only finds exact duplicates; we also might have slightly different versions of the same tests.
EWS
Comment 3 2020-08-02 08:12:45 PDT
Committed r265187: <https://trac.webkit.org/changeset/265187> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405808 [details].
Radar WebKit Bug Importer
Comment 4 2020-08-02 08:13:25 PDT
Simon Fraser (smfr)
Comment 5 2020-08-03 10:13:17 PDT
Oh, I mistakenly thought this was an old patch. Do we need this script and check-for-duplicated-platform-test-results ?
Darin Adler
Comment 6 2020-08-03 10:38:56 PDT
check-for-duplicated-platform-test-results is a much more valuable script, finding duplicate results that can definitely be deleted. This is a super simplistic, more general purpose script that looks for any duplicated files, motivated by wanting to find duplicated *tests* (not test *results*).
Note You need to log in before you can comment on or make changes to this bug.