[Webkit-unassigned] [Bug 63610] [NRWT] make nrwt able to test the same order like orwt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 30 02:34:45 PDT 2011


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





--- Comment #3 from Peter Gal <galpeter at inf.u-szeged.hu>  2011-06-30 02:34:45 PST ---
(In reply to comment #2)
> Created an attachment (id=99262)
 --> (https://bugs.webkit.org/attachment.cgi?id=99262&action=review) [details]
> WIP patch

> Tools/Scripts/webkitpy/layout_tests/layout_package/manager.py:566
> +            i = 1

I think this is obsolete now, because of the enumerate in the for loop.

> Tools/Scripts/webkitpy/layout_tests/layout_package/worker.py:123
> +        elif self._options.use_orwt_order and 'http_lock' in str(list_name):

list_name is already string, or not? If so then you can ditch the str call.

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