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

Unified Diff: dart/tests/try/try.status

Issue 663453002: Skip test that doesn't work in CSP mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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: dart/tests/try/try.status
diff --git a/dart/tests/try/try.status b/dart/tests/try/try.status
index c5095c3ec05fdcbafea6c38584832c54c5d48ec2..e3b7f96895af280434716243bf2ee917f5115b62 100644
--- a/dart/tests/try/try.status
+++ b/dart/tests/try/try.status
@@ -10,6 +10,7 @@ web/end_to_end_test: Fail, Pass # https://code.google.com/p/v8/issues/detail?id=
[ $csp ]
web/end_to_end_test: Fail, OK # http://dartbug.com/17935
+web/incremental_compilation_update_test: Skip # Test uses eval, not supported in CSP mode.
[ $runtime == safari || $runtime == safarimobilesim ]
web/cursor_position_test: Fail # http://dartbug.com/19836
@@ -30,5 +31,5 @@ poi/serialize_test: SkipByDesign # Uses dart:io.
[ $compiler == dart2js ]
poi/*: Skip # http://dartbug.com/20031
-[ $runtime == ff || $checked || $csp ]
+[ $runtime == ff || $checked ]
web/incremental_compilation_update_test: Slow, Pass
« 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