[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 07:28:47 PST 2011


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


Philippe Normand <pnormand at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116078|review?                     |review+
               Flag|                            |




--- Comment #2 from Philippe Normand <pnormand at igalia.com>  2011-11-21 07:28:47 PST ---
(From update of attachment 116078)
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()

-- 
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