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

Side by Side Diff: tests/co19/co19-dart2js.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-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this failure.
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 330 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
331 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 331 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
332 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK 332 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK
333 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK 333 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
334 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK 334 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK
335 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 335 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
336 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 336 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
337 337
338 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 338 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289
339 339
340 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
341 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
342 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
343 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
344 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
345 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
346 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293
347 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293
348
340 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291 349 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291
341 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291 350 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291
342 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291 351 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291
343 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291 352 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291
344 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291 353 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291
345 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291 354 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291
346 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291 355 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291
347 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291 356 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291
348 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 291 357 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 291
349 LibTest/core/List/last_A01_t01: Fail, OK # co19 issue 291 358 LibTest/core/List/last_A01_t01: Fail, OK # co19 issue 291
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 891 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
883 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 892 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
884 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 893 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
885 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 894 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
886 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 895 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
887 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 896 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
888 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 897 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
889 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 898 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
890 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 899 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
891 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 900 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« 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