| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 | 66 |
| 67 [ $compiler == dartc ] | 67 [ $compiler == dartc ] |
| 68 application_negative_test: Fail # Runtime only test, rewrite as multitest | 68 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 69 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 69 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| 70 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest | 70 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest |
| 71 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest | 71 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 72 call_operator_test: Pass # Issue 1355 | 72 call_operator_test: Pass # Issue 1355 |
| 73 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason | 73 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason |
| 74 char_escape_test: Pass # Issue 1654 | 74 char_escape_test: Pass # Issue 1654 |
| 75 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 75 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 76 const_syntax_test/01: Fail # test issue 3626 | |
| 77 const_syntax_test/02: Fail # test issue 3626 | |
| 78 const_syntax_test/03: Fail # test issue 3626 | |
| 79 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 76 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 80 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 77 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 81 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 78 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 82 duplicate_implements_test: Skip # Issue 976 | 79 duplicate_implements_test: Skip # Issue 976 |
| 83 factory5_test/00: Fail # issue 3079 | 80 factory5_test/00: Fail # issue 3079 |
| 84 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 81 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 85 final_syntax_test/*: Skip # can't handle base case | 82 final_syntax_test/*: Skip # can't handle base case |
| 86 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 83 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 87 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 84 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 88 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 85 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| (...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 type_variable_scope_test/none: Fail | 667 type_variable_scope_test/none: Fail |
| 671 type_vm_test: Fail | 668 type_vm_test: Fail |
| 672 unary2_test: Fail | 669 unary2_test: Fail |
| 673 unary_test: Fail | 670 unary_test: Fail |
| 674 unbound_getter_test: Fail | 671 unbound_getter_test: Fail |
| 675 unnamed_closure_test: Fail | 672 unnamed_closure_test: Fail |
| 676 unqual_name_test: Fail | 673 unqual_name_test: Fail |
| 677 var_init_test: Fail | 674 var_init_test: Fail |
| 678 void_type_test: Fail | 675 void_type_test: Fail |
| 679 while_test: Fail | 676 while_test: Fail |
| OLD | NEW |