RESOLVED FIXED 186527
[test262-runner] Test output should summarize tests that are unexpectedly passing/failing
https://bugs.webkit.org/show_bug.cgi?id=186527
Summary [test262-runner] Test output should summarize tests that are unexpectedly pas...
Ryan Haddad
Reported 2018-06-11 10:18:19 PDT
The build linked below includes 2 tests that are unexpectedly failing, but it isn't clear which ones they are: https://build.webkit.org/builders/Apple%20Sierra%20Debug%20Test262%20%28Tests%29/builds/2802
Attachments
Patch (3.11 KB, patch)
2018-06-12 12:53 PDT, valerie
no flags
Archive of layout-test-results from ews104 for mac-sierra-wk2 (3.12 MB, application/zip)
2018-06-12 15:31 PDT, EWS Watchlist
no flags
Leo Balter
Comment 1 2018-06-11 10:32:31 PDT
yes, it makes sense when running from verbose mode. It was not necessary on the default run (without verbose) but while I don't have a patch available, the best to check for these are searching for "! NEW"... Out of curiosity, the respective failures in that build are: ! NEW FAIL test/built-ins/Array/prototype/sort/comparefn-nonfunction-call-throws.js (strict mode) ! NEW FAIL test/built-ins/Array/prototype/sort/comparefn-nonfunction-call-throws.js (default)
Ryan Haddad
Comment 2 2018-06-11 10:37:50 PDT
(In reply to Leo Balter from comment #1) > yes, it makes sense when running from verbose mode. It was not necessary on > the default run (without verbose) but while I don't have a patch available, > the best to check for these are searching for "! NEW"... > > Out of curiosity, the respective failures in that build are: > > ! NEW FAIL > test/built-ins/Array/prototype/sort/comparefn-nonfunction-call-throws.js > (strict mode) > ! NEW FAIL > test/built-ins/Array/prototype/sort/comparefn-nonfunction-call-throws.js > (default) Thank you!
valerie
Comment 3 2018-06-12 12:53:38 PDT
valerie
Comment 4 2018-06-12 12:55:19 PDT
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) ---------------------------------------------------------
EWS Watchlist
Comment 5 2018-06-12 15:31:16 PDT
Comment on attachment 342583 [details] Patch Attachment 342583 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/8152168 New failing tests: accessibility/smart-invert-reference.html
EWS Watchlist
Comment 6 2018-06-12 15:31:18 PDT
Created attachment 342604 [details] Archive of layout-test-results from ews104 for mac-sierra-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-sierra-wk2 Platform: Mac OS X 10.12.6
Michael Saboff
Comment 7 2018-06-14 10:22:39 PDT
Comment on attachment 342583 [details] Patch r=me
WebKit Commit Bot
Comment 8 2018-06-14 10:49:07 PDT
Comment on attachment 342583 [details] Patch Clearing flags on attachment: 342583 Committed r232841: <https://trac.webkit.org/changeset/232841>
WebKit Commit Bot
Comment 9 2018-06-14 10:49:09 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 10 2018-06-14 10:50:27 PDT
Note You need to log in before you can comment on or make changes to this bug.