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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
6 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. | 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. |
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. | 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. |
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. | 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. |
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. | 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. |
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. | 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. |
(...skipping 17 matching lines...) Expand all Loading... |
28 class_literal_test/29: Fail # Class literals are expression now; delete this tes
t. | 28 class_literal_test/29: Fail # Class literals are expression now; delete this tes
t. |
29 full_stacktrace1_test: Skip # Stack trace interface is not implemented yet. | 29 full_stacktrace1_test: Skip # Stack trace interface is not implemented yet. |
30 full_stacktrace2_test: Skip # Stack trace interface is not implemented yet. | 30 full_stacktrace2_test: Skip # Stack trace interface is not implemented yet. |
31 full_stacktrace3_test: Skip # Stack trace interface is not implemented yet. | 31 full_stacktrace3_test: Skip # Stack trace interface is not implemented yet. |
32 | 32 |
33 # VM specific tests that should not be run by dart2js. | 33 # VM specific tests that should not be run by dart2js. |
34 *vm_test: Skip | 34 *vm_test: Skip |
35 *vm_negative_test: Skip | 35 *vm_negative_test: Skip |
36 | 36 |
37 [ $compiler == dart2js && $checked ] | 37 [ $compiler == dart2js && $checked ] |
| 38 mixin_type_parameters_super_extends_test: Fail # http://dartbug.com/8116 |
| 39 mixin_type_parameters_super_test: Fail # http://dartbug.com/8116 |
38 prefix16_test: Fail # dartbug.com/7354 | 40 prefix16_test: Fail # dartbug.com/7354 |
39 default_factory2_test/01: Pass # For the wrong reasons. | 41 default_factory2_test/01: Pass # For the wrong reasons. |
40 type_variable_scope_test/none: Fail | 42 type_variable_scope_test/none: Fail |
41 factory_implementation_test/00: Fail | 43 factory_implementation_test/00: Fail |
42 redirecting_factory_infinite_steps_test/01: Fail | 44 redirecting_factory_infinite_steps_test/01: Fail |
43 type_variable_bounds_test/01: Fail | 45 type_variable_bounds_test/01: Fail |
44 type_variable_bounds_test/02: Fail | 46 type_variable_bounds_test/02: Fail |
45 type_variable_bounds_test/04: Fail | 47 type_variable_bounds_test/04: Fail |
46 type_variable_bounds_test/05: Fail | 48 type_variable_bounds_test/05: Fail |
47 type_variable_bounds2_test/00: Fail | 49 type_variable_bounds2_test/00: Fail |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 function_type_alias2_test: Fail # cannot resolve type f1 | 162 function_type_alias2_test: Fail # cannot resolve type f1 |
161 function_type_alias3_test: Fail # cannot resolve type F | 163 function_type_alias3_test: Fail # cannot resolve type F |
162 function_type_alias4_test: Fail # cannot resolve type F | 164 function_type_alias4_test: Fail # cannot resolve type F |
163 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented | 165 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented |
164 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented | 166 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented |
165 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented | 167 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented |
166 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef | 168 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef |
167 function_type_alias_test: Fail # cannot resolve type Fun | 169 function_type_alias_test: Fail # cannot resolve type Fun |
168 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs | 170 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs |
169 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s | 171 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s |
170 generic_instanceof_test: Fail # cannot resolve type T | |
171 generic_test: Fail # cannot resolve type T | 172 generic_test: Fail # cannot resolve type T |
172 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 173 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
173 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 174 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
174 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 175 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
175 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 176 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
176 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 177 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
177 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 178 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
178 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 179 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
179 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 180 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
180 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 181 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
181 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 182 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
182 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 183 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
183 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 184 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
184 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 185 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
185 implicit_scope_test: Fail # duplicate definition of a="bar" | 186 implicit_scope_test: Fail # duplicate definition of a="bar" |
186 many_generic_instanceof_test: Fail # cannot resolve type T | |
187 method_binding_test: Fail # internal error: super property read not implemented. | 187 method_binding_test: Fail # internal error: super property read not implemented. |
188 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 188 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
189 method_override2_test/00: Fail # accepts illegal override | 189 method_override2_test/00: Fail # accepts illegal override |
190 method_override2_test/01: Fail # accepts illegal override | 190 method_override2_test/01: Fail # accepts illegal override |
191 method_override2_test/02: Fail # accepts illegal override | 191 method_override2_test/02: Fail # accepts illegal override |
192 method_override2_test/03: Fail # accepts illegal override | 192 method_override2_test/03: Fail # accepts illegal override |
193 abstract_getter_test/01: Fail # instantiation of abstract class | 193 abstract_getter_test/01: Fail # instantiation of abstract class |
194 abstract_factory_constructor_test/01: Fail # instantiation of abstract class | 194 abstract_factory_constructor_test/01: Fail # instantiation of abstract class |
195 parameter_initializer6_negative_test: Fail # Issue 3502 | 195 parameter_initializer6_negative_test: Fail # Issue 3502 |
196 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. | 196 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. |
197 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. | 197 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. |
198 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef
ore named parameters does not trigger static type warning. | 198 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef
ore named parameters does not trigger static type warning. |
199 pseudo_kw_test: Fail # Unexpected token '(' | 199 pseudo_kw_test: Fail # Unexpected token '(' |
200 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 200 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
201 super_operator_test: Fail # internal error: super property store not implemented | 201 super_operator_test: Fail # internal error: super property store not implemented |
202 switch_label_test: Fail # error: target of continue is not a loop or switch case | 202 switch_label_test: Fail # error: target of continue is not a loop or switch case |
203 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors. | 203 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors. |
204 | 204 |
205 | 205 |
206 # Failing tests for mixin type parameters. | 206 # Failing tests for mixin type parameters. |
207 mixin_type_parameters_mixin_test: Fail # http://dartbug.com/8116 | 207 mixin_type_parameters_mixin_test: Fail # http://dartbug.com/8116 |
208 mixin_type_parameters_super_test: Fail # http://dartbug.com/8116 | |
209 mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116 | 208 mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116 |
210 mixin_type_parameters_super_extends_test: Fail # http://dartbug.com/8116 | |
211 | 209 |
212 | 210 |
213 # External tests. | 211 # External tests. |
214 external_test/01: Fail | 212 external_test/01: Fail |
215 external_test/02: Fail | 213 external_test/02: Fail |
216 external_test/11: Fail | 214 external_test/11: Fail |
217 external_test/12: Fail | 215 external_test/12: Fail |
218 external_test/13: Skip # Runtime error (missing patch). | 216 external_test/13: Skip # Runtime error (missing patch). |
219 external_test/14: Fail | 217 external_test/14: Fail |
220 external_test/15: Fail | 218 external_test/15: Fail |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 call_through_null_getter_test: Fail | 361 call_through_null_getter_test: Fail |
364 closure3_test: Fail | 362 closure3_test: Fail |
365 execute_finally3_test: Fail | 363 execute_finally3_test: Fail |
366 method_invocation_test: Fail | 364 method_invocation_test: Fail |
367 null_pointer_exception_test: Fail | 365 null_pointer_exception_test: Fail |
368 stack_overflow_test: Fail | 366 stack_overflow_test: Fail |
369 stack_overflow_stacktrace_test: Fail | 367 stack_overflow_stacktrace_test: Fail |
370 string_interpolate_npe_test: Fail | 368 string_interpolate_npe_test: Fail |
371 closure_call_wrong_argument_count_negative_test: Skip | 369 closure_call_wrong_argument_count_negative_test: Skip |
372 label_test: Skip | 370 label_test: Skip |
OLD | NEW |