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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 class_literal_test/27 : Fail # language change 3368 | 125 class_literal_test/27 : Fail # language change 3368 |
126 class_literal_test/28 : Fail # language change 3368 | 126 class_literal_test/28 : Fail # language change 3368 |
127 class_literal_test/29 : Fail # language change 3368 | 127 class_literal_test/29 : Fail # language change 3368 |
128 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 128 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
129 compile_time_constant10_test/none: Fail # issue 5215. | 129 compile_time_constant10_test/none: Fail # issue 5215. |
130 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 130 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
131 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 131 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
132 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. | 132 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. |
133 factory5_test/00: Fail # issue 3079 | 133 factory5_test/00: Fail # issue 3079 |
134 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 134 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
135 field7_negative_test: Fail, OK # language changed, test issue 5249 | 135 |
136 first_class_types_literals_test: Fail # issue 6283 | 136 first_class_types_literals_test: Fail # issue 6283 |
137 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 137 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
138 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 138 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
139 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 139 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
140 # Test expects signature of noSuchMethod to be correct according | 140 # Test expects signature of noSuchMethod to be correct according |
141 # to specification. Should start working when the library signature | 141 # to specification. Should start working when the library signature |
142 # changes. | 142 # changes. |
143 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 143 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
144 library2_negative_test: Fail # still a valid test? Issue 3649 | 144 library2_negative_test: Fail # still a valid test? Issue 3649 |
145 library4_negative_test: Fail # still a valid test? Issue 3530 | 145 library4_negative_test: Fail # still a valid test? Issue 3530 |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 bad_constructor_test/05: Fail | 460 bad_constructor_test/05: Fail |
461 bad_constructor_test/06: Fail | 461 bad_constructor_test/06: Fail |
462 argument_definition_test/*: Skip # Not implemented. | 462 argument_definition_test/*: Skip # Not implemented. |
463 argument_definition2_test: Skip # Not implemented. Fails in minified tests. | 463 argument_definition2_test: Skip # Not implemented. Fails in minified tests. |
464 argument_definition3_test: Skip # Not implemented. Fails in minified tests. | 464 argument_definition3_test: Skip # Not implemented. Fails in minified tests. |
465 const_var_test: Fail # Map literals take 2 type arguments. | 465 const_var_test: Fail # Map literals take 2 type arguments. |
466 map_literal3_test: Fail # Map literals take 2 type arguments. | 466 map_literal3_test: Fail # Map literals take 2 type arguments. |
467 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 467 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
468 field1_negative_test: Fail, OK # Bad test: assumes eager loading. | 468 field1_negative_test: Fail, OK # Bad test: assumes eager loading. |
469 field6_negative_test: Fail, OK # Bad test: assumes eager loading. | 469 field6_negative_test: Fail, OK # Bad test: assumes eager loading. |
470 field7_negative_test: Fail, OK # Bad test: assumes eager loading. | |
471 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 470 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
472 # Common problems with dart2js. In illegal family, invalid | 471 # Common problems with dart2js. In illegal family, invalid |
473 # declarations are simply not parsed. In pseudo kw dart2js | 472 # declarations are simply not parsed. In pseudo kw dart2js |
474 # chokes on things like typedef(x) => "typedef $x" and alike. | 473 # chokes on things like typedef(x) => "typedef $x" and alike. |
475 abstract_syntax_test/01: Fail | 474 abstract_syntax_test/01: Fail |
476 abstract_syntax_test/02: Fail | 475 abstract_syntax_test/02: Fail |
477 pseudo_kw_illegal_test/14: Fail | 476 pseudo_kw_illegal_test/14: Fail |
478 pseudo_kw_test: Fail | 477 pseudo_kw_test: Fail |
479 # external keyword is not yet supported by dart2js/dart2dart. | 478 # external keyword is not yet supported by dart2js/dart2dart. |
480 external_test/*: Skip | 479 external_test/*: Skip |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 compile_time_constant_checked3_test/05: Fail, OK | 576 compile_time_constant_checked3_test/05: Fail, OK |
578 compile_time_constant_checked3_test/06: Fail, OK | 577 compile_time_constant_checked3_test/06: Fail, OK |
579 | 578 |
580 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 579 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
581 | 580 |
582 call_through_null_getter_test: Fail # issue 6130 | 581 call_through_null_getter_test: Fail # issue 6130 |
583 | 582 |
584 # This is a VM error when the compiled code is run. | 583 # This is a VM error when the compiled code is run. |
585 invocation_mirror_test: Fail # issue 3326, 3622. | 584 invocation_mirror_test: Fail # issue 3326, 3622. |
586 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 585 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
OLD | NEW |