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

Unified Diff: tests/co19/co19-runtime.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-runtime.status
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index 92fb5e02dc6b441f75d8300e002d80c5b68c0c53..80b21c9f0c1cc30e19a6e914770966ed6dc2a6b9 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -357,6 +357,20 @@ LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407
LibTest/core/Date/toString_A02_t01: Fail, OK
LibTest/core/Date/year_A01_t01: 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: Fail, 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: Fail, 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/11_Instance_Creation/1_New_A12_t01: Fail, OK # co19 issue 273
LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK # co19 issue 273
LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK # co19 issue 273

Powered by Google App Engine
This is Rietveld 408576698