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

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

Issue 11273041: Make first and last getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 45fbd1317eb20cee6ba5968f2cf15b070a41e5ed..ec4578b1c88350b8e3535b5ec9318e0d5cf8e334 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -313,6 +313,20 @@ Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK
Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail, OK
Language/14_Types/5_Function_Types_A01_t21: Fail, OK
+# The following tests use first|last as function instead of as getters.
+LibTest/core/Queue/filter_A01_t04: Fail, OK
+LibTest/core/Queue/first_A01_t01: Fail, OK
+LibTest/core/Queue/removeFirst_A01_t01: Fail, OK
+LibTest/core/Queue/first_A02_t01: Pass, OK
+LibTest/core/Queue/addFirst_A01_t01: Fail, OK
+LibTest/core/Queue/removeLast_A01_t01: Fail, OK
+LibTest/core/Queue/add_A01_t01: Fail, OK
+LibTest/core/Queue/last_A02_t01: Pass, OK
+LibTest/core/Queue/addLast_A01_t01: Fail, OK
+LibTest/core/Queue/last_A01_t01: Fail, OK
+LibTest/core/List/last_A02_t01: Fail, OK
+LibTest/core/List/last_A01_t01: Fail, OK
+
Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287
Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287
Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287

Powered by Google App Engine
This is Rietveld 408576698