| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 | 161 |
| 162 # analyzer issue 17983 | 162 # analyzer issue 17983 |
| 163 override_inheritance_generic_test/08: MissingStaticWarning # Issue 17983 | 163 override_inheritance_generic_test/08: MissingStaticWarning # Issue 17983 |
| 164 override_inheritance_field_test/32: MissingStaticWarning # Issue 17983 | 164 override_inheritance_field_test/32: MissingStaticWarning # Issue 17983 |
| 165 override_inheritance_field_test/09: MissingStaticWarning # Issue 17983 | 165 override_inheritance_field_test/09: MissingStaticWarning # Issue 17983 |
| 166 | 166 |
| 167 # missing warning for override | 167 # missing warning for override |
| 168 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 | 168 override_inheritance_generic_test/07: MissingStaticWarning # Issue 16135 |
| 169 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 | 169 override_inheritance_generic_test/09: MissingStaticWarning # Issue 16135 |
| 170 | 170 |
| 171 # flaky override tests | |
| 172 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498 | |
| 173 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498 | |
| 174 override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498 | |
| 175 | |
| 176 # The following tests are currently assumed to be failing because the test is wr
ong. | 171 # The following tests are currently assumed to be failing because the test is wr
ong. |
| 177 # | 172 # |
| 178 application_negative_test: CompileTimeError # Test Issue 14528 | 173 application_negative_test: CompileTimeError # Test Issue 14528 |
| 179 bad_constructor_test/05: CompileTimeError # Test Issue 5337 | 174 bad_constructor_test/05: CompileTimeError # Test Issue 5337 |
| 180 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 | 175 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 |
| 181 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 | 176 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 |
| 182 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 | 177 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 |
| 183 empty_block_case_test: StaticWarning # Test Issue 18701 | 178 empty_block_case_test: StaticWarning # Test Issue 18701 |
| 184 error_stacktrace_test: StaticWarning # Test Issue 18702 | 179 error_stacktrace_test: StaticWarning # Test Issue 18702 |
| 185 external_test/20: StaticWarning # Test Issue 18703 | 180 external_test/20: StaticWarning # Test Issue 18703 |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 #deferred_not_loaded_check_test: Pass, Fail | 451 #deferred_not_loaded_check_test: Pass, Fail |
| 457 | 452 |
| 458 # Issues to be fixed now that type parameters have been fixed | 453 # Issues to be fixed now that type parameters have been fixed |
| 459 # (issues 14221, 15553) | 454 # (issues 14221, 15553) |
| 460 factory1_test/00: StaticWarning # Test Issue 18726 | 455 factory1_test/00: StaticWarning # Test Issue 18726 |
| 461 factory1_test/01: StaticWarning # Test Issue 18726 | 456 factory1_test/01: StaticWarning # Test Issue 18726 |
| 462 factory1_test/none: StaticWarning # Test Issue 18726 | 457 factory1_test/none: StaticWarning # Test Issue 18726 |
| 463 generic_closure_test: StaticWarning | 458 generic_closure_test: StaticWarning |
| 464 local_function2_test: StaticWarning | 459 local_function2_test: StaticWarning |
| 465 redirecting_factory_long_test: StaticWarning | 460 redirecting_factory_long_test: StaticWarning |
| OLD | NEW |