File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ isolate/spawn_uri__package_uri__test: SkipByDesign # This test uses Isolate.spaw
34
34
html/xhr_test/xhr: Skip # Times out. Issue 21527
35
35
36
36
[ $csp ]
37
+ html/js_interop_constructor_name/*: SkipByDesign # Issue 42085.
37
38
isolate/deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work from an isolate in CSP-mode
38
39
js/instanceof_test: SkipByDesign # Issue 42085. CSP policy disallows injected JS code
39
40
js/method_call_on_object_test: SkipByDesign # Issue 42085.
Original file line number Diff line number Diff line change @@ -34,9 +34,11 @@ isolate/spawn_uri__package_uri__test: SkipByDesign # This test uses Isolate.spaw
34
34
html/xhr_test/xhr: Skip # Times out. Issue 21527
35
35
36
36
[ $csp ]
37
+ html/js_interop_constructor_name/*: SkipByDesign # Issue 42085.
37
38
isolate/deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work from an isolate in CSP-mode
38
39
js/instanceof_test: SkipByDesign # Issue 42085. CSP policy disallows injected JS code
39
40
js/method_call_on_object_test: SkipByDesign # Issue 42085.
41
+ js/mock_test/*: SkipByDesign # Issue 42085.
40
42
js/parameters_test: SkipByDesign # Issue 42085.
41
43
42
44
[ $compiler != dart2js && $compiler != dartdevk ]
You can’t perform that action at this time.
0 commit comments