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

Unified Diff: pkg/pkg.status

Issue 10915215: Add async initialization for Intl.message and an example (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
« pkg/intl/test/intl_test.dart ('K') | « pkg/intl/test/intl_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
===================================================================
--- pkg/pkg.status (revision 12224)
+++ pkg/pkg.status (working copy)
@@ -20,10 +20,11 @@
intl/test/date_time_format_file_even_test: skip
intl/test/date_time_format_file_odd_test: skip
-# Skip tests that force dartc to compile dart:io, which seems to be hopelessly
-# broken
-[ $compiler == dartc]
-intl/test/date_time_format_file_test: skip
+# Skip intl_message tests that use mirrors on dart2js until it's been implemented there.
+[ $compiler == dart2js ]
+intl/test/intl_message_test: skip
Emily Fortuna 2012/09/12 01:23:48 is there a bug open on dart2js about this? If so,
Alan Knight 2012/09/12 20:58:20 I can't find one.
+intl/test/intl_test: skip
+intl/test/intl_message_test_using_example: skip
[ $compiler == dartc ]
unittest/test/mock_regexp_negative_test: fail
« pkg/intl/test/intl_test.dart ('K') | « pkg/intl/test/intl_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698