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

Unified Diff: tests/corelib/corelib.status

Issue 12680005: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « no previous file | tests/corelib/double_round4_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index c469c3bc9038ead78aa576f1d14b54cb83aa26a8..9bc31d7381e560f379d6be4df5f2279ad2a5ba5a 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -12,10 +12,14 @@ compare_to2_test: Fail # Bug 4018
[ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
unicode_test: Fail
-[ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari]
+[ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ]
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.
+
[ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == d8 || $runtime == safari) ]
string_trim_unicode_test: Fail # V8 bug 2408
« no previous file with comments | « no previous file | tests/corelib/double_round4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698