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

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

Issue 14065011: Implement getRange (returning an Iterable). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes and status-file update. Created 7 years, 8 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 1e779a8e9e202cd83d58fcc3fd4b2b1ee4936fd4..3e64ad15b916f414aecded5cab635fae454c1ede 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -488,6 +488,10 @@ LibTest/core/List/addLast_A01_t01: Fail # Issue 397
LibTest/core/List/addLast_A01_t03: Fail # Issue 397
LibTest/core/List/addLast_A02_t01: Fail # Issue 397
+LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and returns Iterable. Issue TODO
Lasse Reichstein Nielsen 2013/04/11 10:56:15 Remember to add issue number.
floitsch 2013/04/11 14:12:48 Done.
+LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and returns Iterable. Issue TODO
+LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argument and returns Iterable. Issue TODO
+
# Issues with co19 test suite in checked mode.
[ $compiler == dart2js && $checked ]

Powered by Google App Engine
This is Rietveld 408576698