Chromium http tests use /resources/testharness.js and /resources/testharnessreport.js To ease the importing of tests from Chromium, it would be good to allow WebKit http server to do the same.
Created attachment 283901 [details] Patch
I updated httpd.pm but I am not sure it is still in use. If it is still in use, can we try obsoleting it?
(In reply to comment #1) > Created attachment 283901 [details] > Patch Patch would allow running some fetch-api tests from Chromium. Ideally, these tests should be moved to W3C web-platform-tests but these scripts use some php scripts that would need to be translated to python. With this patch, importing of these tests would be a simple file copy operation. This would also allow easier updating of these tests.
Comment on attachment 283901 [details] Patch Attachment 283901 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/1701541 Number of test failures exceeded the failure limit.
Created attachment 283904 [details] Archive of layout-test-results from ews101 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews101 Port: mac-yosemite Platform: Mac OS X 10.10.5
Comment on attachment 283901 [details] Patch Attachment 283901 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/1701544 Number of test failures exceeded the failure limit.
Created attachment 283905 [details] Archive of layout-test-results from ews106 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews106 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Comment on attachment 283901 [details] Patch Attachment 283901 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/1701542 Number of test failures exceeded the failure limit.
Created attachment 283906 [details] Archive of layout-test-results from ews115 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews115 Port: mac-yosemite Platform: Mac OS X 10.10.5
Comment on attachment 283901 [details] Patch Attachment 283901 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/1701561 New failing tests: http/tests/security/canvas-remote-read-remote-video-redirect.html http/tests/appcache/video.html http/tests/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star.html http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin.html http/tests/security/contentSecurityPolicy/media-src-blocked.html http/tests/security/canvas-remote-read-remote-video-localhost.html http/tests/security/video-cross-origin-caching.html
Created attachment 283908 [details] Archive of layout-test-results from ews124 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews124 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.5
Created attachment 283909 [details] Fixing media alias
Comment on attachment 283909 [details] Fixing media alias OK
Comment on attachment 283909 [details] Fixing media alias Clearing flags on attachment: 283909 Committed r203400: <http://trac.webkit.org/changeset/203400>
All reviewed patches have been landed. Closing bug.