Bug 23922 - Warning message from run-webkit-tests when Skipped file contains non-existent tests is confusing and is given for disabled tests
Summary: Warning message from run-webkit-tests when Skipped file contains non-existent...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-12 08:02 PST by Adam Roben (:aroben)
Modified: 2009-02-12 08:48 PST (History)
0 users

See Also:


Attachments
patch + changelog v1 (4.09 KB, patch)
2009-02-12 08:05 PST, Adam Roben (:aroben)
sullivan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 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
Comment 1 Adam Roben (:aroben) 2009-02-12 08:03:03 PST
The warning is also emitted for disabled tests, which seems unhelpful.
Comment 2 Adam Roben (:aroben) 2009-02-12 08:05:55 PST
Created attachment 27603 [details]
patch + changelog v1
Comment 3 Adam Roben (:aroben) 2009-02-12 08:48:42 PST
Committed in r40906