Commit 3ec14816 authored by Mike West's avatar Mike West Committed by Commit Bot

Unskip failing eval(TT) tests.

This patch checks in failing expectations instead to make our existing
behavior clear.

Bug: 1024786
Change-Id: I1cf5b536cc410b7798ce69a6a140b01f61ca2481
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089704
Commit-Queue: Mike West <mkwst@chromium.org>
Commit-Queue: Yifan Luo <lyf@chromium.org>
Auto-Submit: Mike West <mkwst@chromium.org>
Reviewed-by: default avatarYifan Luo <lyf@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747691}
parent d37881eb
...@@ -6165,11 +6165,6 @@ crbug.com/1019662 external/wpt/html/dom/idlharness.worker.html [ Pass Timeout ] ...@@ -6165,11 +6165,6 @@ crbug.com/1019662 external/wpt/html/dom/idlharness.worker.html [ Pass Timeout ]
# Temporarily disabled to a breakpoint non-determinism issue. # Temporarily disabled to a breakpoint non-determinism issue.
crbug.com/1019613 http/tests/devtools/sources/debugger/debug-inlined-scripts.js [ Pass Failure ] crbug.com/1019613 http/tests/devtools/sources/debugger/debug-inlined-scripts.js [ Pass Failure ]
# eval+Trusted Types failures while the feature is implemented.
external/wpt/trusted-types/eval-csp-no-tt.tentative.html [ Failure ]
external/wpt/trusted-types/eval-no-csp-no-tt.tentative.html [ Failure ]
external/wpt/trusted-types/eval-no-csp-no-tt-default-policy.tentative.html [ Failure ]
# First frame not always painted in time # First frame not always painted in time
crbug.com/1024976 media/controls/paint-controls-webkit-appearance-none.html [ Pass Failure ] crbug.com/1024976 media/controls/paint-controls-webkit-appearance-none.html [ Pass Failure ]
crbug.com/1024976 media/controls/paint-controls-webkit-appearance-none-custom-bg.html [ Pass Failure ] crbug.com/1024976 media/controls/paint-controls-webkit-appearance-none-custom-bg.html [ Pass Failure ]
......
This is a testharness.js-based test.
FAIL eval of TrustedScript works. assert_equals: expected (number) 2 but got (object) object "1+1"
PASS eval of string works.
PASS eval of !TrustedScript and !string works.
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL eval of TrustedScript works. assert_equals: expected (number) 2 but got (object) object "1+1"
PASS eval of string works and does not call a default policy.
PASS eval of !TrustedScript and !string works.
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL eval of TrustedScript works. assert_equals: expected (number) 2 but got (object) object "1+1"
PASS eval of string works.
PASS eval of !TrustedScript and !string works.
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment