Bug 56016 - Combine multiple --ignore-tests values
Summary: Combine multiple --ignore-tests values
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-09 08:09 PST by mitz
Modified: 2011-03-09 08:17 PST (History)
0 users

See Also:


Attachments
Combine multiple --ignore-tests lists (1.67 KB, patch)
2011-03-09 08:11 PST, mitz
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-03-09 08:09:17 PST
Combine multiple --ignore-tests values
Comment 1 mitz 2011-03-09 08:11:31 PST
Created attachment 85178 [details]
Combine multiple --ignore-tests lists
Comment 2 Adam Roben (:aroben) 2011-03-09 08:14:15 PST
Comment on attachment 85178 [details]
Combine multiple --ignore-tests lists

View in context: https://bugs.webkit.org/attachment.cgi?id=85178&action=review

> Tools/Scripts/old-run-webkit-tests:597
> +processIgnoreTests(join(',',@ignoreTests), "ignore-tests") if @ignoreTests;

Please add a space after ',',
Comment 3 mitz 2011-03-09 08:17:40 PST
<http://trac.webkit.org/changeset/80642>