| 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 == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
| 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 enum_syntax_test/05: Fail # 21649 | 10 enum_syntax_test/05: Fail # 21649 |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 factory_redirection_test/02: StaticWarning # Issue 18230 | 170 factory_redirection_test/02: StaticWarning # Issue 18230 |
| 171 factory_redirection_test/08: StaticWarning # Issue 18230 | 171 factory_redirection_test/08: StaticWarning # Issue 18230 |
| 172 factory_redirection_test/09: StaticWarning # Issue 18230 | 172 factory_redirection_test/09: StaticWarning # Issue 18230 |
| 173 factory_redirection_test/10: StaticWarning # Issue 18230 | 173 factory_redirection_test/10: StaticWarning # Issue 18230 |
| 174 factory_redirection_test/11: StaticWarning # Issue 18230 | 174 factory_redirection_test/11: StaticWarning # Issue 18230 |
| 175 factory_redirection_test/12: StaticWarning # Issue 18230 | 175 factory_redirection_test/12: StaticWarning # Issue 18230 |
| 176 factory_redirection_test/13: StaticWarning # Issue 18230 | 176 factory_redirection_test/13: StaticWarning # Issue 18230 |
| 177 factory_redirection_test/14: StaticWarning # Issue 18230 | 177 factory_redirection_test/14: StaticWarning # Issue 18230 |
| 178 factory_redirection_test/none: StaticWarning # Issue 18230 | 178 factory_redirection_test/none: StaticWarning # Issue 18230 |
| 179 | 179 |
| 180 # analyzer does not handle @proxy and noSuchMethod correctly | |
| 181 override_inheritance_no_such_method_test/03: StaticWarning # Issue 16132 | |
| 182 override_inheritance_no_such_method_test/04: StaticWarning # Issue 16132 | |
| 183 override_inheritance_no_such_method_test/05: StaticWarning # Issue 16132 | |
| 184 | |
| 185 # The following tests are currently assumed to be failing because the test is wr
ong. | 180 # The following tests are currently assumed to be failing because the test is wr
ong. |
| 186 # | 181 # |
| 187 application_negative_test: CompileTimeError # Test Issue 14528 | 182 application_negative_test: CompileTimeError # Test Issue 14528 |
| 188 bad_constructor_test/05: CompileTimeError # Test Issue 5337 | 183 bad_constructor_test/05: CompileTimeError # Test Issue 5337 |
| 189 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 | 184 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 |
| 190 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 | 185 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 |
| 191 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 | 186 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 |
| 192 empty_block_case_test: StaticWarning # Test Issue 18701 | 187 empty_block_case_test: StaticWarning # Test Issue 18701 |
| 193 error_stacktrace_test: StaticWarning # Test Issue 18702 | 188 error_stacktrace_test: StaticWarning # Test Issue 18702 |
| 194 | 189 |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 # This test is expected to have warnings because of noSuchMethod overriding. | 468 # This test is expected to have warnings because of noSuchMethod overriding. |
| 474 regress_12561_test: StaticWarning | 469 regress_12561_test: StaticWarning |
| 475 | 470 |
| 476 main_not_a_function_test/01: Fail # Issue 20030 | 471 main_not_a_function_test/01: Fail # Issue 20030 |
| 477 main_test/03: Fail # Issue 20030 | 472 main_test/03: Fail # Issue 20030 |
| 478 no_main_test/01: Fail # Issue 20030 | 473 no_main_test/01: Fail # Issue 20030 |
| 479 | 474 |
| 480 # This test is expected to generate a warning, since it's | 475 # This test is expected to generate a warning, since it's |
| 481 # intentionally referring to a variable that's not in scope. | 476 # intentionally referring to a variable that's not in scope. |
| 482 transitive_private_library_access_test: StaticWarning | 477 transitive_private_library_access_test: StaticWarning |
| OLD | NEW |