[Webkit-unassigned] [Bug 48614] webkitpy.layout_tests.run_webkit_tests_unittest.MainTest gets wedged on Windows XP/Cygwin 1.5/Python 2.5.2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 2 13:10:57 PDT 2010


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





--- Comment #21 from Dirk Pranke <dpranke at chromium.org>  2010-11-02 13:10:57 PST ---
(In reply to comment #19)
> 
> Yeah, I'm just not sure what a "class decorator" looks like, and I'm not sure we want one over method decorators.
>

I think the class decorator mechanism is useful to avoid a lot of cutting and pasting, since we know none of the tests in that class are going to work.

It seems like skipping modules and classes would be generally useful in our testing infrastructure.

I've actually been debating looking at switching to unittest2, since it has all the 2.7+ goodness but has been backported to work with the earlier versions.

-- Dirk

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