| 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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 # VM specific tests. | 553 # VM specific tests. |
| 554 disable_privacy_test: Fail, Ok | 554 disable_privacy_test: Fail, Ok |
| 555 # This test hard codes name of file being run and precise position. | 555 # This test hard codes name of file being run and precise position. |
| 556 generic_test: Fail, Ok | 556 generic_test: Fail, Ok |
| 557 # Minified mode failures. | 557 # Minified mode failures. |
| 558 # TODO(antonm): proper support in test framework. | 558 # TODO(antonm): proper support in test framework. |
| 559 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 559 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 560 | 560 |
| 561 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 561 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 562 | 562 |
| 563 new_expression_type_args_test/02: Fail # Test does not conform with spec. | |
| 564 | |
| 565 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 563 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 566 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 564 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 567 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 565 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 568 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 566 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 569 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 567 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 570 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 568 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 571 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 569 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 572 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 570 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 573 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 571 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 574 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 572 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 591 compile_time_constant_checked3_test/03: Fail, OK | 589 compile_time_constant_checked3_test/03: Fail, OK |
| 592 compile_time_constant_checked3_test/04: Fail, OK | 590 compile_time_constant_checked3_test/04: Fail, OK |
| 593 compile_time_constant_checked3_test/05: Fail, OK | 591 compile_time_constant_checked3_test/05: Fail, OK |
| 594 compile_time_constant_checked3_test/06: Fail, OK | 592 compile_time_constant_checked3_test/06: Fail, OK |
| 595 | 593 |
| 596 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 594 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 597 | 595 |
| 598 # This is a VM error when the compiled code is run. | 596 # This is a VM error when the compiled code is run. |
| 599 invocation_mirror_test: Fail # issue 3326, 3622. | 597 invocation_mirror_test: Fail # issue 3326, 3622. |
| 600 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 598 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |