Chromium Code Reviews| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 64 private_member1_negative_test: fail | 64 private_member1_negative_test: fail |
| 65 private_member2_negative_test: fail | 65 private_member2_negative_test: fail |
| 66 private_member3_negative_test: fail | 66 private_member3_negative_test: fail |
| 67 | 67 |
| 68 # TBF | 68 # TBF |
| 69 pseudo_kw_test: fail | 69 pseudo_kw_test: fail |
| 70 | 70 |
| 71 # TBF: hiding at start of the block and declared after declaration statement | 71 # TBF: hiding at start of the block and declared after declaration statement |
| 72 scope_negative_test: fail | 72 scope_negative_test: fail |
| 73 | 73 |
| 74 # TBF | |
| 75 method_override2_test/00: fail # issue 11497 | |
| 76 method_override2_test/01: fail # issue 11497 | |
| 77 method_override2_test/02: fail # issue 11497 | |
| 78 method_override2_test/03: fail # issue 11497 | |
| 79 method_override3_test/00: fail # issue 11497 | |
| 80 method_override3_test/01: fail # issue 11497 | |
| 81 method_override3_test/02: fail # issue 11497 | |
| 82 method_override4_test: fail # issue 11497 | |
| 83 method_override5_test: fail # issue 11497 | |
| 84 method_override6_test: fail # issue 11497 | |
| 85 | |
| 86 | |
| 87 | |
| 88 | |
| 89 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. | 74 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. |
| 90 block_scope_test: fail | 75 block_scope_test: fail |
| 91 lazy_static3_test: fail | 76 lazy_static3_test: fail |
| 92 | 77 |
| 93 # test issue 10890; on-catch UnknownType is a static warning, not error | 78 # test issue 10890; on-catch UnknownType is a static warning, not error |
| 94 try_catch_on_syntax_test/01: fail | 79 try_catch_on_syntax_test/01: fail |
| 95 | 80 |
| 96 # test issue 10899; it is static warning, not error, to call methods of class li teral | 81 # test issue 10899; it is static warning, not error, to call methods of class li teral |
| 97 class_literal_test/02: fail | 82 class_literal_test/02: fail |
| 98 class_literal_test/05: fail | 83 class_literal_test/05: fail |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 287 library_ambiguous_test/02: fail | 272 library_ambiguous_test/02: fail |
| 288 library_ambiguous_test/03: fail | 273 library_ambiguous_test/03: fail |
| 289 | 274 |
| 290 # test issue 12289, assignment in assert statement | 275 # test issue 12289, assignment in assert statement |
| 291 type_error_test: fail | 276 type_error_test: fail |
| 292 | 277 |
| 293 # test issue 12381, It is compile-time error to invoke not existing function | 278 # test issue 12381, It is compile-time error to invoke not existing function |
| 294 issue11724_test: fail | 279 issue11724_test: fail |
| 295 call_nonexistent_static_test/08: fail | 280 call_nonexistent_static_test/08: fail |
| 296 | 281 |
| 282 # test issue 12386 | |
| 283 class_override_negative_test: fail, OK | |
| 284 bad_override_test/06: fail, OK | |
|
scheglov
2013/08/12 18:26:27
We cannot use "fail, OK" anywhere except of co19.
jwren
2013/08/12 18:34:13
Done.
| |
| 285 | |
| 297 [ $compiler == dartanalyzer && $checked ] | 286 [ $compiler == dartanalyzer && $checked ] |
| 298 factory1_test/00: fail | 287 factory1_test/00: fail |
| 299 factory1_test/01: fail | 288 factory1_test/01: fail |
| 300 field_type_check2_test/01: fail | 289 field_type_check2_test/01: fail |
| 301 factory_implementation_test/00: fail | 290 factory_implementation_test/00: fail |
| 302 factory_redirection_test/08: fail | 291 factory_redirection_test/08: fail |
| 303 factory_redirection_test/09: fail | 292 factory_redirection_test/09: fail |
| 304 factory_redirection_test/10: fail | 293 factory_redirection_test/10: fail |
| 305 factory_redirection_test/11: fail | 294 factory_redirection_test/11: fail |
| 306 factory_redirection_test/12: fail | 295 factory_redirection_test/12: fail |
| 307 factory_redirection_test/13: fail | 296 factory_redirection_test/13: fail |
| 308 factory_redirection_test/14: fail | 297 factory_redirection_test/14: fail |
| 309 getters_setters2_test/03: fail | 298 getters_setters2_test/03: fail |
| 310 type_variable_bounds3_test/00: fail | 299 type_variable_bounds3_test/00: fail |
| 311 type_variable_bounds2_test/05: fail | 300 type_variable_bounds2_test/05: fail |
| 312 | 301 |
| OLD | NEW |