Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Issue 1885703003: Make testharness.js tests fail on uncaught exceptions (Closed)

Created:
4 years, 8 months ago by alancutter (OOO until 2018)
Modified:
4 years, 7 months ago
Reviewers:
Dirk Pranke
CC:
blink-reviews, chromium-reviews, Dirk Pranke, ojan
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make testharness.js tests fail on uncaught exceptions If a LayoutTest throws an uncaught exception before the testharness.js script has loaded the exception is ignored and the test may still pass. This patch updates the LayoutTests runner to see uncaught exceptions in testharness.js tests as test failure. Tests that are legitimately testing uncaught exceptions now have explicit expectations for these errors. BUG=602886

Patch Set 1 #

Patch Set 2 : Rebased and added expectations #

Patch Set 3 : Recover script changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5724 lines, -8 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-mode-composition-expected.txt View 1 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-targetX-targetY-composition-expected.txt View 1 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/dom/HTMLIFrameElement/sandbox-feature-detection-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/dom/custom/crash-without-dom-wrapper-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-attached-in-event-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-isolated-worlds-actual.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-isolated-worlds-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-onerror-expected.txt View 1 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/svg/getbbox-expected.txt View 1 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/dom/promise-rejection-events-expected.txt View 1 1 chunk +192 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/block-mixed-content-base-https-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/block-mixed-content-nocors-base-https-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/fetch-base-https-other-https-expected.txt View 1 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/fetch-expected.txt View 1 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction-base-https-other-https-expected.txt View 1 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/response-stream-construction-expected.txt View 1 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/auth-base-https-other-https-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/auth-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/auth-other-https-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cookie-base-https-other-https-expected.txt View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cookie-expected.txt View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cookie-other-https-expected.txt View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cors-base-https-other-https-expected.txt View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cors-expected.txt View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cors-other-https-expected.txt View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cors-preflight-base-https-other-https-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cors-preflight-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cors-preflight-other-https-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cors-preflight2-base-https-other-https-expected.txt View 1 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cors-preflight2-expected.txt View 1 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/cors-preflight2-other-https-expected.txt View 1 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-base-https-other-https-expected.txt View 1 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-credentials-base-https-other-https-expected.txt View 1 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-credentials-expected.txt View 1 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-credentials-other-https-expected.txt View 1 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-expected.txt View 1 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-loop-base-https-other-https-expected.txt View 1 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-loop-expected.txt View 1 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-loop-other-https-expected.txt View 1 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-other-https-expected.txt View 1 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-password-base-https-other-https-expected.txt View 1 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-password-expected.txt View 1 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/redirect-password-other-https-expected.txt View 1 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/scheme-blob-base-https-other-https-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/scheme-blob-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/scheme-blob-other-https-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/scheme-data-base-https-other-https-expected.txt View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/scheme-data-expected.txt View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/window/thorough/scheme-data-other-https-expected.txt View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/block-mixed-content-base-https-expected.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/block-mixed-content-nocors-base-https-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch-base-https-other-https-expected.txt View 1 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch-expected.txt View 1 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction-base-https-other-https-expected.txt View 1 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-stream-construction-expected.txt View 1 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/auth-base-https-other-https-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/auth-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/auth-other-https-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cookie-base-https-other-https-expected.txt View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cookie-expected.txt View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cookie-other-https-expected.txt View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cors-base-https-other-https-expected.txt View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cors-expected.txt View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cors-other-https-expected.txt View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cors-preflight-base-https-other-https-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cors-preflight-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cors-preflight-other-https-expected.txt View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cors-preflight2-base-https-other-https-expected.txt View 1 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cors-preflight2-expected.txt View 1 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/cors-preflight2-other-https-expected.txt View 1 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-base-https-other-https-expected.txt View 1 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-credentials-base-https-other-https-expected.txt View 1 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-credentials-expected.txt View 1 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-credentials-other-https-expected.txt View 1 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-expected.txt View 1 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-loop-base-https-other-https-expected.txt View 1 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-loop-expected.txt View 1 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-loop-other-https-expected.txt View 1 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-other-https-expected.txt View 1 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-password-base-https-other-https-expected.txt View 1 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-password-expected.txt View 1 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/redirect-password-other-https-expected.txt View 1 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-blob-base-https-other-https-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-blob-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-blob-other-https-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-data-base-https-other-https-expected.txt View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-data-expected.txt View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/fetch/workers/thorough/scheme-data-other-https-expected.txt View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/htmlimports/redirect-cross-origin-cross-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/htmlimports/redirect-cross-origin-cross-same-2-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/htmlimports/redirect-cross-origin-cross-same-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/htmlimports/redirect-cross-origin-expected.txt View 1 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/htmlimports/redirect-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-overrides-xfo-expected.txt View 1 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scripthash-handler-allowed-expected.txt View 1 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/blob-urls-match-self-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/filesystem-urls-match-self-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/script-src-blocked-error-event-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/script-src-unsafe-dynamic-expected.txt View 1 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/script-src-unsafe-dynamic-whitelist-expected.txt View 1 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/script-src-wildcards-disallowed-expected.txt View 1 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-11-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worker-eval-blocked-expected.txt View 1 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/worker-multiple-csp-headers-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentTypeOptions/block-image-as-script-expected.txt View 1 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentTypeOptions/image-as-script-blocked-with-error-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/contentTypeOptions/nosniff-script-blocked-with-error-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/link-crossorigin-preload-no-cors-expected.txt View 1 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/link-crossorigin-preload-use-credentials-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-fetch-blocked-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.https-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-websocket-blocked.https-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-sandbox-in-secure-page-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page-worker-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/sandbox-iframe-blocks-modals-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/secureContexts/authenticated_sandbox-expected.txt View 1 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/secureContexts/unauthenticated_sandbox-expected.txt View 1 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cors-eventsource-expected.txt View 1 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cors-fetch-expected.txt View 1 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cors-fetch-preflight-expected.txt View 1 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cors-font-face-expected.txt View 1 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cors-import-expected.txt View 1 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cors-script-expected.txt View 1 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cors-style-expected.txt View 1 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cors-xhr-expected.txt View 1 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cors-xhr-preflight-expected.txt View 1 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-change-document-domain-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-in-meta-disallowed-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-block-same-resource-twice-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-fetch-expected.txt View 1 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-hash-function-priority-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity-expected.txt View 1 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-load-regular-script-after-failed-integrity-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-same-resource-different-integrity-expected.txt View 1 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-bad-integrity-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-no-xorigin-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors-no-xorigin-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors-no-xorigin-with-creds-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-cors-bad-integrity-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-cors-no-xorigin-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-no-cors-bad-integrity-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-no-cors-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-no-cors-no-xorigin-empty-integrity-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-no-cors-no-xorigin-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-no-cors-no-xorigin-with-creds-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting-expected.txt View 1 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-cors-xhr-expected.txt View 1 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-fallback-expected.txt View 1 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-resources-expected.txt View 1 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-response-taint-expected.txt View 1 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/serviceworker/register-link-element-expected.txt View 1 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/serviceworker/registration-expected.txt View 1 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general-expected.txt View 1 1 chunk +138 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/readable-stream-reader-expected.txt View 1 1 chunk +126 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/templated-expected.txt View 1 1 chunk +376 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/worklet/import-expected.txt View 1 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-data-url-expected.txt View 1 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-set-src-networkState-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/parse-a-srcset-attribute-expected.txt View 1 1 chunk +635 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/parsing/html5lib_tests1-expected.txt View 1 1 chunk +116 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/parsing/html5lib_tests18-expected.txt View 1 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/parsing/html5lib_tests7-expected.txt View 1 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/animation-frames/callback-exception-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-data-url-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-in-attribute-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-same-origin-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-attribute-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-body-onerror-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-window-onerror-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-same-origin-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/window-onerror-parse-error-expected.txt View 1 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/window-onerror-runtime-error-expected.txt View 1 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/window-onerror-runtime-error-throw-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/security/cannot-read-self-from-file-expected.txt View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/web-animations-api/player-finished-promise-expected.txt View 1 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/web-animations-api/player-ready-promise-expected.txt View 1 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/check-testharness-expected-pass View 2 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py View 2 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/testharness_results.py View 2 2 chunks +19 lines, -2 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/testharness_results_unittest.py View 2 2 chunks +23 lines, -4 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (9 generated)
alancutter (OOO until 2018)
4 years, 8 months ago (2016-04-13 01:49:37 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1885703003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1885703003/1
4 years, 8 months ago (2016-04-13 01:53:17 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/211483)
4 years, 8 months ago (2016-04-13 03:05:58 UTC) #8
alancutter (OOO until 2018)
On 2016/04/13 at 03:05:58, commit-bot wrote: > Dry run: Try jobs failed on following builders: ...
4 years, 8 months ago (2016-04-13 03:57:30 UTC) #9
alancutter (OOO until 2018)
Changing reviewer to dpranke. Please let me know if there are any issues with this ...
4 years, 8 months ago (2016-04-13 07:48:05 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1885703003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1885703003/40001
4 years, 8 months ago (2016-04-13 07:48:45 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/204209)
4 years, 8 months ago (2016-04-13 08:36:33 UTC) #16
alancutter (OOO until 2018)
4 years, 8 months ago (2016-04-14 08:29:47 UTC) #17
On 2016/04/13 at 08:36:33, commit-bot wrote:
> Dry run: Try jobs failed on following builders:
>   win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED,
http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...)

Hmm, some of these tests output random nonces, a bit hard to add expectations
for...

Powered by Google App Engine
This is Rietveld 408576698