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

Side by Side Diff: tests/co19/co19-dart2js.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 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 LibTest/core/List/setRange_A05_t01: Fail, OK 306 LibTest/core/List/setRange_A05_t01: Fail, OK
307 307
308 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 308 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
309 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 309 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
310 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK 310 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK
311 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK 311 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
312 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK 312 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK
313 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 313 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
314 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 314 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
315 315
316 # The following tests use first|last as function instead of as getters.
317 LibTest/core/Queue/filter_A01_t04: Fail, OK
318 LibTest/core/Queue/first_A01_t01: Fail, OK
319 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK
320 LibTest/core/Queue/first_A02_t01: Pass, OK
321 LibTest/core/Queue/addFirst_A01_t01: Fail, OK
322 LibTest/core/Queue/removeLast_A01_t01: Fail, OK
323 LibTest/core/Queue/add_A01_t01: Fail, OK
324 LibTest/core/Queue/last_A02_t01: Pass, OK
325 LibTest/core/Queue/addLast_A01_t01: Fail, OK
326 LibTest/core/Queue/last_A01_t01: Fail, OK
327 LibTest/core/List/last_A02_t01: Fail, OK
328 LibTest/core/List/last_A01_t01: Fail, OK
329
316 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 330 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287
317 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 331 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287
318 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287 332 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287
319 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287 333 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287
320 LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287 334 LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287
321 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287 335 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287
322 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287 336 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287
323 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287 337 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287
324 LibTest/core/Queue/some_A01_t06: Fail, OK # co19 issue 287 338 LibTest/core/Queue/some_A01_t06: Fail, OK # co19 issue 287
325 LibTest/core/Queue/every_A01_t06: Fail, OK # co19 issue 287 339 LibTest/core/Queue/every_A01_t06: Fail, OK # co19 issue 287
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 863 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
850 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 864 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
851 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 865 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
852 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 866 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
853 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 867 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
854 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 868 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
855 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 869 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
856 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 870 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
857 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 871 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
858 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 872 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698