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

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

Issue 11267018: Make getKeys, getValues getters (keys, values). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | 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 # 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 360 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289
361 361
362 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
363 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
364 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
365 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
366 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
367 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
368 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293
369 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293
370
362 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291 371 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291
363 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291 372 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291
364 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291 373 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291
365 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291 374 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291
366 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291 375 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291
367 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291 376 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291
368 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291 377 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291
369 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291 378 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291
370 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291 379 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291
371 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291 380 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 603
595 604
596 [ $compiler == none && $runtime == vm && $mode == debug ] 605 [ $compiler == none && $runtime == vm && $mode == debug ]
597 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 606 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
598 607
599 [ $compiler == none && $arch == simarm ] 608 [ $compiler == none && $arch == simarm ]
600 *: Skip 609 *: Skip
601 610
602 [ $compiler == none && $arch == arm ] 611 [ $compiler == none && $arch == arm ]
603 *: Skip 612 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698