[Webkit-unassigned] [Bug 186527] [test262-runner] Test output should summarize tests that are unexpectedly passing/failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 12:55:19 PDT 2018


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

--- Comment #4 from valerie <valerie at bocoup.com> ---
In vebose mode, the PASS or FAIL result of every test is printed. This patch adds an additional summary at the end of the output when you are in verbose mode, listing the newly passing and newly failing tests all in one place:

---------------NEW FAILING TESTS SUMMARY---------------

FAIL test/annexB/language/eval-code/direct/func-block-decl-eval-func-skip-early-err-block.js (default)
Test262Error: An initialized binding is not created prior to evaluation Expected a ReferenceError to be thrown but no exception was thrown at all

FAIL test/annexB/language/eval-code/direct/func-block-decl-eval-func-skip-early-err-for-in.js (default)
Test262Error: An initialized binding is not created prior to evaluation Expected a ReferenceError to be thrown but no exception was thrown at all

---------------NEW PASSING TESTS SUMMARY---------------

PASS test/annexB/language/eval-code/direct/func-block-decl-eval-func-init.js (default)

---------------------------------------------------------

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180612/05cf1a22/attachment.html>


More information about the webkit-unassigned mailing list