Bug 120296

Summary: [GTK] Add support for passing test directories to run-gtk-tests
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: pnormand
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pnormand: review+

Description Carlos Garcia Campos 2013-08-26 02:56:21 PDT
This way you can pass for example the WebKit1 uni tests dir to run only wk1 tests, or pass both wk1 and wk2 test dirs, but not the C API tests, etc.
Comment 1 Carlos Garcia Campos 2013-08-26 03:01:41 PDT
Created attachment 209631 [details]
Patch
Comment 2 Philippe Normand 2013-08-26 03:26:39 PDT
Comment on attachment 209631 [details]
Patch

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

> Tools/ChangeLog:13
> +        in the directory are added the list of tests run.

are added *to* the list of tests *to* run?
Comment 3 Carlos Garcia Campos 2013-08-26 03:35:05 PDT
Committed r154595: <http://trac.webkit.org/changeset/154595>