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

Unified Diff: runtime/tests/vm/vm.status

Issue 1024253002: Adjust status of data_uri_failures_test to allow for the browser's more permissive handling of data… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | « runtime/tests/vm/dart/data_uri_spawn_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/vm.status
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
index bc819aef7838e8dec617c0ed01c12abc53663ba4..e1d95ce3d3b268d5144744ba065096a6334d389c 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -65,6 +65,12 @@ dart/inline_stack_frame_test: RuntimeError # Issue 7953
# Data uri's not supported by dart2js or the analyzer.
dart/data_uri*test: Skip
+[ $runtime == vm ]
+dart/data_uri_failures_test/wrongmime: RuntimeError, OK # VM is more restrictive than the browser
+dart/data_uri_failures_test/nomime: RuntimeError, OK
+dart/data_uri_failures_test/nocharset: RuntimeError, OK
+dart/data_uri_failures_test/base64: RuntimeError, OK
+
[ $compiler == dart2dart ]
# Skip until we stabilize language tests.
*: Skip
« no previous file with comments | « runtime/tests/vm/dart/data_uri_spawn_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698