| 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 illegal_invocation_test/01: fail # Issue: 11892 | 10 illegal_invocation_test/01: fail # Issue: 11892 |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 # test issue 12191, ambuguous import is always warning now | 245 # test issue 12191, ambuguous import is always warning now |
| 246 prefix3_negative_test: fail # Issue 12191 | 246 prefix3_negative_test: fail # Issue 12191 |
| 247 library_ambiguous_test/00: fail # Issue 12191 | 247 library_ambiguous_test/00: fail # Issue 12191 |
| 248 library_ambiguous_test/01: fail # Issue 12191 | 248 library_ambiguous_test/01: fail # Issue 12191 |
| 249 library_ambiguous_test/02: fail # Issue 12191 | 249 library_ambiguous_test/02: fail # Issue 12191 |
| 250 library_ambiguous_test/03: fail # Issue 12191 | 250 library_ambiguous_test/03: fail # Issue 12191 |
| 251 | 251 |
| 252 # test issue 12289, assignment in assert statement | 252 # test issue 12289, assignment in assert statement |
| 253 type_error_test: fail # Issue 12289 | 253 type_error_test: fail # Issue 12289 |
| 254 | 254 |
| 255 not_enough_positional_arguments_test/none: Fail # Issue XXX |
| 256 |
| 255 [ $compiler == dart2analyzer && $checked ] | 257 [ $compiler == dart2analyzer && $checked ] |
| 256 factory1_test/00: fail | 258 factory1_test/00: fail |
| 257 factory1_test/01: fail | 259 factory1_test/01: fail |
| 258 field_type_check2_test/01: fail | 260 field_type_check2_test/01: fail |
| 259 factory_implementation_test/00: fail | 261 factory_implementation_test/00: fail |
| 260 factory_redirection_test/08: fail | 262 factory_redirection_test/08: fail |
| 261 factory_redirection_test/09: fail | 263 factory_redirection_test/09: fail |
| 262 factory_redirection_test/10: fail | 264 factory_redirection_test/10: fail |
| 263 factory_redirection_test/11: fail | 265 factory_redirection_test/11: fail |
| 264 factory_redirection_test/12: fail | 266 factory_redirection_test/12: fail |
| 265 factory_redirection_test/13: fail | 267 factory_redirection_test/13: fail |
| 266 factory_redirection_test/14: fail | 268 factory_redirection_test/14: fail |
| 267 getters_setters2_test/03: fail | 269 getters_setters2_test/03: fail |
| 268 type_variable_bounds3_test/00: fail | 270 type_variable_bounds3_test/00: fail |
| 269 type_variable_bounds2_test/05: fail | 271 type_variable_bounds2_test/05: fail |
| 270 | 272 |
| OLD | NEW |