| 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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 final_variable_assignment_test/01: Fail | 354 final_variable_assignment_test/01: Fail |
| 355 final_variable_assignment_test/02: Fail | 355 final_variable_assignment_test/02: Fail |
| 356 final_variable_assignment_test/03: Fail | 356 final_variable_assignment_test/03: Fail |
| 357 final_variable_assignment_test/04: Fail | 357 final_variable_assignment_test/04: Fail |
| 358 | 358 |
| 359 compile_time_constant10_test/01: Fail # http://dartbug.com/5519 | 359 compile_time_constant10_test/01: Fail # http://dartbug.com/5519 |
| 360 compile_time_constant10_test/02: Fail # http://dartbug.com/5519 | 360 compile_time_constant10_test/02: Fail # http://dartbug.com/5519 |
| 361 compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519 | 361 compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519 |
| 362 compile_time_constant_arguments_test/02: Fail # http://dartbug.com/5519 | 362 compile_time_constant_arguments_test/02: Fail # http://dartbug.com/5519 |
| 363 compile_time_constant_arguments_test/03: Fail # http://dartbug.com/5519 | 363 compile_time_constant_arguments_test/03: Fail # http://dartbug.com/5519 |
| 364 compile_time_constant_arguments_test/04: Fail # http://dartbug.com/5519 | |
| 365 compile_time_constant_arguments_test/05: Fail # http://dartbug.com/5519 | 364 compile_time_constant_arguments_test/05: Fail # http://dartbug.com/5519 |
| 366 compile_time_constant_arguments_test/06: Fail # http://dartbug.com/5519 | 365 compile_time_constant_arguments_test/06: Fail # http://dartbug.com/5519 |
| 367 const_constructor_syntax_test/04: Fail # http://dartbug.com/5519 | 366 const_constructor_syntax_test/04: Fail # http://dartbug.com/5519 |
| 368 const_constructor_syntax_test/05: Fail # http://dartbug.com/5519 | 367 const_constructor_syntax_test/05: Fail # http://dartbug.com/5519 |
| 369 const_syntax_test/01: Fail # http://dartbug.com/5519 | 368 const_syntax_test/01: Fail # http://dartbug.com/5519 |
| 370 const_syntax_test/02: Fail # http://dartbug.com/5519 | 369 const_syntax_test/02: Fail # http://dartbug.com/5519 |
| 371 const_syntax_test/03: Fail # http://dartbug.com/5519 | 370 const_syntax_test/03: Fail # http://dartbug.com/5519 |
| 372 const_syntax_test/04: Fail # http://dartbug.com/5519 | 371 const_syntax_test/04: Fail # http://dartbug.com/5519 |
| 373 const_syntax_test/05: Fail # http://dartbug.com/5519 | 372 const_syntax_test/05: Fail # http://dartbug.com/5519 |
| 374 const_syntax_test/06: Fail # http://dartbug.com/5519 | 373 const_syntax_test/06: Fail # http://dartbug.com/5519 |
| 375 const_syntax_test/07: Fail # http://dartbug.com/5519 | 374 const_syntax_test/07: Fail # http://dartbug.com/5519 |
| 376 const_syntax_test/08: Fail # http://dartbug.com/5519 | 375 const_syntax_test/08: Fail # http://dartbug.com/5519 |
| 377 const_syntax_test/09: Fail # http://dartbug.com/5519 | 376 const_syntax_test/09: Fail # http://dartbug.com/5519 |
| 378 const_syntax_test/10: Fail # http://dartbug.com/5519 | 377 const_syntax_test/10: Fail # http://dartbug.com/5519 |
| 379 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 | 378 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
| 380 final_for_in_variable_test/01: Fail # http://dartbug.com/5519 | 379 final_for_in_variable_test/01: Fail # http://dartbug.com/5519 |
| 381 final_is_not_const_test/01: Fail # http://dartbug.com/5519 | 380 final_is_not_const_test/01: Fail # http://dartbug.com/5519 |
| 382 final_syntax_test/01: Fail # http://dartbug.com/5519 | 381 final_syntax_test/01: Fail # http://dartbug.com/5519 |
| 383 final_syntax_test/02: Fail # http://dartbug.com/5519 | 382 final_syntax_test/02: Fail # http://dartbug.com/5519 |
| 384 final_syntax_test/03: Fail # http://dartbug.com/5519 | 383 final_syntax_test/03: Fail # http://dartbug.com/5519 |
| 385 final_syntax_test/04: Fail # http://dartbug.com/5519 | 384 final_syntax_test/04: Fail # http://dartbug.com/5519 |
| 386 final_syntax_test/09: Fail # http://dartbug.com/5519 | 385 final_syntax_test/09: Fail # http://dartbug.com/5519 |
| 387 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 386 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 388 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 | 387 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 |
| 389 illegal_invocation_test/03: Fail # http://dartbug.com/5519 | 388 illegal_invocation_test/03: Fail # http://dartbug.com/5519 |
| 390 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 389 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| 391 method_override2_test/01: Fail # http://dartbug.com/5519 | 390 method_override2_test/01: Fail # http://dartbug.com/5519 |
| 392 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 | 391 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 |
| 393 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 | 392 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 |
| 394 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519 | |
| 395 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 393 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| 396 static_field3_test/01: Fail # http://dartbug.com/5519 | 394 static_field3_test/01: Fail # http://dartbug.com/5519 |
| 397 static_field3_test/02: Fail # http://dartbug.com/5519 | 395 static_field3_test/02: Fail # http://dartbug.com/5519 |
| 398 static_field3_test/03: Fail # http://dartbug.com/5519 | 396 static_field3_test/03: Fail # http://dartbug.com/5519 |
| 399 static_field3_test/04: Fail # http://dartbug.com/5519 | 397 static_field3_test/04: Fail # http://dartbug.com/5519 |
| 400 | 398 |
| 401 throw_expr_test: Fail | 399 throw_expr_test: Fail |
| 402 metadata_test: Fail | 400 metadata_test: Fail |
| 403 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 401 # Fails in conservative mode, issue 4935, passes in minifinying mode. |
| 404 bad_constructor_test/04: Fail | 402 bad_constructor_test/04: Fail |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 | 518 |
| 521 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 519 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 522 | 520 |
| 523 # This is a VM error when the compiled code is run. | 521 # This is a VM error when the compiled code is run. |
| 524 invocation_mirror_test: Fail # issue 3326, 3622. | 522 invocation_mirror_test: Fail # issue 3326, 3622. |
| 525 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 523 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| 526 | 524 |
| 527 [ $compiler == dart2dart && $minified ] | 525 [ $compiler == dart2dart && $minified ] |
| 528 import_core_prefix_test: Pass | 526 import_core_prefix_test: Pass |
| 529 prefix22_test: Pass | 527 prefix22_test: Pass |
| OLD | NEW |