| 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 | 6 |
| 7 # Runtime negative test. No static errors or warnings. | 7 # Runtime negative test. No static errors or warnings. |
| 8 closure_call_wrong_argument_count_negative_test: skip | 8 closure_call_wrong_argument_count_negative_test: skip |
| 9 | 9 |
| 10 # TBD: using built-in identifers | 10 # TBD: using built-in identifers |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 # test issue 11577, has return type for []= | 92 # test issue 11577, has return type for []= |
| 93 cascade_test/none: fail # Issue 11577 | 93 cascade_test/none: fail # Issue 11577 |
| 94 | 94 |
| 95 # test issue 11578, redirecting factory with not subtype | 95 # test issue 11578, redirecting factory with not subtype |
| 96 factory5_test/none: fail # Issue 11578 | 96 factory5_test/none: fail # Issue 11578 |
| 97 factory_redirection_test/none: fail # Issue 11578 | 97 factory_redirection_test/none: fail # Issue 11578 |
| 98 type_variable_bounds_test/none: fail # Issue 11578 | 98 type_variable_bounds_test/none: fail # Issue 11578 |
| 99 type_variable_scope_test/none: fail # Issue 11578 | 99 type_variable_scope_test/none: fail # Issue 11578 |
| 100 factory_implementation_test/none: fail # Issue 11578 | 100 factory_implementation_test/none: fail # Issue 11578 |
| 101 | 101 |
| 102 redirecting_factory_malbounded_test/none: Fail # Issue 12827 |
| 103 |
| 102 # test issue 11579, assignment, no setter | 104 # test issue 11579, assignment, no setter |
| 103 getter_no_setter_test/none: fail | 105 getter_no_setter_test/none: fail |
| 104 | 106 |
| 105 # test issue 11581, it is not warning to call dynamic | 107 # test issue 11581, it is not warning to call dynamic |
| 106 call_through_getter_test: fail | 108 call_through_getter_test: fail |
| 107 | 109 |
| 108 # test issue 11584, positional arguments cannot be used for named parameters | 110 # test issue 11584, positional arguments cannot be used for named parameters |
| 109 compile_time_constant_e_test: fail | 111 compile_time_constant_e_test: fail |
| 110 | 112 |
| 111 # test issue 11585, static warning, not negative test | 113 # test issue 11585, static warning, not negative test |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 factory_redirection_test/09: fail | 229 factory_redirection_test/09: fail |
| 228 factory_redirection_test/10: fail | 230 factory_redirection_test/10: fail |
| 229 factory_redirection_test/11: fail | 231 factory_redirection_test/11: fail |
| 230 factory_redirection_test/12: fail | 232 factory_redirection_test/12: fail |
| 231 factory_redirection_test/13: fail | 233 factory_redirection_test/13: fail |
| 232 factory_redirection_test/14: fail | 234 factory_redirection_test/14: fail |
| 233 getters_setters2_test/03: fail | 235 getters_setters2_test/03: fail |
| 234 type_variable_bounds3_test/00: fail | 236 type_variable_bounds3_test/00: fail |
| 235 type_variable_bounds2_test/05: fail | 237 type_variable_bounds2_test/05: fail |
| 236 | 238 |
| OLD | NEW |