| 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 # Crashes first, please. Then untriaged bugs. There is a section below | 5 # Crashes first, please. Then untriaged bugs. There is a section below |
| 6 # for co19 bugs. | 6 # for co19 bugs. |
| 7 [ $compiler == dart2js ] | 7 [ $compiler == dart2js ] |
| 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
| 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_A05_t04: Fail # TODO(ahe): Please triage this
failure. | 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this
failure. |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096 | 184 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096 |
| 185 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t01: Fail # TODO(ngeoaffray): Please triage these failure. | 185 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t01: Fail # TODO(ngeoaffray): Please triage these failure. |
| 186 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
TODO(ngeoaffray): Please triage these failure. | 186 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
TODO(ngeoaffray): Please triage these failure. |
| 187 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these
failure. | 187 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these
failure. |
| 188 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray):
Please triage these failure. | 188 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray):
Please triage these failure. |
| 189 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # TODO(ngeoaffray): Please triage these failure. | 189 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # TODO(ngeoaffray): Please triage these failure. |
| 190 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # TODO(ngeoaffray): Please triage these failure. | 190 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # TODO(ngeoaffray): Please triage these failure. |
| 191 LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. | 191 LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. |
| 192 LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. | 192 LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. |
| 193 | 193 |
| 194 [ $compiler == dart2js && $minified ] |
| 195 |
| 196 # These tests assume that the invocation mirror gets the original name of the |
| 197 # method, but that information is not present when minifying. They could be |
| 198 # fixed by using the invocation mirror to invoke a method on a different object |
| 199 # and checking that the correct method is invoked. |
| 200 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK |
| 201 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK |
| 202 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK |
| 203 |
| 204 |
| 194 [ $compiler == dart2js && $checked ] | 205 [ $compiler == dart2js && $checked ] |
| 195 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD
O(ahe): Please triage this failure. | 206 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD
O(ahe): Please triage this failure. |
| 196 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD
O(ahe): Please triage this failure. | 207 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD
O(ahe): Please triage this failure. |
| 197 Language/07_Classes/6_Constructors/2_Factories_A03_t07: Fail # TODO(ahe): Please
triage this failure. | 208 Language/07_Classes/6_Constructors/2_Factories_A03_t07: Fail # TODO(ahe): Please
triage this failure. |
| 198 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please
triage this failure. | 209 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please
triage this failure. |
| 199 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please
triage this failure. | 210 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please
triage this failure. |
| 200 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please
triage this failure. | 211 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please
triage this failure. |
| 201 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please
triage this failure. | 212 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please
triage this failure. |
| 202 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f
ailure. | 213 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f
ailure. |
| 203 Language/09_Generics/09_Generics_A04_t06: Fail # TODO(ahe): Please triage this f
ailure. | 214 Language/09_Generics/09_Generics_A04_t06: Fail # TODO(ahe): Please triage this f
ailure. |
| (...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). | 871 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). |
| 861 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in
Set or Map keys (issue 377). | 872 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in
Set or Map keys (issue 377). |
| 862 | 873 |
| 863 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification
error (issue 376). | 874 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification
error (issue 376). |
| 864 | 875 |
| 865 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 876 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 866 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 877 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
| 867 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 878 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
| 868 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 879 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 869 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 880 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| OLD | NEW |