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

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

Issue 11273041: Make first and last getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 5 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407 350 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407
351 351
352 352
353 [ $compiler == none && $runtime == vm ] 353 [ $compiler == none && $runtime == vm ]
354 354
355 # The following tests use the deprecated Date interface. 355 # The following tests use the deprecated Date interface.
356 # Issue co19 - 125 356 # Issue co19 - 125
357 LibTest/core/Date/toString_A02_t01: Fail, OK 357 LibTest/core/Date/toString_A02_t01: Fail, OK
358 LibTest/core/Date/year_A01_t01: Fail, OK 358 LibTest/core/Date/year_A01_t01: Fail, OK
359 359
360 # The following tests use first|last as function instead of as getters.
361 LibTest/core/Queue/filter_A01_t04: Fail, OK
362 LibTest/core/Queue/first_A01_t01: Fail, OK
363 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK
364 LibTest/core/Queue/first_A02_t01: Fail, OK
365 LibTest/core/Queue/addFirst_A01_t01: Fail, OK
366 LibTest/core/Queue/removeLast_A01_t01: Fail, OK
367 LibTest/core/Queue/add_A01_t01: Fail, OK
368 LibTest/core/Queue/last_A02_t01: Fail, OK
369 LibTest/core/Queue/addLast_A01_t01: Fail, OK
370 LibTest/core/Queue/last_A01_t01: Fail, OK
371 LibTest/core/List/last_A02_t01: Fail, OK
372 LibTest/core/List/last_A01_t01: Fail, OK
373
360 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK # co19 issu e 273 374 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK # co19 issu e 273
361 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK # co19 issue 273 375 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK # co19 issue 273
362 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK # co19 issue 273 376 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK # co19 issue 273
363 LibTest/core/Map/Map_class_A01_t03: Fail, OK # co19 issue 273 377 LibTest/core/Map/Map_class_A01_t03: Fail, OK # co19 issue 273
364 LibTest/core/Set/remove_A01_t03: Fail, OK # co19 issue 273 378 LibTest/core/Set/remove_A01_t03: Fail, OK # co19 issue 273
365 LibTest/core/Set/addAll_A01_t03: Fail, OK # co19 issue 273 379 LibTest/core/Set/addAll_A01_t03: Fail, OK # co19 issue 273
366 LibTest/core/Set/forEach_A01_t03: Fail, OK # co19 issue 273 380 LibTest/core/Set/forEach_A01_t03: Fail, OK # co19 issue 273
367 LibTest/core/Set/add_A01_t03: Fail, OK # co19 issue 273 381 LibTest/core/Set/add_A01_t03: Fail, OK # co19 issue 273
368 LibTest/core/Set/filter_A01_t03: Fail, OK # co19 issue 273 382 LibTest/core/Set/filter_A01_t03: Fail, OK # co19 issue 273
369 LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273 383 LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 593
580 594
581 [ $compiler == none && $runtime == vm && $mode == debug ] 595 [ $compiler == none && $runtime == vm && $mode == debug ]
582 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 596 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
583 597
584 [ $compiler == none && $arch == simarm ] 598 [ $compiler == none && $arch == simarm ]
585 *: Skip 599 *: Skip
586 600
587 [ $compiler == none && $arch == arm ] 601 [ $compiler == none && $arch == arm ]
588 *: Skip 602 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698