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

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

Issue 12335131: Make List.from default to not growable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix one more from. Created 7 years, 10 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-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 2686a13cca5bc84624f67d2cdd65fc232859c678..eaa2573af2e27ccebf46d2e23eb2e5642df830ce 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -563,6 +563,30 @@ LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i
LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. co19 issue 380
LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. co19 issue 380
+LibTest/core/List/addLast_A01_t03: Fail # List constructors, co19 issue 384
+LibTest/core/List/add_A01_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/clear_A01_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/getRange_A01_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/insertRange_A01_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/insertRange_A04_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/insertRange_A05_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/insertRange_A06_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/length_A01_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/length_A02_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/length_A03_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/length_A05_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/removeLast_A01_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/removeLast_A01_t02: Fail # List constructors, co19 issue 384
+LibTest/core/List/removeRange_A01_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/removeRange_A03_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/removeRange_A04_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/removeRange_A05_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/setRange_A01_t02: Fail # List constructors, co19 issue 384
+LibTest/core/List/setRange_A02_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/setRange_A02_t02: Fail # List constructors, co19 issue 384
+LibTest/core/List/setRange_A03_t01: Fail # List constructors, co19 issue 384
+LibTest/core/List/setRange_A03_t02: Fail # List constructors, co19 issue 384
+
# Issues with co19 test suite in checked mode.
[ $compiler == dart2js && $checked ]
LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 issue 367
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698