| 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/11_Statements/06_For_A01_t07: Crash | 9 Language/11_Statements/06_For_A01_t07: Crash |
| 10 | 10 |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa
il # co19 issue 272 | 194 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa
il # co19 issue 272 |
| 195 | 195 |
| 196 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274 | 196 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274 |
| 197 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274 | 197 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274 |
| 198 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274 | 198 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274 |
| 199 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274 | 199 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274 |
| 200 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274 | 200 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274 |
| 201 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274 | 201 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274 |
| 202 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 274 | 202 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 274 |
| 203 | 203 |
| 204 LibTest/core/ObjectNotClosureException/toString_A01_t01: Fail, OK # co19 issue 2
76 |
| 205 LibTest/core/ObjectNotClosureException/ObjectNotClosureException_A01_t01: Fail,
OK # co19 issue 276 |
| 206 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 276 |
| 207 LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 276 |
| 208 LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 276 |
| 209 LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 276 |
| 210 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276 |
| 211 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276 |
| 212 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276 |
| 213 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276 |
| 214 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276 |
| 215 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276 |
| 216 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276 |
| 217 LibTest/core/ClosureArgumentMismatchException/toString_A01_t01: Fail, OK # co19
issue 276 |
| 218 LibTest/core/ClosureArgumentMismatchException/ClosureArgumentMismatchException_A
01_t01: Fail, OK # co19 issue 276 |
| 219 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276 |
| 220 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276 |
| 204 | 221 |
| 205 [ $compiler == dart2js && $unchecked ] | 222 [ $compiler == dart2js && $unchecked ] |
| 206 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. | 223 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. |
| 207 | 224 |
| 208 # These tests do noting in checked mode, and therefore cannot fail. | |
| 209 LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 274 | |
| 210 LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 274 | |
| 211 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 274 | |
| 212 LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 274 | |
| 213 | |
| 214 [ $compiler == dart2js && $checked ] | 225 [ $compiler == dart2js && $checked ] |
| 215 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348 | 226 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348 |
| 216 | 227 |
| 217 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD
O(ahe): Please triage this failure. | 228 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD
O(ahe): Please triage this failure. |
| 218 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD
O(ahe): Please triage this failure. | 229 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD
O(ahe): Please triage this failure. |
| 219 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please
triage this failure. | 230 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please
triage this failure. |
| 220 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please
triage this failure. | 231 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please
triage this failure. |
| 221 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please
triage this failure. | 232 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please
triage this failure. |
| 222 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please
triage this failure. | 233 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please
triage this failure. |
| 223 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f
ailure. | 234 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f
ailure. |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 776 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 766 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 777 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 767 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 778 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 768 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 779 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 769 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 780 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 770 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 781 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 771 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 782 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 772 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 783 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 773 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 784 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 774 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 785 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |