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

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 11223)
+++ tests/co19/co19-dart2js.status (working copy)
@@ -417,7 +417,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
ahe 2012/12/05 10:25:50 It would be great if you could avoid marking tests
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.
« no previous file with comments | « lib/compiler/implementation/ssa/builder.dart ('k') | tests/compiler/dart2js/call_site_type_inferer_static_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698