OLD | NEW |
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 Loading... |
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/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291 |
| 341 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291 |
| 342 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291 |
| 343 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291 |
| 344 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291 |
| 345 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291 |
| 346 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291 |
| 347 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291 |
| 348 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 291 |
| 349 LibTest/core/List/last_A01_t01: Fail, OK # co19 issue 291 |
| 350 |
340 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 | 351 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 |
341 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 | 352 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 |
342 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287 | 353 Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287 |
343 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287 | 354 Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287 |
344 LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287 | 355 LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287 |
345 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287 | 356 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287 |
346 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287 | 357 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287 |
347 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287 | 358 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287 |
348 LibTest/core/Queue/some_A01_t06: Fail, OK # co19 issue 287 | 359 LibTest/core/Queue/some_A01_t06: Fail, OK # co19 issue 287 |
349 LibTest/core/Queue/every_A01_t06: Fail, OK # co19 issue 287 | 360 LibTest/core/Queue/every_A01_t06: Fail, OK # co19 issue 287 |
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
871 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 882 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
872 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 883 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
873 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 884 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
874 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 885 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
875 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 886 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
876 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 887 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
877 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 888 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
878 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 889 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
879 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 890 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
880 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 891 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
OLD | NEW |