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

Unified Diff: pkg/pkg.status

Issue 268593004: Update status file entries for mobile safari simulator. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 8 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 | tests/corelib/corelib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
===================================================================
--- pkg/pkg.status (revision 35615)
+++ pkg/pkg.status (working copy)
@@ -138,7 +138,7 @@
[ $runtime == ie10 ]
typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here explicitly, since this is not the same as on ie9)
-[ $runtime == safari ]
+[ $runtime == safari || $runtime == safarimobilesim ]
# Unexplained errors only occuring on Safari.
typed_data/test/typed_buffers_test: RuntimeError
@@ -315,7 +315,7 @@
polymer_expressions/test/bindings_test: Skip
third_party/html5lib/test/browser/browser_test: Skip
-[ $runtime == safari || $ie ]
+[ $runtime == safari || $runtime == safarimobilesim || $ie ]
polymer_expressions/test/globals_test: Fail # Issue 16568
polymer_expressions/test/bindings_test: Fail # Issue 16568
@@ -339,7 +339,7 @@
[ $runtime == vm && ($system == windows || $system == linux) ]
watcher/test/*/mac_os_test: Skip
-[ $runtime == safari || $runtime == chrome || $runtime == ff || $ie ]
+[ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $runtime == ff || $ie ]
# Various issues due to limited browser testing in Angular.
third_party/angular_tests/*: Skip
« no previous file with comments | « no previous file | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698