[Webkit-unassigned] [Bug 37257] REGRESSION: run-webkit-tests does not respect argument order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 17:21:16 PDT 2010


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





--- Comment #4 from Darin Adler <darin at apple.com>  2010-04-08 17:21:16 PST ---
For individual tests passed on the command line, no sorting would be fine.

If a directory is passed on the command line, the files will be discovered in a
random order depending on how the file system enumerates them. The pathcmp is
used so that tests run in a predictable order.

The tool could sort within the sets of files discovered by iterating the file
system based on each indivdual command line argument, but respect of the order
of the command line arguments.

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