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

Unified Diff: tests/co19/co19-dart2js.status

Issue 10873025: Inlining of static functions: applying Florian's CL. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
Index: tests/co19/co19-dart2js.status
===================================================================
--- tests/co19/co19-dart2js.status (revision 11216)
+++ tests/co19/co19-dart2js.status (working copy)
@@ -411,7 +411,10 @@
LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion.
LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API.
LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API.
-LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int.
+# The following test will start to fail when dart2js fixes issue 2887 (constant
+# folding with runtime-semantics).
+# It should then be marked as: Fail, OK # Requires big int.
+LibTest/core/int/operator_NOT_A01_t01: Pass
LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double.
LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us.

Powered by Google App Engine
This is Rietveld 408576698