Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Mark some WPT test folders as DumpJSConsoleLogInStdErr
https://bugs.webkit.org/show_bug.cgi?id=204793 Reviewed by Eric Carlson. LayoutTests/imported/w3c: Updated tests with removed console log lines. * web-platform-tests/cors/304-expected.txt: * web-platform-tests/cors/basic-expected.txt: * web-platform-tests/cors/client-hint-request-headers-expected.txt: * web-platform-tests/cors/cors-safelisted-request-header.any-expected.txt: * web-platform-tests/cors/cors-safelisted-request-header.any.worker-expected.txt: * web-platform-tests/cors/origin-expected.txt: * web-platform-tests/cors/preflight-failure-expected.txt: * web-platform-tests/cors/redirect-origin-expected.txt: * web-platform-tests/cors/redirect-preflight-2-expected.txt: * web-platform-tests/cors/remote-origin-expected.txt: * web-platform-tests/cors/simple-requests-expected.txt: * web-platform-tests/cors/status-async-expected.txt: * web-platform-tests/cors/status-expected.txt: * web-platform-tests/fetch/api/abort/general.any-expected.txt: * web-platform-tests/fetch/api/basic/integrity.sub.any-expected.txt: * web-platform-tests/fetch/api/basic/mode-same-origin.any.worker-expected.txt: * web-platform-tests/fetch/api/basic/scheme-blob.sub.any-expected.txt: * web-platform-tests/fetch/api/basic/scheme-data.any-expected.txt: * web-platform-tests/fetch/api/basic/scheme-others.sub.any-expected.txt: * web-platform-tests/fetch/api/cors/cors-basic.any-expected.txt: * web-platform-tests/fetch/api/cors/cors-basic.any.worker-expected.txt: * web-platform-tests/fetch/api/cors/cors-cookies.any-expected.txt: * web-platform-tests/fetch/api/cors/cors-multiple-origins.sub.any-expected.txt: * web-platform-tests/fetch/api/cors/cors-multiple-origins.sub.any.worker-expected.txt: * web-platform-tests/fetch/api/cors/cors-origin.any.worker-expected.txt: * web-platform-tests/fetch/api/cors/cors-preflight-star.any-expected.txt: * web-platform-tests/fetch/api/cors/cors-preflight-star.any.worker-expected.txt: * web-platform-tests/fetch/api/cors/cors-preflight-status.any.worker-expected.txt: * web-platform-tests/fetch/api/cors/cors-preflight.any.worker-expected.txt: * web-platform-tests/fetch/api/cors/cors-redirect-credentials.any-expected.txt: * web-platform-tests/fetch/api/cors/cors-redirect-credentials.any.worker-expected.txt: * web-platform-tests/fetch/api/cors/cors-redirect-preflight.any.worker-expected.txt: * web-platform-tests/fetch/api/cors/sandboxed-iframe-expected.txt: * web-platform-tests/fetch/api/policies/csp-blocked-expected.txt: * web-platform-tests/fetch/api/policies/referrer-origin-when-cross-origin-expected.txt: * web-platform-tests/fetch/api/redirect/redirect-location.any-expected.txt: * web-platform-tests/fetch/api/redirect/redirect-location.any.worker-expected.txt: * web-platform-tests/fetch/api/redirect/redirect-mode.any-expected.txt: * web-platform-tests/fetch/api/redirect/redirect-mode.any.worker-expected.txt: * web-platform-tests/fetch/api/redirect/redirect-schemes-expected.txt: * web-platform-tests/fetch/api/redirect/redirect-to-dataurl.any-expected.txt: * web-platform-tests/fetch/api/redirect/redirect-to-dataurl.any.worker-expected.txt: * web-platform-tests/fetch/api/request/request-bad-port-expected.txt: * web-platform-tests/fetch/api/request/request-cache-only-if-cached-expected.txt: * web-platform-tests/fetch/api/request/request-keepalive-quota-expected.txt: * web-platform-tests/fetch/api/response/response-stream-with-broken-then.any-expected.txt: * web-platform-tests/fetch/cross-origin-resource-policy/fetch-in-iframe-expected.txt: * web-platform-tests/fetch/cross-origin-resource-policy/fetch.any-expected.txt: * web-platform-tests/fetch/cross-origin-resource-policy/fetch.any.worker-expected.txt: * web-platform-tests/fetch/cross-origin-resource-policy/iframe-loads-expected.txt: * web-platform-tests/fetch/cross-origin-resource-policy/image-loads-expected.txt: * web-platform-tests/fetch/cross-origin-resource-policy/scheme-restriction.any-expected.txt: * web-platform-tests/fetch/cross-origin-resource-policy/scheme-restriction.any.worker-expected.txt: * web-platform-tests/fetch/cross-origin-resource-policy/scheme-restriction.https.window-expected.txt: * web-platform-tests/fetch/cross-origin-resource-policy/script-loads-expected.txt: * web-platform-tests/fetch/data-urls/base64.any-expected.txt: * web-platform-tests/fetch/data-urls/processing.any-expected.txt: * web-platform-tests/fetch/images/canvas-remote-read-remote-image-redirect-expected.txt: * web-platform-tests/fetch/security/redirect-to-url-with-credentials.https-expected.txt: * web-platform-tests/service-workers/service-worker/claim-fetch-with-appcache.https-expected.txt: * web-platform-tests/service-workers/service-worker/controller-with-no-fetch-event-handler.https-expected.txt: * web-platform-tests/service-workers/service-worker/embed-and-object-are-not-intercepted.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-image-cache.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-image.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-csp.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-error.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-event-network-error.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-event-redirect.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-event-referrer-policy.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-event-respond-with-argument.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-event-respond-with-response-body-with-invalid-chunk.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-mixed-content-to-inscope.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-mixed-content-to-outscope.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-request-css-cross-origin.https-expected.txt: * web-platform-tests/service-workers/service-worker/fetch-request-fallback.https-expected.txt: * web-platform-tests/service-workers/service-worker/invalid-header.https-expected.txt: * web-platform-tests/service-workers/service-worker/opaque-response-preloaded.https-expected.txt: * web-platform-tests/service-workers/service-worker/ready.https-expected.txt: * web-platform-tests/service-workers/service-worker/redirected-response.https-expected.txt: * web-platform-tests/service-workers/service-worker/update-recovery.https-expected.txt: * web-platform-tests/service-workers/service-worker/update.https-expected.txt: * web-platform-tests/service-workers/service-worker/webvtt-cross-origin.https-expected.txt: * web-platform-tests/service-workers/service-worker/worker-client-id.https-expected.txt: * web-platform-tests/service-workers/stub-3.1-service-worker-obj-expected.txt: * web-platform-tests/service-workers/stub-3.2-navigator-service-worker-expected.txt: * web-platform-tests/service-workers/stub-4.1-service-worker-global-scope-expected.txt: * web-platform-tests/service-workers/stub-4.4-request-objects-expected.txt: * web-platform-tests/service-workers/stub-4.5-response-objects-expected.txt: * web-platform-tests/service-workers/stub-4.6.3-cache-storage-expected.txt: * web-platform-tests/service-workers/stub-4.7.4.1-fetch-event-section-expected.txt: * web-platform-tests/webrtc/RTCPeerConnection-setLocalDescription-answer-expected.txt: * web-platform-tests/webrtc/RTCPeerConnection-setLocalDescription-offer-expected.txt: * web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl-expected.txt: * web-platform-tests/xhr/access-control-basic-denied-expected.txt: * web-platform-tests/xhr/access-control-basic-non-cors-safelisted-content-type-expected.txt: * web-platform-tests/xhr/access-control-basic-preflight-denied-expected.txt: * web-platform-tests/xhr/access-control-preflight-request-invalid-status-301-expected.txt: * web-platform-tests/xhr/access-control-preflight-request-invalid-status-400-expected.txt: * web-platform-tests/xhr/access-control-preflight-request-invalid-status-501-expected.txt: * web-platform-tests/xhr/access-control-recursive-failed-request-expected.txt: * web-platform-tests/xhr/access-control-sandboxed-iframe-denied-expected.txt: * web-platform-tests/xhr/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt: * web-platform-tests/xhr/getresponseheader-error-state-expected.txt: * web-platform-tests/xhr/open-method-responsetype-set-sync-expected.txt: * web-platform-tests/xhr/open-url-redirected-sharedworker-origin-expected.txt: * web-platform-tests/xhr/responsetype.any-expected.txt: * web-platform-tests/xhr/security-consideration.sub-expected.txt: * web-platform-tests/xhr/send-authentication-basic-cors-expected.txt: * web-platform-tests/xhr/send-data-arraybuffer-expected.txt: * web-platform-tests/xhr/send-network-error-async-events.sub-expected.txt: * web-platform-tests/xhr/send-non-same-origin-expected.txt: * web-platform-tests/xhr/setrequestheader-content-type-expected.txt: * web-platform-tests/xhr/setrequestheader-header-forbidden-expected.txt: * web-platform-tests/xhr/timeout-cors-async-expected.txt: * web-platform-tests/xhr/timeout-sync-expected.txt: * web-platform-tests/xhr/xmlhttprequest-timeout-synconmain-expected.txt: Tools: Make DTR and WTR set the default DumpJSConsoleLogInStdErr to true for some WPT sub-folders. This is easier done there instead of TestExpectations as TestExpectations can be overriden in more specific expectations. * DumpRenderTree/TestOptions.cpp: (pathContains): (shouldDumpJSConsoleLogInStdErr): (TestOptions::TestOptions): * WebKitTestRunner/TestController.cpp: (WTR::updateTestOptionsFromTestHeader): * WebKitTestRunner/TestOptions.cpp: (WTR::shouldDumpJSConsoleLogInStdErr): (WTR::TestOptions::TestOptions): LayoutTests: * TestExpectations: Remove no longer needed DumpJSConsoleLogInStdErr expectations. Canonical link: https://commits.webkit.org/218275@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@253331 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information