| 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/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 | 9 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 |
| 10 | 10 |
| 11 # These tests need to be updated to the new Date core lib API, co19 issue 256: |
| 12 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail |
| 13 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail |
| 14 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: Fail # May be a diffe
rent issue. |
| 15 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # May be a diffe
rent issue. |
| 16 LibTest/core/Date/Date_A01_t04: Fail |
| 17 LibTest/core/Date/Date_A01_t05: Fail |
| 18 LibTest/core/Date/isUtc_A01_t01: Fail |
| 19 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail |
| 20 LibTest/core/Date/operator_GE_A01_t01: Fail |
| 21 LibTest/core/Date/operator_GT_A01_t01: Fail |
| 22 LibTest/core/Date/operator_LE_A01_t01: Fail |
| 23 LibTest/core/Date/operator_LT_A01_t01: Fail |
| 24 LibTest/core/Date/operator_equality_A01_t01: Fail |
| 25 LibTest/core/Date/timeZoneName_A01_t01: Fail |
| 26 LibTest/core/Date/timeZoneOffset_A01_t01: Fail |
| 27 LibTest/core/Date/toLocal_A01_t01: Fail |
| 28 LibTest/core/Date/toUtc_A01_t01: Fail |
| 29 |
| 11 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 30 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
| 12 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this
failure. | 31 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this
failure. |
| 13 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai
lure. | 32 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai
lure. |
| 14 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai
lure. | 33 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai
lure. |
| 15 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please
triage this failure. | 34 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please
triage this failure. |
| 16 Language/07_Classes/8_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A
01_t05: Fail # TODO(ahe): Please triage this failure. | 35 Language/07_Classes/8_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A
01_t05: Fail # TODO(ahe): Please triage this failure. |
| 17 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail #
TODO(ahe): Please triage this failure. | 36 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail #
TODO(ahe): Please triage this failure. |
| 18 Language/09_Generics/09_Generics_A05_t02: Fail # TODO(ahe): Please triage this f
ailure. | 37 Language/09_Generics/09_Generics_A05_t02: Fail # TODO(ahe): Please triage this f
ailure. |
| 19 Language/10_Expressions/01_Constants_A05_t01: Fail # TODO(ahe): Please triage th
is failure. | 38 Language/10_Expressions/01_Constants_A05_t01: Fail # TODO(ahe): Please triage th
is failure. |
| 20 Language/10_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage th
is failure. | 39 Language/10_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage th
is failure. |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 | 338 |
| 320 # The following tests use the deprecated Date interface. | 339 # The following tests use the deprecated Date interface. |
| 321 # Issue co19 - 125 | 340 # Issue co19 - 125 |
| 322 LibTest/core/Date/toString_A02_t01: Fail, OK | 341 LibTest/core/Date/toString_A02_t01: Fail, OK |
| 323 | 342 |
| 324 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212 | 343 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212 |
| 325 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212 | 344 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212 |
| 326 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 | 345 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 |
| 327 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 212 | 346 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 212 |
| 328 | 347 |
| 329 [ $compiler == dart2js && $unchecked ] | |
| 330 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail | |
| 331 | |
| 332 [ $compiler == dart2js && $checked ] | 348 [ $compiler == dart2js && $checked ] |
| 333 LibTest/core/Queue/addLast_A01_t01: Slow, Pass | 349 LibTest/core/Queue/addLast_A01_t01: Slow, Pass |
| 334 LibTest/core/Queue/add_A01_t01: Slow, Pass | 350 LibTest/core/Queue/add_A01_t01: Slow, Pass |
| 335 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass | 351 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass |
| 336 | 352 |
| 337 # | 353 # |
| 338 # Issues with co19 test suite. | 354 # Issues with co19 test suite. |
| 339 # | 355 # |
| 340 # If you add anything here, either file a bug against the Dart | 356 # If you add anything here, either file a bug against the Dart |
| 341 # language specification, co19 test suite, or add a comment that ahe@ | 357 # language specification, co19 test suite, or add a comment that ahe@ |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 763 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 748 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 764 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 749 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 765 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 750 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 766 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 751 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 767 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 752 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 768 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 753 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 769 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 754 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 770 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 755 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 771 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 756 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 772 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |