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

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

Issue 13863012: Refactor List.setRange function. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments. 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/list_set_range_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-runtime.status
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index caf1431124db17b5dafbfd1a0d86dec03b06bf64..02b324b879b2a9ce154d7b8457feefe5761c91a7 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -429,6 +429,13 @@ LibTest/core/List/removeRange_A02_t01: fail # Issue 400
LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400
LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400
+LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402
+LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issue 402
+LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issue 402
+LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issue 402
+LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there aren't enough elements in the iterable. Issue 402
+LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there aren't enough elements in the iterable. Issue 402
+
[ $compiler == none && $runtime == vm && $checked ]
LibTest/core/Set/intersection_A01_t01: Fail # issue 390
LibTest/core/Set/intersection_A01_t02: Fail # issue 390
@@ -441,6 +448,8 @@ LibTest/core/Match/pattern_A01_t01: fail # Issue 400
LibTest/core/Match/str_A01_t01: fail # Issue 400
LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400
+[ $compiler == none && $runtime == vm && $unchecked ]
+LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issue TODO
[ $compiler == none && $arch == simarm ]
*: Skip
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/list_set_range_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698