| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 [ $browser ] | 261 [ $browser ] |
| 262 | 262 |
| 263 | 263 |
| 264 [ $arch == simarm ] | 264 [ $arch == simarm ] |
| 265 *: Skip | 265 *: Skip |
| 266 | 266 |
| 267 [ $arch == arm ] | 267 [ $arch == arm ] |
| 268 *: Skip | 268 *: Skip |
| 269 | 269 |
| 270 [ $compiler == dart2dart ] | 270 [ $compiler == dart2dart ] |
| 271 class_literal_test/03: Fail # http://dartbug.com/5519 |
| 272 class_literal_test/04: Fail # http://dartbug.com/5519 |
| 273 class_literal_test/05: Fail # http://dartbug.com/5519 |
| 274 class_literal_test/08: Fail # http://dartbug.com/5519 |
| 275 class_literal_test/09: Fail # http://dartbug.com/5519 |
| 276 class_literal_test/10: Fail # http://dartbug.com/5519 |
| 277 class_literal_test/11: Fail # http://dartbug.com/5519 |
| 278 class_literal_test/12: Fail # http://dartbug.com/5519 |
| 279 class_literal_test/15: Fail # http://dartbug.com/5519 |
| 280 class_literal_test/16: Fail # http://dartbug.com/5519 |
| 281 class_literal_test/17: Fail # http://dartbug.com/5519 |
| 282 class_literal_test/18: Fail # http://dartbug.com/5519 |
| 283 class_literal_test/19: Fail # http://dartbug.com/5519 |
| 284 class_literal_test/20: Fail # http://dartbug.com/5519 |
| 285 class_literal_test/22: Fail # http://dartbug.com/5519 |
| 286 class_literal_test/25: Fail # http://dartbug.com/5519 |
| 287 class_literal_test/27: Fail # http://dartbug.com/5519 |
| 288 class_literal_test/28: Fail # http://dartbug.com/5519 |
| 289 class_literal_test/29: Fail # http://dartbug.com/5519 |
| 290 compile_time_constant10_test/01: Fail # http://dartbug.com/5519 |
| 291 compile_time_constant10_test/02: Fail # http://dartbug.com/5519 |
| 292 compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519 |
| 293 compile_time_constant_arguments_test/02: Fail # http://dartbug.com/5519 |
| 294 compile_time_constant_arguments_test/03: Fail # http://dartbug.com/5519 |
| 295 compile_time_constant_arguments_test/04: Fail # http://dartbug.com/5519 |
| 296 compile_time_constant_arguments_test/05: Fail # http://dartbug.com/5519 |
| 297 compile_time_constant_arguments_test/06: Fail # http://dartbug.com/5519 |
| 298 compile_time_constant_test/02: Fail # http://dartbug.com/5519 |
| 299 const_constructor_syntax_test/04: Fail # http://dartbug.com/5519 |
| 300 const_constructor_syntax_test/05: Fail # http://dartbug.com/5519 |
| 301 const_syntax_test/01: Fail # http://dartbug.com/5519 |
| 302 const_syntax_test/02: Fail # http://dartbug.com/5519 |
| 303 const_syntax_test/03: Fail # http://dartbug.com/5519 |
| 304 const_syntax_test/04: Fail # http://dartbug.com/5519 |
| 305 const_syntax_test/05: Fail # http://dartbug.com/5519 |
| 306 const_syntax_test/06: Fail # http://dartbug.com/5519 |
| 307 const_syntax_test/07: Fail # http://dartbug.com/5519 |
| 308 const_syntax_test/08: Fail # http://dartbug.com/5519 |
| 309 const_syntax_test/09: Fail # http://dartbug.com/5519 |
| 310 const_syntax_test/10: Fail # http://dartbug.com/5519 |
| 311 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
| 312 final_for_in_variable_test/01: Fail # http://dartbug.com/5519 |
| 313 final_is_not_const_test/01: Fail # http://dartbug.com/5519 |
| 314 final_syntax_test/01: Fail # http://dartbug.com/5519 |
| 315 final_syntax_test/02: Fail # http://dartbug.com/5519 |
| 316 final_syntax_test/03: Fail # http://dartbug.com/5519 |
| 317 final_syntax_test/04: Fail # http://dartbug.com/5519 |
| 318 final_syntax_test/09: Fail # http://dartbug.com/5519 |
| 319 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 320 illegal_invocation_test/03: Fail # http://dartbug.com/5519 |
| 321 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| 322 method_override2_test/01: Fail # http://dartbug.com/5519 |
| 323 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 |
| 324 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 |
| 325 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519 |
| 326 new_expression_type_args_test/01: Fail # http://dartbug.com/5519 |
| 327 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| 328 override_field_test/04: Fail # http://dartbug.com/5519 |
| 329 setter_no_getter_call_test/01: Fail # http://dartbug.com/5519 |
| 330 setter_no_getter_test/01: Fail # http://dartbug.com/5519 |
| 331 try_catch_syntax_test/16: Fail # http://dartbug.com/5519 |
| 332 try_catch_syntax_test/17: Fail # http://dartbug.com/5519 |
| 333 |
| 271 import_combinators_test: Fail | 334 import_combinators_test: Fail |
| 272 throw_expr_test: Fail | 335 throw_expr_test: Fail |
| 273 metadata_test: Fail | 336 metadata_test: Fail |
| 274 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 337 # Fails in conservative mode, issue 4935, passes in minifinying mode. |
| 275 bad_constructor_test/04: Fail | 338 bad_constructor_test/04: Fail |
| 276 bad_constructor_test/05: Fail | 339 bad_constructor_test/05: Fail |
| 277 bad_constructor_test/06: Fail | 340 bad_constructor_test/06: Fail |
| 278 argument_definition_test/*: Skip # Not implemented. | 341 argument_definition_test/*: Skip # Not implemented. |
| 279 argument_definition2_test: Skip # Not implemented. Fails in minified tests. | 342 argument_definition2_test: Skip # Not implemented. Fails in minified tests. |
| 280 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved
()' which fails on the VM | 343 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved
()' which fails on the VM |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 compile_time_constant_checked2_test/05: Fail, OK | 464 compile_time_constant_checked2_test/05: Fail, OK |
| 402 compile_time_constant_checked2_test/06: Fail, OK | 465 compile_time_constant_checked2_test/06: Fail, OK |
| 403 compile_time_constant_checked3_test/01: Fail, OK | 466 compile_time_constant_checked3_test/01: Fail, OK |
| 404 compile_time_constant_checked3_test/02: Fail, OK | 467 compile_time_constant_checked3_test/02: Fail, OK |
| 405 compile_time_constant_checked3_test/03: Fail, OK | 468 compile_time_constant_checked3_test/03: Fail, OK |
| 406 compile_time_constant_checked3_test/04: Fail, OK | 469 compile_time_constant_checked3_test/04: Fail, OK |
| 407 compile_time_constant_checked3_test/05: Fail, OK | 470 compile_time_constant_checked3_test/05: Fail, OK |
| 408 compile_time_constant_checked3_test/06: Fail, OK | 471 compile_time_constant_checked3_test/06: Fail, OK |
| 409 | 472 |
| 410 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 473 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| OLD | NEW |