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

Unified Diff: pkg/pkg.status

Issue 10959002: Read locales over http in the browser (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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
Index: pkg/pkg.status
===================================================================
--- pkg/pkg.status (revision 12653)
+++ pkg/pkg.status (working copy)
@@ -24,11 +24,11 @@
# Skip browser-specific Intl tests on VM
[ $runtime == vm ]
intl/test/find_default_locale_browser_test: skip
+intl/test/date_time_format_http_request_test: skip
-# Skip tests that use dart:io on dartc. Issue 5143
-[ $compiler == dartc ]
-intl/test/date_time_format_file_even_test: skip
-intl/test/date_time_format_file_odd_test: skip
+# Skip http request tests on Windows temporarily
+[ $system == windows]
+int/test/date_time_format_http_request_test: skip
# Skip intl_message tests that use mirrors on dart2js until it's been implemented there.
[ $compiler == dart2js ]

Powered by Google App Engine
This is Rietveld 408576698