[Webkit-unassigned] [Bug 78213] run-webkit-tests should handle empty testlist

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 16:11:11 PST 2012


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





--- Comment #6 from Dirk Pranke <dpranke at chromium.org>  2012-02-10 16:11:10 PST ---
I could be convinced that passing an empty file to --test-list should not result in running all the tests, but why would we want it to do nothing and return success instead of returning an error? (This is an honest question; maybe you have some need for this behavior)?

That said, this logic does not belong in the new-run-webkit-tests wrapper script; it needs to be next to the other logic for handling --test-file, and the code should be using the host/filesystem abstraction rather than calling os.path directly. 

Also, I agree w/ Eric's comments re: needing tests.

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