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

Unified Diff: tests/html/html.status

Issue 1694603002: mark interop test failing in csp mode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index b89f00a5910b6293f0c3a227a65b5e338f689058..a319ebeef2654bece94514d9ec5aba270bf5eeb3 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -389,16 +389,17 @@ request_animation_frame_test: Skip # Async test hangs.
[ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
# Note: these tests are all injecting scripts by design. This is not allowed under CSP.
-event_customevent_test: Fail # Test cannot run under CSP restrictions.
-js_interop_1_test: Skip # Test cannot run under CSP restrictions (times out).
-js_test: Skip # Test cannot run under CSP restrictions (times out).
-js_array_test: Skip # Test cannot run under CSP restrictions.
-js_typed_interop_test: Skip # Test cannot run under CSP restrictions.
-js_function_getter_test: Skip # Test cannot run under CSP restrictions.
-js_function_getter_trust_types_test: Skip # Test cannot run under CSP restrictions.
-js_dart_to_string_test: Skip # Test cannot run under CSP restrictions.
-mirrors_js_typed_interop_test: Skip # Test cannot run under CSP restrictions.
-postmessage_structured_test: Skip # Test cannot run under CSP restrictions (times out).
+event_customevent_test: SkipByDesign
+js_interop_1_test: SkipByDesign
+js_test: SkipByDesign
+js_array_test: SkipByDesign
+js_typed_interop_test: SkipByDesign
+js_typed_interop_default_arg_test: SkipByDesign
+js_function_getter_test: SkipByDesign
+js_function_getter_trust_types_test: SkipByDesign
+js_dart_to_string_test: SkipByDesign
+mirrors_js_typed_interop_test: SkipByDesign
+postmessage_structured_test: SkipByDesign
[ $compiler == dart2js && $runtime == chrome]
svgelement_test/supported_altGlyph: RuntimeError # Issue 23144
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698