| 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 # TBD: using built-in identifers | 10 # TBD: using built-in identifers |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 const_syntax_test/03: fail | 93 const_syntax_test/03: fail |
| 94 final_syntax_test/01: fail | 94 final_syntax_test/01: fail |
| 95 final_syntax_test/04: fail | 95 final_syntax_test/04: fail |
| 96 final_syntax_test/02: fail | 96 final_syntax_test/02: fail |
| 97 final_syntax_test/03: fail | 97 final_syntax_test/03: fail |
| 98 | 98 |
| 99 # Test issue 11123, Only static fields can be declared as 'const' | 99 # Test issue 11123, Only static fields can be declared as 'const' |
| 100 const_escape_frog_test: fail | 100 const_escape_frog_test: fail |
| 101 compile_time_constant_test/none: fail | 101 compile_time_constant_test/none: fail |
| 102 | 102 |
| 103 # Test issue 11544, using @TypeName as annotation is not valid | |
| 104 inferrer_constructor2_test: fail | |
| 105 inferrer_constructor3_test: fail | |
| 106 multiple_field_assignment_constructor_test: fail | |
| 107 | |
| 108 # Test issue 11545, using not existing constructor name in annotation | 103 # Test issue 11545, using not existing constructor name in annotation |
| 109 metadata_test: fail | 104 metadata_test: fail |
| 110 | 105 |
| 111 # Test issue 11564, named parameter starts with '_' | 106 # Test issue 11564, named parameter starts with '_' |
| 112 named_parameters_with_object_property_names_test: fail | 107 named_parameters_with_object_property_names_test: fail |
| 113 | 108 |
| 114 # test issue 11575, classes with abstrac members are not marked as abstract | 109 # test issue 11575, classes with abstrac members are not marked as abstract |
| 115 abstract_factory_constructor_test/none: fail | 110 abstract_factory_constructor_test/none: fail |
| 116 abstract_syntax_test/none: fail | 111 abstract_syntax_test/none: fail |
| 117 get_set_syntax_test/none: fail | 112 get_set_syntax_test/none: fail |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 factory_redirection_test/09: fail | 274 factory_redirection_test/09: fail |
| 280 factory_redirection_test/10: fail | 275 factory_redirection_test/10: fail |
| 281 factory_redirection_test/11: fail | 276 factory_redirection_test/11: fail |
| 282 factory_redirection_test/12: fail | 277 factory_redirection_test/12: fail |
| 283 factory_redirection_test/13: fail | 278 factory_redirection_test/13: fail |
| 284 factory_redirection_test/14: fail | 279 factory_redirection_test/14: fail |
| 285 getters_setters2_test/03: fail | 280 getters_setters2_test/03: fail |
| 286 type_variable_bounds3_test/00: fail | 281 type_variable_bounds3_test/00: fail |
| 287 type_variable_bounds2_test/05: fail | 282 type_variable_bounds2_test/05: fail |
| 288 | 283 |
| OLD | NEW |