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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 | 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 |
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 | 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 |
8 | 8 |
9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai
lure. |
10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas
e triage this failure. | 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas
e triage this failure. |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 Language/08_Interfaces/4_Factories_and_Constructors_A10_t03: Fail # TODO(ahe): P
lease triage this failure. | 56 Language/08_Interfaces/4_Factories_and_Constructors_A10_t03: Fail # TODO(ahe): P
lease triage this failure. |
57 Language/08_Interfaces/4_Factories_and_Constructors_A10_t04: Fail # TODO(ahe): P
lease triage this failure. | 57 Language/08_Interfaces/4_Factories_and_Constructors_A10_t04: Fail # TODO(ahe): P
lease triage this failure. |
58 Language/08_Interfaces/4_Factories_and_Constructors_A10_t05: Fail # TODO(ahe): P
lease triage this failure. | 58 Language/08_Interfaces/4_Factories_and_Constructors_A10_t05: Fail # TODO(ahe): P
lease triage this failure. |
59 Language/08_Interfaces/4_Factories_and_Constructors_A10_t06: Fail # TODO(ahe): P
lease triage this failure. | 59 Language/08_Interfaces/4_Factories_and_Constructors_A10_t06: Fail # TODO(ahe): P
lease triage this failure. |
60 Language/08_Interfaces/Interfaces_A01_t02: Fail # TODO(ahe): Please triage this
failure. | 60 Language/08_Interfaces/Interfaces_A01_t02: Fail # TODO(ahe): Please triage this
failure. |
61 Language/08_Interfaces/Interfaces_A01_t06: Fail # TODO(ahe): Please triage this
failure. | 61 Language/08_Interfaces/Interfaces_A01_t06: Fail # TODO(ahe): Please triage this
failure. |
62 Language/08_Interfaces/Interfaces_A01_t07: Fail # TODO(ahe): Please triage this
failure. | 62 Language/08_Interfaces/Interfaces_A01_t07: Fail # TODO(ahe): Please triage this
failure. |
63 LibTest/core/double/toInt_A01_t03: Fail # TODO(ahe): Please triage this failure. | 63 LibTest/core/double/toInt_A01_t03: Fail # TODO(ahe): Please triage this failure. |
64 LibTest/core/double/toInt_A01_t04: Fail # TODO(ahe): Please triage this failure. | 64 LibTest/core/double/toInt_A01_t04: Fail # TODO(ahe): Please triage this failure. |
65 | 65 |
| 66 LibTest/core/Object/dynamic_A01_t01: Fail, OK # co19 issue 211 |
| 67 LibTest/core/Object/operator_equality_A01_t01: Fail, OK # co19 issue 211 |
| 68 LibTest/core/Object/toString_A01_t01: Fail, OK # co19 issue 211 |
| 69 |
| 70 |
66 [ $compiler == dart2js && $checked ] | 71 [ $compiler == dart2js && $checked ] |
67 # Tests rely on a VM exception being thrown in checked mode. | 72 # Tests rely on a VM exception being thrown in checked mode. |
68 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t02: Fail, OK | 73 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t02: Fail, OK |
69 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t03: Fail, OK | 74 Language/10_Expressions/10_Instance_Creation/2_Const_A09_t03: Fail, OK |
70 | 75 |
71 | 76 |
72 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD
O(ahe): Please triage this failure. | 77 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD
O(ahe): Please triage this failure. |
73 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD
O(ahe): Please triage this failure. | 78 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD
O(ahe): Please triage this failure. |
74 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please
triage this failure. | 79 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please
triage this failure. |
75 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please
triage this failure. | 80 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please
triage this failure. |
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1222 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 1227 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
1223 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 1228 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
1224 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 1229 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
1225 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 1230 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
1226 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 1231 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
1227 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 1232 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
1228 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 1233 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
1229 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 1234 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
1230 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 1235 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
1231 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 1236 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
OLD | NEW |