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 [ $compiler == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
6 # Runtime negative test. No static errors or warnings. | 6 # Runtime negative test. No static errors or warnings. |
7 closure_call_wrong_argument_count_negative_test: skip | 7 closure_call_wrong_argument_count_negative_test: skip |
8 | 8 |
9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) | 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) |
10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 | 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 constructor_call_wrong_argument_count_negative_test: fail | 66 constructor_call_wrong_argument_count_negative_test: fail |
67 instance_call_wrong_argument_count_negative_test: fail | 67 instance_call_wrong_argument_count_negative_test: fail |
68 | 68 |
69 # test issue 11590, runtime only negative test | 69 # test issue 11590, runtime only negative test |
70 field_method4_negative_test: fail | 70 field_method4_negative_test: fail |
71 | 71 |
72 # test issue 11594, Reference to a not resolve identifier is static warning | 72 # test issue 11594, Reference to a not resolve identifier is static warning |
73 import_combinators_negative_test: fail | 73 import_combinators_negative_test: fail |
74 interface_static_non_final_fields_negative_test: fail | 74 interface_static_non_final_fields_negative_test: fail |
75 | 75 |
76 # test issue 11918: mixin and const constructor | |
77 const_constructor_mixin_test/01: fail | |
78 const_constructor_mixin3_test/01: fail | |
79 | |
80 # test issue 11962, it is warning, not error to reference undeclared identifier | 76 # test issue 11962, it is warning, not error to reference undeclared identifier |
81 prefix1_negative_test: fail | 77 prefix1_negative_test: fail |
82 prefix2_negative_test: fail | 78 prefix2_negative_test: fail |
83 prefix4_negative_test: fail | 79 prefix4_negative_test: fail |
84 prefix5_negative_test: fail | 80 prefix5_negative_test: fail |
85 prefix12_negative_test: fail | 81 prefix12_negative_test: fail |
86 | 82 |
87 # test issue 11964, Any use of a malformed type gives rise to a static warning. | 83 # test issue 11964, Any use of a malformed type gives rise to a static warning. |
88 prefix8_negative_test: fail | 84 prefix8_negative_test: fail |
89 prefix11_negative_test: fail | 85 prefix11_negative_test: fail |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 | 465 |
470 # Issues to be fixed now that type parameters have been fixed | 466 # Issues to be fixed now that type parameters have been fixed |
471 # (issues 14221, 15553) | 467 # (issues 14221, 15553) |
472 | 468 |
473 factory1_test/00: StaticWarning | 469 factory1_test/00: StaticWarning |
474 factory1_test/01: StaticWarning | 470 factory1_test/01: StaticWarning |
475 factory1_test/none: StaticWarning | 471 factory1_test/none: StaticWarning |
476 generic_closure_test: StaticWarning | 472 generic_closure_test: StaticWarning |
477 local_function2_test: StaticWarning | 473 local_function2_test: StaticWarning |
478 redirecting_factory_long_test: StaticWarning | 474 redirecting_factory_long_test: StaticWarning |
OLD | NEW |