Skip to content

Commit c872db1

Browse files
MarkzipanCommit Queue
authored andcommitted
[ddc] Skipping js_interop_generic_cast_test
This avoids the following error on dart2js bots: EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'". Change-Id: I8db11022547566706ced612af86146b7731c35c0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397980 Auto-Submit: Mark Zhou <[email protected]> Reviewed-by: Nicholas Shahan <[email protected]> Commit-Queue: Nicholas Shahan <[email protected]>
1 parent 879046e commit c872db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/web/web.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ consistent_index_error_string_test: Slow, Pass # Issue 25940
4242
[ $compiler == dart2js && $csp ]
4343
deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loading.
4444
internal/object_members_test: SkipByDesign # Uses eval for interop
45+
js_interop_generic_cast_test: SkipByDesign # Issue 42085. CSP policy disallows injected JS code
4546
js_interop_non_null_asserts_disabled_test: SkipByDesign # Issue 42085. CSP policy disallows injected JS code
4647
js_interop_non_null_asserts_enabled_test: SkipByDesign # Issue 42085. CSP policy disallows injected JS code
4748
regress/issue/49129_test: SkipByDesign # Uses eval for interop

0 commit comments

Comments
 (0)