Bug 45463 - deduplicate-tests doesn't collapse duplicates
Summary: deduplicate-tests doesn't collapse duplicates
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-09 09:25 PDT by Tony Chang
Modified: 2010-09-09 09:25 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Chang 2010-09-09 09:25:07 PDT
If A fallsback to B fallsback to C and they all the same result, the first time you run deduplicate-results, A won't be removed because B exists, but B will be removed.  The second time you run it, A will be removed.

Ideally, the first time you run it, A and B will be deleted.