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

Side by Side Diff: tests/co19/co19-runtime.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, 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 234
235 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 235 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
236 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 236 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
237 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 237 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
238 238
239 239
240 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 240 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317
241 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 241 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
242 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 242 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
243 243
244 LibTest/core/List/addLast_A01_t03: Fail # List constructors, co19 issue 384
245 LibTest/core/List/add_A01_t01: Fail # List constructors, co19 issue 384
246 LibTest/core/List/clear_A01_t01: Fail # List constructors, co19 issue 384
247 LibTest/core/List/getRange_A01_t01: Fail # List constructors, co19 issue 384
248 LibTest/core/List/insertRange_A01_t01: Fail # List constructors, co19 issue 384
249 LibTest/core/List/insertRange_A04_t01: Fail # List constructors, co19 issue 384
250 LibTest/core/List/insertRange_A05_t01: Fail # List constructors, co19 issue 384
251 LibTest/core/List/insertRange_A06_t01: Fail # List constructors, co19 issue 384
252 LibTest/core/List/length_A01_t01: Fail # List constructors, co19 issue 384
253 LibTest/core/List/length_A02_t01: Fail # List constructors, co19 issue 384
254 LibTest/core/List/length_A03_t01: Fail # List constructors, co19 issue 384
255 LibTest/core/List/length_A05_t01: Fail # List constructors, co19 issue 384
256 LibTest/core/List/removeLast_A01_t01: Fail # List constructors, co19 issue 384
257 LibTest/core/List/removeLast_A01_t02: Fail # List constructors, co19 issue 384
258 LibTest/core/List/removeRange_A01_t01: Fail # List constructors, co19 issue 384
259 LibTest/core/List/removeRange_A03_t01: Fail # List constructors, co19 issue 384
260 LibTest/core/List/removeRange_A04_t01: Fail # List constructors, co19 issue 384
261 LibTest/core/List/removeRange_A05_t01: Fail # List constructors, co19 issue 384
262 LibTest/core/List/setRange_A01_t02: Fail # List constructors, co19 issue 384
263 LibTest/core/List/setRange_A02_t01: Fail # List constructors, co19 issue 384
264 LibTest/core/List/setRange_A02_t02: Fail # List constructors, co19 issue 384
265 LibTest/core/List/setRange_A03_t01: Fail # List constructors, co19 issue 384
266 LibTest/core/List/setRange_A03_t02: Fail # List constructors, co19 issue 384
267
244 [ $compiler == none && $runtime == vm && $checked ] 268 [ $compiler == none && $runtime == vm && $checked ]
245 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 269 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
246 270
247 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 271 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
248 272
249 [ $compiler == none && $runtime == vm && $unchecked ] 273 [ $compiler == none && $runtime == vm && $unchecked ]
250 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure. 274 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
251 275
252 [ $compiler == none && $runtime == vm ] 276 [ $compiler == none && $runtime == vm ]
253 # Not properly reporting exception in initializer expressions 277 # Not properly reporting exception in initializer expressions
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 *: Skip 560 *: Skip
537 561
538 [ $compiler == none && $arch == arm ] 562 [ $compiler == none && $arch == arm ]
539 *: Skip 563 *: Skip
540 564
541 [ $compiler == none && $arch == simmips ] 565 [ $compiler == none && $arch == simmips ]
542 *: Skip 566 *: Skip
543 567
544 [ $compiler == none && $arch == mips ] 568 [ $compiler == none && $arch == mips ]
545 *: Skip 569 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698