After discussion on <https://bugs.webkit.org/show_bug.cgi?id=187893>, it seems that the help message in run-api-tests does not adequately explain how test matching works.
Created attachment 346424 [details] Patch
Comment on attachment 346424 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=346424&action=review > Tools/Scripts/webkitpy/api_tests/run_api_tests.py:128 > + 'format <binary>.<suite>.<test> or <suite>.<test>. Note that in the case where a binary is not ' + What are the binaries?
Comment on attachment 346424 [details] Patch Attachment 346424 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/8747593 New failing tests: imported/blink/transitions/unprefixed-transform.html
Created attachment 346466 [details] Archive of layout-test-results from ews205 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews205 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
(In reply to Daniel Bates from comment #2) > Comment on attachment 346424 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=346424&action=review > > > Tools/Scripts/webkitpy/api_tests/run_api_tests.py:128 > > + 'format <binary>.<suite>.<test> or <suite>.<test>. Note that in the case where a binary is not ' + > > What are the binaries? If you would like the binary names in the help message, can we land <https://bugs.webkit.org/show_bug.cgi?id=187893> first so I don't have to duplicate them? That way the help message could grab from the static arrays, ensuring that if new binaries are added, the help message would automatically pick them up.
Created attachment 347553 [details] Patch
Comment on attachment 347553 [details] Patch Attachment 347553 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/8937142 New failing tests: http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin.html
Created attachment 347744 [details] Archive of layout-test-results from ews206 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews206 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Comment on attachment 347553 [details] Patch I don’t like this feature and would prefer to remove it than advertise it. If you are going to land this patch then please at least re-read and spell and grammar check what you wrote because it contains obvious errors and does not read well.
Created attachment 347925 [details] Patch for landing
Comment on attachment 347925 [details] Patch for landing Clearing flags on attachment: 347925 Committed r235227: <https://trac.webkit.org/changeset/235227>
All reviewed patches have been landed. Closing bug.