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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 library_ambiguous_test/02: fail | 271 library_ambiguous_test/02: fail |
272 library_ambiguous_test/03: fail | 272 library_ambiguous_test/03: fail |
273 | 273 |
274 # test issue 12289, assignment in assert statement | 274 # test issue 12289, assignment in assert statement |
275 type_error_test: fail | 275 type_error_test: fail |
276 | 276 |
277 # test issue 12381, It is compile-time error to invoke not existing function | 277 # test issue 12381, It is compile-time error to invoke not existing function |
278 issue11724_test: fail | 278 issue11724_test: fail |
279 call_nonexistent_static_test/08: fail | 279 call_nonexistent_static_test/08: fail |
280 | 280 |
281 # test issue 12386 | |
282 class_override_negative_test: fail | |
283 bad_override_test/06: fail | |
284 | |
285 [ $compiler == dartanalyzer && $checked ] | 281 [ $compiler == dartanalyzer && $checked ] |
286 factory1_test/00: fail | 282 factory1_test/00: fail |
287 factory1_test/01: fail | 283 factory1_test/01: fail |
288 field_type_check2_test/01: fail | 284 field_type_check2_test/01: fail |
289 factory_implementation_test/00: fail | 285 factory_implementation_test/00: fail |
290 factory_redirection_test/08: fail | 286 factory_redirection_test/08: fail |
291 factory_redirection_test/09: fail | 287 factory_redirection_test/09: fail |
292 factory_redirection_test/10: fail | 288 factory_redirection_test/10: fail |
293 factory_redirection_test/11: fail | 289 factory_redirection_test/11: fail |
294 factory_redirection_test/12: fail | 290 factory_redirection_test/12: fail |
295 factory_redirection_test/13: fail | 291 factory_redirection_test/13: fail |
296 factory_redirection_test/14: fail | 292 factory_redirection_test/14: fail |
297 getters_setters2_test/03: fail | 293 getters_setters2_test/03: fail |
298 type_variable_bounds3_test/00: fail | 294 type_variable_bounds3_test/00: fail |
299 type_variable_bounds2_test/05: fail | 295 type_variable_bounds2_test/05: fail |
300 | 296 |
OLD | NEW |