Bug 81218

Summary: [GTK] Add command line options to run-gtk-tests script
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, pnormand
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch pnormand: review+

Description Carlos Garcia Campos 2012-03-15 07:24:44 PDT
Some options would be really useful while debugging:

 --verbose: to run gtester with --verbose. That would be used by the bots to make it easier to know which test case it failing
 --display: to use a different display for XVfb
 
It would be great also to be able to pass tests, so that it doesn't always run all the tests, useful when debugging a single test or a group of tests, like Wk1 or wk2 tests
Comment 1 Carlos Garcia Campos 2012-03-15 07:30:17 PDT
Created attachment 132044 [details]
Patch
Comment 2 Philippe Normand 2012-03-15 07:39:06 PDT
Comment on attachment 132044 [details]
Patch

Thanks!
Comment 3 Carlos Garcia Campos 2012-03-15 07:44:44 PDT
Committed r110845: <http://trac.webkit.org/changeset/110845>