| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 factory_redirection_test/12: StaticWarning # Issue 18230 | 152 factory_redirection_test/12: StaticWarning # Issue 18230 |
| 153 factory_redirection_test/13: StaticWarning # Issue 18230 | 153 factory_redirection_test/13: StaticWarning # Issue 18230 |
| 154 factory_redirection_test/14: StaticWarning # Issue 18230 | 154 factory_redirection_test/14: StaticWarning # Issue 18230 |
| 155 factory_redirection_test/none: StaticWarning # Issue 18230 | 155 factory_redirection_test/none: StaticWarning # Issue 18230 |
| 156 | 156 |
| 157 # analyzer does not handle @proxy and noSuchMethod correctly | 157 # analyzer does not handle @proxy and noSuchMethod correctly |
| 158 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 | 158 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 |
| 159 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 | 159 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 |
| 160 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 | 160 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 |
| 161 | 161 |
| 162 regress_19413_test/01: MissingStaticWarning # Issue 19424 |
| 163 |
| 162 # The following tests are currently assumed to be failing because the test is wr
ong. | 164 # The following tests are currently assumed to be failing because the test is wr
ong. |
| 163 # | 165 # |
| 164 application_negative_test: CompileTimeError # Test Issue 14528 | 166 application_negative_test: CompileTimeError # Test Issue 14528 |
| 165 bad_constructor_test/05: CompileTimeError # Test Issue 5337 | 167 bad_constructor_test/05: CompileTimeError # Test Issue 5337 |
| 166 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 | 168 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 |
| 167 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 | 169 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 |
| 168 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 | 170 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 |
| 169 empty_block_case_test: StaticWarning # Test Issue 18701 | 171 empty_block_case_test: StaticWarning # Test Issue 18701 |
| 170 error_stacktrace_test: StaticWarning # Test Issue 18702 | 172 error_stacktrace_test: StaticWarning # Test Issue 18702 |
| 171 external_test/20: StaticWarning # Test Issue 18703 | 173 external_test/20: StaticWarning # Test Issue 18703 |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 #deferred_not_loaded_check_test: Pass, Fail | 444 #deferred_not_loaded_check_test: Pass, Fail |
| 443 | 445 |
| 444 # Issues to be fixed now that type parameters have been fixed | 446 # Issues to be fixed now that type parameters have been fixed |
| 445 # (issues 14221, 15553) | 447 # (issues 14221, 15553) |
| 446 factory1_test/00: StaticWarning # Test Issue 18726 | 448 factory1_test/00: StaticWarning # Test Issue 18726 |
| 447 factory1_test/01: StaticWarning # Test Issue 18726 | 449 factory1_test/01: StaticWarning # Test Issue 18726 |
| 448 factory1_test/none: StaticWarning # Test Issue 18726 | 450 factory1_test/none: StaticWarning # Test Issue 18726 |
| 449 generic_closure_test: StaticWarning | 451 generic_closure_test: StaticWarning |
| 450 local_function2_test: StaticWarning | 452 local_function2_test: StaticWarning |
| 451 redirecting_factory_long_test: StaticWarning | 453 redirecting_factory_long_test: StaticWarning |
| OLD | NEW |