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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 bad_named_parameters_test: Fail # Issue 1941 | 67 bad_named_parameters_test: Fail # Issue 1941 |
68 bad_named_parameters2_test: Fail # Issue 1941 | 68 bad_named_parameters2_test: Fail # Issue 1941 |
69 body_less_constructor_wrong_arg_negative_test: Fail | 69 body_less_constructor_wrong_arg_negative_test: Fail |
70 call_operator_test: Pass # Issue 1355 | 70 call_operator_test: Pass # Issue 1355 |
71 char_escape_test: Pass # Issue 1654 | 71 char_escape_test: Pass # Issue 1654 |
72 closure_call_wrong_argument_count_negative_test: Fail | 72 closure_call_wrong_argument_count_negative_test: Fail |
73 compile_time_constant_o_test: Fail # Issue 2126 | 73 compile_time_constant_o_test: Fail # Issue 2126 |
74 compile_time_constant_p_test/01: Fail # Issue 2580 | 74 compile_time_constant_p_test/01: Fail # Issue 2580 |
75 const_constructor_syntax_test/05: Fail | 75 const_constructor_syntax_test/05: Fail |
76 const_counter_negative_test: Fail # issue 1655 | 76 const_counter_negative_test: Fail # issue 1655 |
| 77 const_syntax_test/01: Fail # test issue 3626 |
| 78 const_syntax_test/02: Fail # test issue 3626 |
| 79 const_syntax_test/03: Fail # test issue 3626 |
77 constructor3_negative_test: Fail | 80 constructor3_negative_test: Fail |
78 constructor_call_wrong_argument_count_negative_test: Fail | 81 constructor_call_wrong_argument_count_negative_test: Fail |
79 default_factory_library_test: Fail # Issue 514 | 82 default_factory_library_test: Fail # Issue 514 |
80 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 83 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
81 duplicate_implements_test: Skip # Issue 976 | 84 duplicate_implements_test: Skip # Issue 976 |
82 factory5_test/00: Fail # issue 3079 | 85 factory5_test/00: Fail # issue 3079 |
83 field3a_negative_test: Fail | 86 field3a_negative_test: Fail |
84 field_method4_negative_test: Fail | 87 field_method4_negative_test: Fail |
85 final_syntax_test/*: Skip # can't handle base case | 88 final_syntax_test/*: Skip # can't handle base case |
86 function_type_alias_negative_test: Fail # Bug 5231617. | 89 function_type_alias_negative_test: Fail # Bug 5231617. |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 423 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
421 | 424 |
422 [ $compiler == frog && $runtime == none ] | 425 [ $compiler == frog && $runtime == none ] |
423 *: Skip | 426 *: Skip |
424 | 427 |
425 [ $arch == simarm ] | 428 [ $arch == simarm ] |
426 *: Skip | 429 *: Skip |
427 | 430 |
428 [ $arch == arm ] | 431 [ $arch == arm ] |
429 *: Skip | 432 *: Skip |
OLD | NEW |