[Webkit-unassigned] [Bug 48236] Add support for loading each test several times in chromium Python test runner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 11:51:25 PDT 2010


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





--- Comment #5 from Dirk Pranke <dpranke at chromium.org>  2010-10-25 11:51:24 PST ---
What are these flags used for (or what are they going to be used for)? AFAIK, old-run-webkit-tests has a --repeat-each flag, but that's implemented by looping in the script, not in DRT, and doesn't have a --js-flags script.

Does upstream DRT support these flags, or just Chromium DRT?

How does --multiple-loads actually interact with the framework? Do we only dump output for the first load, or the last load, or something?

As far as the actual coding of the patch goes ...

1) Is it actually possible to pass an option in that preserves the quotation marks, or will you need to actually enclose the option in quotes every time (i.e., can both branches of that test execute)?

2) I'm not wild about using --multiple-loads=0 to indicate "use the default value". It seems like --multiple-loads=0 should turn off the feature, and I'm not sure what the savings would be over just typing --multiple-loads=5 ?

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