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

Unified Diff: tests/corelib/corelib.status

Issue 11184015: Rename ie to ie9. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
Index: tests/corelib/corelib.status
===================================================================
--- tests/corelib/corelib.status (revision 13713)
+++ tests/corelib/corelib.status (working copy)
@@ -11,14 +11,14 @@
apply_test: Fail # Bug 5670
apply2_test: Fail # Bug 5670
-[ $runtime == ff || $runtime == ie ]
+[ $runtime == ff || $runtime == ie9 ]
unicode_test: Fail
# TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
[ $runtime == opera ]
*: Skip
-[ $runtime == ie && ($system == linux || $system == macos) ]
+[ $runtime == ie9 && ($system == linux || $system == macos) ]
*: Skip
[ $runtime == safari && ($system == linux || $system == windows) ]
@@ -57,7 +57,7 @@
[ $compiler == dart2js && $runtime == ff && $system == windows ]
null_test: Fail # http://dartbug.com/5523
-[ $compiler == dart2js && $runtime == ie ]
+[ $compiler == dart2js && $runtime == ie9 ]
date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out?
string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?

Powered by Google App Engine
This is Rietveld 408576698