[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 Jul 7 19:33:35 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63610
--- Comment #13 from Adam Barth <abarth at webkit.org> 2011-07-07 19:33:35 PST ---
(From update of attachment 99971)
View in context: https://bugs.webkit.org/attachment.cgi?id=99971&action=review
> Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:385
> + optparse.make_option("--orwt-order", dest="orwt_order",
> + action="store_true", default=True,
> + help="Run tests in ORWT's order (default)"),
> + optparse.make_option("--no-orwt-order", dest="orwt_order",
> + action="store_false", help="Don't run tests in ORWT's order"),
We shouldn't be adding options like this. ORWT won't mean anything in a year.
--
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