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

Unified Diff: tests/lib/lib.status

Issue 23014008: Update suppressions for IE9 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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 | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
===================================================================
--- tests/lib/lib.status (revision 26423)
+++ tests/lib/lib.status (working copy)
@@ -34,7 +34,7 @@
[ $csp ]
mirrors/*: Skip # Issue 6490
-[ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff]
+[ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
math/math_test: Fail
math/math2_test: Fail
@@ -86,7 +86,8 @@
[ $runtime == ie9 ]
# IE9 doesn't support typed arrays.
typed_data/*: Fail # Issue 11971
-convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12029
+convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029
+convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 12029
[ $runtime == opera ]
async/multiple_timer_test: Pass, Fail
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698