[Webkit-unassigned] [Bug 72879] [GTK] Add a way to skip unit tests in the bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 08:10:12 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72879





--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-11-21 08:10:12 PST ---
(In reply to comment #2)
> (From update of attachment 116078 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=116078&action=review
> 
> Looks good, thanks! Just a little nit to fix before landing.
> 
> > Tools/Scripts/run-gtk-tests:79
> > +        raise
> 
> I don't think this works, raise needs a following exception, you should use the traceback module:
> 
> import traceback
> traceback.print_exc()

that raise was just for debugging, I forgot to remove it before sending the patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list