| 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 # Runtime negative test. No static errors or warnings. | 6 # Runtime negative test. No static errors or warnings. |
| 7 closure_call_wrong_argument_count_negative_test: skip | 7 closure_call_wrong_argument_count_negative_test: skip |
| 8 | 8 |
| 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) | 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) |
| 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 | 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 compile_time_constant_checked2_test/05: CompileTimeError # Language Issue 16391 | 441 compile_time_constant_checked2_test/05: CompileTimeError # Language Issue 16391 |
| 442 compile_time_constant_checked3_test/01: CompileTimeError # Language Issue 16391 | 442 compile_time_constant_checked3_test/01: CompileTimeError # Language Issue 16391 |
| 443 compile_time_constant_checked3_test/05: CompileTimeError # Language Issue 16391 | 443 compile_time_constant_checked3_test/05: CompileTimeError # Language Issue 16391 |
| 444 list_literal1_test/01: CompileTimeError # Issue 16391 | 444 list_literal1_test/01: CompileTimeError # Issue 16391 |
| 445 map_literal1_test/01: CompileTimeError # Issue 16391 | 445 map_literal1_test/01: CompileTimeError # Issue 16391 |
| 446 | 446 |
| 447 # Issue 18562- Old syntax (@lazy) for deferred libraries | 447 # Issue 18562- Old syntax (@lazy) for deferred libraries |
| 448 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail | 448 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail |
| 449 deferred_constraints_constants_old_syntax_test/*: Pass, Fail | 449 deferred_constraints_constants_old_syntax_test/*: Pass, Fail |
| 450 | 450 |
| 451 # Issue 18562- 'is', 'as' and 'catch' aren't type annotations, thus we don't | |
| 452 # generate the "The deferred types cannot be used in a declaration" warning | |
| 453 deferred_constraints_type_annotation_test/as_operation: MissingStaticWarning | |
| 454 deferred_constraints_type_annotation_test/is_check: MissingStaticWarning | |
| 455 deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning | |
| 456 | |
| 457 # The following lines have been left in to quickly switch back to having deferre
d loading | 451 # The following lines have been left in to quickly switch back to having deferre
d loading |
| 458 # off by default again. | 452 # off by default again. |
| 459 # Deferred loading support, tests marked as failing until support is enabled by
default. | 453 # Deferred loading support, tests marked as failing until support is enabled by
default. |
| 460 #deferred_closurize_load_library_test: Pass, Fail | 454 #deferred_closurize_load_library_test: Pass, Fail |
| 461 #deferred_not_loaded_check_test/*: Pass, Fail | 455 #deferred_not_loaded_check_test/*: Pass, Fail |
| 462 #deferred_shadow_load_library_test: Pass, Fail | 456 #deferred_shadow_load_library_test: Pass, Fail |
| 463 #deferred_constraints_constants_test/*: Pass, Fail | 457 #deferred_constraints_constants_test/*: Pass, Fail |
| 464 #deferred_load_library_wrong_args_test/*: Pass, Fail | 458 #deferred_load_library_wrong_args_test/*: Pass, Fail |
| 465 #deferred_constraints_type_annotation_test/*: Pass, Fail | 459 #deferred_constraints_type_annotation_test/*: Pass, Fail |
| 466 #deferred_load_inval_code_test: Pass, Fail | 460 #deferred_load_inval_code_test: Pass, Fail |
| 467 #deferred_not_loaded_check_test: Pass, Fail | 461 #deferred_not_loaded_check_test: Pass, Fail |
| 468 | 462 |
| 469 # Issues to be fixed now that type parameters have been fixed | 463 # Issues to be fixed now that type parameters have been fixed |
| 470 # (issues 14221, 15553) | 464 # (issues 14221, 15553) |
| 471 factory1_test/00: StaticWarning # Test Issue 18726 | 465 factory1_test/00: StaticWarning # Test Issue 18726 |
| 472 factory1_test/01: StaticWarning # Test Issue 18726 | 466 factory1_test/01: StaticWarning # Test Issue 18726 |
| 473 factory1_test/none: StaticWarning # Test Issue 18726 | 467 factory1_test/none: StaticWarning # Test Issue 18726 |
| 474 generic_closure_test: StaticWarning | 468 generic_closure_test: StaticWarning |
| 475 local_function2_test: StaticWarning | 469 local_function2_test: StaticWarning |
| 476 redirecting_factory_long_test: StaticWarning | 470 redirecting_factory_long_test: StaticWarning |
| OLD | NEW |