[Webkit-unassigned] [Bug 105926] Add a 'verbose' option to show each test result immediately at console.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 5 17:14:04 PST 2013


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





--- Comment #4 from Daniel Bates <dbates at webkit.org>  2013-01-05 17:16:01 PST ---
(From update of attachment 181033)
View in context: https://bugs.webkit.org/attachment.cgi?id=181033&action=review

> Source/JavaScriptCore/ChangeLog:11
> +        By showing test result immediately at console, we can recognize which test is failed
> +        or not without ransacking the final result file.

Notice that you can run run-javascriptcore-tests with --jsDriver-args=-k or --jsDriver-args=--confail to have test failures logged to the console. I'm unclear of the necessity to "ransack" (see remark (*)) the final results file to determine the tests that failed given these command line options. Disregarding where the output is printed (stderr vs stdout), the difference between -k/--confail and the proposed functionality in this patch is that we print a "passed" message for each test that passed. I take it that such "passed" messages are useful?

(*) I assume that you chose the word "ransack" to emphasize your dislike of the verbose test failure output emitted by jsDriver.pl as opposed to its literal meaning, which implies that the output isn't straightforward to read. If you meant the latter then we should look to clean up the test failure output so that it is straightforward to interpret, including making it straightforward to identify the test(s) that failed.

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