Bug 23922

Summary: Warning message from run-webkit-tests when Skipped file contains non-existent tests is confusing and is given for disabled tests
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
patch + changelog v1 sullivan: review+

Adam Roben (:aroben)
Reported 2009-02-12 08:02:31 PST
The Warning message from run-webkit-tests when the Skipped list contains non-existent tests is confusing. It says: ignoring item 'fast/css/computed-style.html' from ignore-tests list There are at least two things wrong with this: 1) it uses a double-negative 2) the test wasn't in the "ignore-tests" list, it was in the "Skipped" list
Attachments
patch + changelog v1 (4.09 KB, patch)
2009-02-12 08:05 PST, Adam Roben (:aroben)
sullivan: review+
Adam Roben (:aroben)
Comment 1 2009-02-12 08:03:03 PST
The warning is also emitted for disabled tests, which seems unhelpful.
Adam Roben (:aroben)
Comment 2 2009-02-12 08:05:55 PST
Created attachment 27603 [details] patch + changelog v1
Adam Roben (:aroben)
Comment 3 2009-02-12 08:48:42 PST
Committed in r40906
Note You need to log in before you can comment on or make changes to this bug.