| 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 illegal_invocation_test/01: fail # Issue: 11892 | 10 illegal_invocation_test/01: fail # Issue: 11892 |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 # test issue 12184, It is static warning, not error, to assign to a constant var
iable. | 295 # test issue 12184, It is static warning, not error, to assign to a constant var
iable. |
| 296 static_final_field2_negative_test: fail | 296 static_final_field2_negative_test: fail |
| 297 | 297 |
| 298 # test issue 12191, ambuguous import is always warning now | 298 # test issue 12191, ambuguous import is always warning now |
| 299 prefix3_negative_test: fail | 299 prefix3_negative_test: fail |
| 300 library_ambiguous_test/00: fail | 300 library_ambiguous_test/00: fail |
| 301 library_ambiguous_test/01: fail | 301 library_ambiguous_test/01: fail |
| 302 library_ambiguous_test/02: fail | 302 library_ambiguous_test/02: fail |
| 303 library_ambiguous_test/03: fail | 303 library_ambiguous_test/03: fail |
| 304 | 304 |
| 305 # test issue 12289, assignment in assert statement |
| 306 type_error_test: fail |
| 305 | 307 |
| 306 [ $compiler == dartanalyzer && $checked ] | 308 [ $compiler == dartanalyzer && $checked ] |
| 307 factory1_test/00: fail | 309 factory1_test/00: fail |
| 308 factory1_test/01: fail | 310 factory1_test/01: fail |
| 309 field_type_check2_test/01: fail | 311 field_type_check2_test/01: fail |
| 310 factory_implementation_test/00: fail | 312 factory_implementation_test/00: fail |
| 311 factory_redirection_test/08: fail | 313 factory_redirection_test/08: fail |
| 312 factory_redirection_test/09: fail | 314 factory_redirection_test/09: fail |
| 313 factory_redirection_test/10: fail | 315 factory_redirection_test/10: fail |
| 314 factory_redirection_test/11: fail | 316 factory_redirection_test/11: fail |
| 315 factory_redirection_test/12: fail | 317 factory_redirection_test/12: fail |
| 316 factory_redirection_test/13: fail | 318 factory_redirection_test/13: fail |
| 317 factory_redirection_test/14: fail | 319 factory_redirection_test/14: fail |
| 318 getters_setters2_test/03: fail | 320 getters_setters2_test/03: fail |
| 319 type_variable_bounds3_test/00: fail | 321 type_variable_bounds3_test/00: fail |
| 320 type_variable_bounds2_test/05: fail | 322 type_variable_bounds2_test/05: fail |
| 321 | 323 |
| OLD | NEW |