| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 # test issue 11965, 'source' is not built-in identifier anymore | 274 # test issue 11965, 'source' is not built-in identifier anymore |
| 275 pseudo_kw_illegal_test/14: fail | 275 pseudo_kw_illegal_test/14: fail |
| 276 | 276 |
| 277 # test issue 12156, fails only at runtime | 277 # test issue 12156, fails only at runtime |
| 278 static_call_wrong_argument_count_negative_test: fail | 278 static_call_wrong_argument_count_negative_test: fail |
| 279 | 279 |
| 280 # test issue 12157, uninitializer instance variable is warning, so not negative
test | 280 # test issue 12157, uninitializer instance variable is warning, so not negative
test |
| 281 static_final_field_negative_test: fail | 281 static_final_field_negative_test: fail |
| 282 constructor2_negative_test: fail | 282 constructor2_negative_test: fail |
| 283 | 283 |
| 284 # test issue 12158, 'native' is not in spec, so analyzer does not generate compi
le-time error | |
| 285 syntax_test/28: fail | |
| 286 syntax_test/29: fail | |
| 287 syntax_test/30: fail | |
| 288 syntax_test/31: fail | |
| 289 syntax_test/32: fail | |
| 290 syntax_test/33: fail | |
| 291 | |
| 292 # test issue 12159, print(exception.message_); causes static warning, not an err
or | 284 # test issue 12159, print(exception.message_); causes static warning, not an err
or |
| 293 throw7_negative_test: fail | 285 throw7_negative_test: fail |
| 294 | 286 |
| 295 # test issue 12160, not annotated warnings for type variables from static member | 287 # test issue 12160, not annotated warnings for type variables from static member |
| 296 type_parameter_test/none: fail | 288 type_parameter_test/none: fail |
| 297 # test issue 12161, type variable in static, malformed type, static warning | 289 # test issue 12161, type variable in static, malformed type, static warning |
| 298 type_variable_static_context_negative_test: fail | 290 type_variable_static_context_negative_test: fail |
| 299 | 291 |
| 300 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything | 292 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything |
| 301 type_variable_bounds2_test/00: fail | 293 type_variable_bounds2_test/00: fail |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 factory_redirection_test/09: fail | 325 factory_redirection_test/09: fail |
| 334 factory_redirection_test/10: fail | 326 factory_redirection_test/10: fail |
| 335 factory_redirection_test/11: fail | 327 factory_redirection_test/11: fail |
| 336 factory_redirection_test/12: fail | 328 factory_redirection_test/12: fail |
| 337 factory_redirection_test/13: fail | 329 factory_redirection_test/13: fail |
| 338 factory_redirection_test/14: fail | 330 factory_redirection_test/14: fail |
| 339 getters_setters2_test/03: fail | 331 getters_setters2_test/03: fail |
| 340 type_variable_bounds3_test/00: fail | 332 type_variable_bounds3_test/00: fail |
| 341 type_variable_bounds2_test/05: fail | 333 type_variable_bounds2_test/05: fail |
| 342 | 334 |
| OLD | NEW |