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

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

Issue 10855170: Track types for arguments passed to calls to static functions (Closed) Base URL: https://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-leg.status
diff --git a/tests/co19/co19-leg.status b/tests/co19/co19-leg.status
index 753b3c35ebe3548c84a9cc78dfa04bb6bab6ac9b..9dedcdec542ae2e4ea214f8f1d45248ee2a12e98 100644
--- a/tests/co19/co19-leg.status
+++ b/tests/co19/co19-leg.status
@@ -299,7 +299,7 @@ LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API.
LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int.
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, OK # Requires big int.
+LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us.
LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has double.
LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int.
LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.

Powered by Google App Engine
This is Rietveld 408576698