| 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 final_syntax_test/04: Fail # http://dartbug.com/5519 | 369 final_syntax_test/04: Fail # http://dartbug.com/5519 |
| 370 final_syntax_test/09: Fail # http://dartbug.com/5519 | 370 final_syntax_test/09: Fail # http://dartbug.com/5519 |
| 371 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 371 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 372 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 | 372 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 |
| 373 illegal_invocation_test/03: Fail # http://dartbug.com/5519 | 373 illegal_invocation_test/03: Fail # http://dartbug.com/5519 |
| 374 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 374 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| 375 method_override2_test/01: Fail # http://dartbug.com/5519 | 375 method_override2_test/01: Fail # http://dartbug.com/5519 |
| 376 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 | 376 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 |
| 377 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 | 377 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 |
| 378 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519 | 378 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519 |
| 379 new_expression_type_args_test/02: Fail # inherited from dart2js | |
| 380 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 379 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| 381 override_field_test/04: Fail # http://dartbug.com/5519 | 380 override_field_test/04: Fail # http://dartbug.com/5519 |
| 382 static_field3_test/01: Fail # http://dartbug.com/5519 | 381 static_field3_test/01: Fail # http://dartbug.com/5519 |
| 383 static_field3_test/02: Fail # http://dartbug.com/5519 | 382 static_field3_test/02: Fail # http://dartbug.com/5519 |
| 384 static_field3_test/03: Fail # http://dartbug.com/5519 | 383 static_field3_test/03: Fail # http://dartbug.com/5519 |
| 385 static_field3_test/04: Fail # http://dartbug.com/5519 | 384 static_field3_test/04: Fail # http://dartbug.com/5519 |
| 386 | 385 |
| 387 throw_expr_test: Fail | 386 throw_expr_test: Fail |
| 388 metadata_test: Fail | 387 metadata_test: Fail |
| 389 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 388 # Fails in conservative mode, issue 4935, passes in minifinying mode. |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 # This test hard codes name of file being run and precise position. | 472 # This test hard codes name of file being run and precise position. |
| 474 generic_test: Fail, Ok | 473 generic_test: Fail, Ok |
| 475 # Minified mode failures. | 474 # Minified mode failures. |
| 476 # TODO(antonm): proper support in test framework. | 475 # TODO(antonm): proper support in test framework. |
| 477 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 476 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 478 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 477 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 479 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 478 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 480 | 479 |
| 481 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 480 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 482 | 481 |
| 482 new_expression_type_args_test/02: Fail # Test does not conform with spec. |
| 483 |
| 483 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 484 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 484 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 485 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 485 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 486 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 486 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 487 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 487 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 488 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 488 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 489 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 489 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 490 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 490 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 491 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 491 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 492 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 492 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 493 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 513 | 514 |
| 514 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 515 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 515 | 516 |
| 516 call_through_getter_test: Fail # issue 6130 | 517 call_through_getter_test: Fail # issue 6130 |
| 517 call_through_null_getter_test: Fail # issue 6130 | 518 call_through_null_getter_test: Fail # issue 6130 |
| 518 local_function_test: Fail # issue 6130 | 519 local_function_test: Fail # issue 6130 |
| 519 naming_test: Fail # issue 6130 | 520 naming_test: Fail # issue 6130 |
| 520 | 521 |
| 521 # This is a VM error when the compiled code is run. | 522 # This is a VM error when the compiled code is run. |
| 522 invocation_mirror_test: Fail # issue 3326, 3622. | 523 invocation_mirror_test: Fail # issue 3326, 3622. |
| OLD | NEW |