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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 12401002: Make List.from and Iterable.toList default to not growable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == none && $runtime == vm && $checked ] 5 [ $compiler == none && $runtime == vm && $checked ]
6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 241
242 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 242 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
243 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 243 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
244 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 244 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
245 245
246 246
247 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 247 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317
248 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 248 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
249 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 249 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
250 250
251 LibTest/core/List/addLast_A01_t03: Fail # List constructors, co19 issue 384
252 LibTest/core/List/add_A01_t01: Fail # List constructors, co19 issue 384
253 LibTest/core/List/clear_A01_t01: Fail # List constructors, co19 issue 384
254 LibTest/core/List/getRange_A01_t01: Fail # List constructors, co19 issue 384
255 LibTest/core/List/insertRange_A01_t01: Fail # List constructors, co19 issue 384
256 LibTest/core/List/insertRange_A04_t01: Fail # List constructors, co19 issue 384
257 LibTest/core/List/insertRange_A05_t01: Fail # List constructors, co19 issue 384
258 LibTest/core/List/insertRange_A06_t01: Fail # List constructors, co19 issue 384
259 LibTest/core/List/length_A01_t01: Fail # List constructors, co19 issue 384
260 LibTest/core/List/length_A02_t01: Fail # List constructors, co19 issue 384
261 LibTest/core/List/length_A03_t01: Fail # List constructors, co19 issue 384
262 LibTest/core/List/length_A05_t01: Fail # List constructors, co19 issue 384
263 LibTest/core/List/removeLast_A01_t01: Fail # List constructors, co19 issue 384
264 LibTest/core/List/removeLast_A01_t02: Fail # List constructors, co19 issue 384
265 LibTest/core/List/removeRange_A01_t01: Fail # List constructors, co19 issue 384
266 LibTest/core/List/removeRange_A03_t01: Fail # List constructors, co19 issue 384
267 LibTest/core/List/removeRange_A04_t01: Fail # List constructors, co19 issue 384
268 LibTest/core/List/removeRange_A05_t01: Fail # List constructors, co19 issue 384
269 LibTest/core/List/setRange_A01_t02: Fail # List constructors, co19 issue 384
270 LibTest/core/List/setRange_A02_t01: Fail # List constructors, co19 issue 384
271 LibTest/core/List/setRange_A02_t02: Fail # List constructors, co19 issue 384
272 LibTest/core/List/setRange_A03_t01: Fail # List constructors, co19 issue 384
273 LibTest/core/List/setRange_A03_t02: Fail # List constructors, co19 issue 384
274
275 [ $compiler == none && $runtime == vm && $checked ] 251 [ $compiler == none && $runtime == vm && $checked ]
276 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 252 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
277 253
278 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 254 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
279 255
280 [ $compiler == none && $runtime == vm && $unchecked ] 256 [ $compiler == none && $runtime == vm && $unchecked ]
281 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure. 257 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
282 258
283 [ $compiler == none && $runtime == vm ] 259 [ $compiler == none && $runtime == vm ]
284 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce ption in initializer expressions 260 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce ption in initializer expressions
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 *: Skip 541 *: Skip
566 542
567 [ $compiler == none && $arch == arm ] 543 [ $compiler == none && $arch == arm ]
568 *: Skip 544 *: Skip
569 545
570 [ $compiler == none && $arch == simmips ] 546 [ $compiler == none && $arch == simmips ]
571 *: Skip 547 *: Skip
572 548
573 [ $compiler == none && $arch == mips ] 549 [ $compiler == none && $arch == mips ]
574 *: Skip 550 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/web_sql/dartium/web_sql_dartium.dart ('k') | tests/corelib/collection_removes_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698