Skip to content

Commit df7473e

Browse files
srujzscommit-bot@chromium.org
authored andcommitted
Filter out tests that use eval in csp
Filters out recently added js_interop_constructor_name tests and adds missing filtered test mock_test to lib_2.status. Change-Id: I4607128b5e5266294f2bf393033587c26342ca24 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/177140 Reviewed-by: Sigmund Cherem <[email protected]> Commit-Queue: Srujan Gaddam <[email protected]>
1 parent 3ccd5d8 commit df7473e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/lib/lib.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ isolate/spawn_uri__package_uri__test: SkipByDesign # This test uses Isolate.spaw
3434
html/xhr_test/xhr: Skip # Times out. Issue 21527
3535

3636
[ $csp ]
37+
html/js_interop_constructor_name/*: SkipByDesign # Issue 42085.
3738
isolate/deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work from an isolate in CSP-mode
3839
js/instanceof_test: SkipByDesign # Issue 42085. CSP policy disallows injected JS code
3940
js/method_call_on_object_test: SkipByDesign # Issue 42085.

tests/lib_2/lib_2.status

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ isolate/spawn_uri__package_uri__test: SkipByDesign # This test uses Isolate.spaw
3434
html/xhr_test/xhr: Skip # Times out. Issue 21527
3535

3636
[ $csp ]
37+
html/js_interop_constructor_name/*: SkipByDesign # Issue 42085.
3738
isolate/deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work from an isolate in CSP-mode
3839
js/instanceof_test: SkipByDesign # Issue 42085. CSP policy disallows injected JS code
3940
js/method_call_on_object_test: SkipByDesign # Issue 42085.
41+
js/mock_test/*: SkipByDesign # Issue 42085.
4042
js/parameters_test: SkipByDesign # Issue 42085.
4143

4244
[ $compiler != dart2js && $compiler != dartdevk ]

0 commit comments

Comments
 (0)