| 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 # TBD: using built-in identifers | 10 # TBD: using built-in identifers |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 prefix3_negative_test: fail # Issue 12191 | 196 prefix3_negative_test: fail # Issue 12191 |
| 197 library_ambiguous_test/00: fail # Issue 12191 | 197 library_ambiguous_test/00: fail # Issue 12191 |
| 198 | 198 |
| 199 # test issue 12289, assignment in assert statement | 199 # test issue 12289, assignment in assert statement |
| 200 type_error_test: fail # Issue 12289 | 200 type_error_test: fail # Issue 12289 |
| 201 | 201 |
| 202 # test issue 12381, It is compile-time error to invoke not existing function | 202 # test issue 12381, It is compile-time error to invoke not existing function |
| 203 issue11724_test: fail # Issue 12381 | 203 issue11724_test: fail # Issue 12381 |
| 204 call_nonexistent_static_test/08: fail # Issue 12381 | 204 call_nonexistent_static_test/08: fail # Issue 12381 |
| 205 | 205 |
| 206 # test issue 12397; it is static warning, not error to use variable before decla
ration (or hidden) | 206 scope_variable_test/01: fail # Issue 12397 |
| 207 scope_negative_test: fail # Issue 12397 | |
| 208 | 207 |
| 209 # test issue 12539, rules for finals were loosened, contradiction in spec was fi
xed | 208 # test issue 12539, rules for finals were loosened, contradiction in spec was fi
xed |
| 210 const_syntax_test/09: fail # Issue 12539 | 209 const_syntax_test/09: fail # Issue 12539 |
| 211 | 210 |
| 212 # test issue 12541; there shouldn't be a static warning | 211 # test issue 12541; there shouldn't be a static warning |
| 213 static_field_test/01: fail # Issue 12541 | 212 static_field_test/01: fail # Issue 12541 |
| 214 static_field_test/02: fail # Issue 12541 | 213 static_field_test/02: fail # Issue 12541 |
| 215 static_field_test/03: fail # Issue 12541 | 214 static_field_test/03: fail # Issue 12541 |
| 216 static_field_test/04: fail # Issue 12541 | 215 static_field_test/04: fail # Issue 12541 |
| 217 | 216 |
| 218 [ $compiler == dart2analyzer && $checked ] | 217 [ $compiler == dart2analyzer && $checked ] |
| 219 factory1_test/00: fail | 218 factory1_test/00: fail |
| 220 factory1_test/01: fail | 219 factory1_test/01: fail |
| 221 field_type_check2_test/01: fail | 220 field_type_check2_test/01: fail |
| 222 factory_implementation_test/00: fail | 221 factory_implementation_test/00: fail |
| 223 factory_redirection_test/08: fail | 222 factory_redirection_test/08: fail |
| 224 factory_redirection_test/09: fail | 223 factory_redirection_test/09: fail |
| 225 factory_redirection_test/10: fail | 224 factory_redirection_test/10: fail |
| 226 factory_redirection_test/11: fail | 225 factory_redirection_test/11: fail |
| 227 factory_redirection_test/12: fail | 226 factory_redirection_test/12: fail |
| 228 factory_redirection_test/13: fail | 227 factory_redirection_test/13: fail |
| 229 factory_redirection_test/14: fail | 228 factory_redirection_test/14: fail |
| 230 getters_setters2_test/03: fail | 229 getters_setters2_test/03: fail |
| 231 type_variable_bounds3_test/00: fail | 230 type_variable_bounds3_test/00: fail |
| 232 type_variable_bounds2_test/05: fail | 231 type_variable_bounds2_test/05: fail |
| 233 | 232 |
| OLD | NEW |