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

Unified Diff: tests/corelib/corelib.status

Issue 562883002: Remove suppressions for ie9 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
===================================================================
--- tests/corelib/corelib.status (revision 40135)
+++ tests/corelib/corelib.status (working copy)
@@ -83,18 +83,13 @@
[ $compiler == none && $runtime == ContentShellOnAndroid ]
core_runtime_types_test: Pass, Fail # Issue 20525
-[ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
+[ $runtime == ff || $runtime == jsshell ]
unicode_test: Fail
-[ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari || $runtime == safarimobilesim ]
+[ $runtime == ff || $runtime == jsshell || $runtime == safari || $runtime == safarimobilesim ]
double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
-[ $runtime == ie9 ]
-double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
-double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
-collection_length_test: Skip # Issue 12844
-
[ $runtime == opera ]
core_runtime_types_test: Fail
null_nosuchmethod_test: Fail # Issue: 7413
@@ -117,11 +112,6 @@
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
-[ $compiler == dart2js && $runtime == ie9 ]
-string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
-list_test: Fail # IE doesn't support typed data.
-shuffle_test: Fail # IE doesn't support typed data.
-
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
@@ -130,7 +120,7 @@
[ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
string_trimlr_test/none: Fail
-[ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ]
+[ $compiler == dart2js && $runtime == ie10 ]
string_case_test/01: Fail, OK # Bug in IE.
string_case_test/02: Fail, OK # Bug in IE.
@@ -179,7 +169,7 @@
[ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
-[ $runtime == ie9 || $runtime == ie10 ]
+[ $runtime == ie10 ]
num_parse_test: RuntimeError # Issue 15316
num_parse_test/01: RuntimeError # Issue 15316
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698