| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 | 223 |
| 224 | 224 |
| 225 [ $arch == simarm ] | 225 [ $arch == simarm ] |
| 226 *: Skip | 226 *: Skip |
| 227 | 227 |
| 228 [ $arch == arm ] | 228 [ $arch == arm ] |
| 229 *: Skip | 229 *: Skip |
| 230 | 230 |
| 231 [ $compiler == dart2dart ] | 231 [ $compiler == dart2dart ] |
| 232 metadata_test: Fail | 232 metadata_test: Fail |
| 233 pseudo_kw_illegal_test/02: Fail | |
| 234 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 233 # Fails in conservative mode, issue 4935, passes in minifinying mode. |
| 235 assert_lexical_scope_test: Fail, Pass | 234 assert_lexical_scope_test: Fail, Pass |
| 236 bad_constructor_test/04: Fail | 235 bad_constructor_test/04: Fail |
| 237 bad_constructor_test/05: Fail | 236 bad_constructor_test/05: Fail |
| 238 bad_constructor_test/06: Fail | 237 bad_constructor_test/06: Fail |
| 239 interface_negative_test: Fail | 238 interface_negative_test: Fail |
| 240 abstract_factory_constructor_test/00: Fail | 239 abstract_factory_constructor_test/00: Fail |
| 241 interface_test/00: Fail | 240 interface_test/00: Fail |
| 242 argument_definition_test/*: Skip # Not implemented. | 241 argument_definition_test/*: Skip # Not implemented. |
| 243 argument_definition2_test: Skip # Not implemented. Fails in minified tests. | 242 argument_definition2_test: Skip # Not implemented. Fails in minified tests. |
| 244 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved
()' which fails on the VM | 243 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved
()' which fails on the VM |
| 245 call_constructor_on_unresolvable_class_test/02: Fail # generates 'new Unresolved
()' which fails on the VM | 244 call_constructor_on_unresolvable_class_test/02: Fail # generates 'new Unresolved
()' which fails on the VM |
| 246 call_constructor_on_unresolvable_class_test/03: Fail # generates 'new Unresolved
()' which fails on the VM | 245 call_constructor_on_unresolvable_class_test/03: Fail # generates 'new Unresolved
()' which fails on the VM |
| 247 call_constructor_on_unresolvable_class_test/07: Fail # generates 'new Unresolved
()' which fails on the VM | 246 call_constructor_on_unresolvable_class_test/07: Fail # generates 'new Unresolved
()' which fails on the VM |
| 248 call_nonexistent_constructor_test: Fail # Issue 1031 | 247 call_nonexistent_constructor_test: Fail # Issue 1031 |
| 249 const_var_test: Fail # Map literals take 2 type arguments. | 248 const_var_test: Fail # Map literals take 2 type arguments. |
| 250 map_literal3_test: Fail # Map literals take 2 type arguments. | 249 map_literal3_test: Fail # Map literals take 2 type arguments. |
| 251 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 250 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 252 field1_negative_test: Fail, OK # Bad test: assumes eager loading. | 251 field1_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 253 field6_negative_test: Fail, OK # Bad test: assumes eager loading. | 252 field6_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 254 field7_negative_test: Fail, OK # Bad test: assumes eager loading. | 253 field7_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 255 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 254 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 256 # Common problems with dart2js. In illegal family, invalid | 255 # Common problems with dart2js. In illegal family, invalid |
| 257 # declarations are simply not parsed. In pseudo kw dart2js | 256 # declarations are simply not parsed. In pseudo kw dart2js |
| 258 # chokes on things like typedef(x) => "typedef $x" and alike. | 257 # chokes on things like typedef(x) => "typedef $x" and alike. |
| 259 abstract_syntax_test/01: Fail | 258 abstract_syntax_test/01: Fail |
| 260 abstract_syntax_test/02: Fail | 259 abstract_syntax_test/02: Fail |
| 261 pseudo_kw_illegal_test/01: Fail | |
| 262 pseudo_kw_illegal_test/05: Fail | |
| 263 pseudo_kw_illegal_test/06: Fail | |
| 264 pseudo_kw_illegal_test/07: Fail | |
| 265 pseudo_kw_illegal_test/08: Fail | 260 pseudo_kw_illegal_test/08: Fail |
| 266 pseudo_kw_illegal_test/09: Fail | |
| 267 pseudo_kw_illegal_test/10: Fail | 261 pseudo_kw_illegal_test/10: Fail |
| 268 pseudo_kw_illegal_test/11: Fail | 262 pseudo_kw_illegal_test/11: Fail |
| 269 pseudo_kw_illegal_test/12: Fail | |
| 270 pseudo_kw_illegal_test/13: Fail | |
| 271 pseudo_kw_illegal_test/14: Fail | 263 pseudo_kw_illegal_test/14: Fail |
| 272 pseudo_kw_illegal_test/15: Fail | |
| 273 pseudo_kw_illegal_test/16: Fail | |
| 274 pseudo_kw_test: Fail | 264 pseudo_kw_test: Fail |
| 275 # external keyword is not yet supported by dart2js/dart2dart. | 265 # external keyword is not yet supported by dart2js/dart2dart. |
| 276 external_test/*: Skip | 266 external_test/*: Skip |
| 277 final_syntax_test/none: Fail, OK # Issue 3558 | 267 final_syntax_test/none: Fail, OK # Issue 3558 |
| 278 lazy_static_test: Fail, OK # Issue 3558 | 268 lazy_static_test: Fail, OK # Issue 3558 |
| 279 lazy_static2_test: Fail, OK # Issue 3558 | 269 lazy_static2_test: Fail, OK # Issue 3558 |
| 280 lazy_static3_test: Fail, OK # Issue 3558 | 270 lazy_static3_test: Fail, OK # Issue 3558 |
| 281 lazy_static4_test: Fail, OK # Issue 3558 | 271 lazy_static4_test: Fail, OK # Issue 3558 |
| 282 # Call operator is not supported by DartVM (see suppression above.) | 272 # Call operator is not supported by DartVM (see suppression above.) |
| 283 call_operator_test: Fail | 273 call_operator_test: Fail |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 number_identifier_negative_test: Fail | 306 number_identifier_negative_test: Fail |
| 317 # Bug in dart2js frontent: does not support this feature. | 307 # Bug in dart2js frontent: does not support this feature. |
| 318 switch_label_test: Fail | 308 switch_label_test: Fail |
| 319 # Common with language_dart2js. | 309 # Common with language_dart2js. |
| 320 function_type_alias5_test/00: Fail | 310 function_type_alias5_test/00: Fail |
| 321 function_type_alias5_test/01: Fail | 311 function_type_alias5_test/01: Fail |
| 322 function_type_alias5_test/02: Fail | 312 function_type_alias5_test/02: Fail |
| 323 function_type_alias7_test/00: Fail | 313 function_type_alias7_test/00: Fail |
| 324 function_type_parameter2_test: Fail | 314 function_type_parameter2_test: Fail |
| 325 function_type_parameter_test: Fail | 315 function_type_parameter_test: Fail |
| 326 get_set_syntax_test/none: Fail | |
| 327 implicit_scope_test: Fail | 316 implicit_scope_test: Fail |
| 328 instanceof3_test: Fail | 317 instanceof3_test: Fail |
| 329 library_prefixes_test: Fail | 318 library_prefixes_test: Fail |
| 330 method_name_test: Fail | |
| 331 numbers_test: Fail | 319 numbers_test: Fail |
| 332 parameter_initializer6_negative_test: Fail # Issue 3502 | 320 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 333 syntax_test/47: Fail | 321 syntax_test/47: Fail |
| 334 # DartVM problem. | 322 # DartVM problem. |
| 335 closure_with_super_send_test: Fail # Issue 3197. | 323 closure_with_super_send_test: Fail # Issue 3197. |
| 336 closure_with_super_field_test: Fail # Issue 3197. | 324 closure_with_super_field_test: Fail # Issue 3197. |
| 337 constructor5_test: Fail | 325 constructor5_test: Fail |
| 338 constructor6_test: Fail | 326 constructor6_test: Fail |
| 339 fauxverride_test/none: Fail | 327 fauxverride_test/none: Fail |
| 340 field_override_test/01: Fail | 328 field_override_test/01: Fail |
| 341 field_override_test/02: Fail | 329 field_override_test/02: Fail |
| 342 field_override_test/none: Fail | 330 field_override_test/none: Fail |
| 343 gc_test: Fail | 331 gc_test: Fail |
| 344 super_closure_test: Fail | 332 super_closure_test: Fail |
| 345 super_field_access_test: Fail | 333 super_field_access_test: Fail |
| 346 super_first_constructor_test: Fail | 334 super_first_constructor_test: Fail |
| 347 final_field_initialization_order_test: Fail # Issue 4839 | 335 final_field_initialization_order_test: Fail # Issue 4839 |
| 348 # VM specific tests. | 336 # VM specific tests. |
| 349 disable_privacy_test: Fail, Ok | 337 disable_privacy_test: Fail, Ok |
| 350 # This test hard codes name of file being run and precise position. | 338 # This test hard codes name of file being run and precise position. |
| 351 generic_test: Fail, Ok | 339 generic_test: Fail, Ok |
| 352 # Minified mode failures. | 340 # Minified mode failures. |
| 353 # TODO(antonm): proper support in test framework. | 341 # TODO(antonm): proper support in test framework. |
| 354 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 342 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 355 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 343 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 356 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 344 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 357 | 345 |
| 358 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 346 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 347 |
| 348 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 349 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 350 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 351 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 352 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 353 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 354 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 355 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 356 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 357 get_set_syntax_test/09: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 358 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 359 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 360 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 361 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 362 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 363 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| OLD | NEW |