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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 #deferred_not_loaded_check_test/*: Pass, Fail | 462 #deferred_not_loaded_check_test/*: Pass, Fail |
463 #deferred_shadow_load_library_test: Pass, Fail | 463 #deferred_shadow_load_library_test: Pass, Fail |
464 #deferred_constraints_constants_test/*: Pass, Fail | 464 #deferred_constraints_constants_test/*: Pass, Fail |
465 #deferred_load_library_wrong_args_test/*: Pass, Fail | 465 #deferred_load_library_wrong_args_test/*: Pass, Fail |
466 #deferred_constraints_type_annotation_test/*: Pass, Fail | 466 #deferred_constraints_type_annotation_test/*: Pass, Fail |
467 #deferred_load_inval_code_test: Pass, Fail | 467 #deferred_load_inval_code_test: Pass, Fail |
468 #deferred_not_loaded_check_test: Pass, Fail | 468 #deferred_not_loaded_check_test: Pass, Fail |
469 | 469 |
470 # Issues to be fixed now that type parameters have been fixed | 470 # Issues to be fixed now that type parameters have been fixed |
471 # (issues 14221, 15553) | 471 # (issues 14221, 15553) |
472 const_constructor2_test/01: StaticWarning | 472 |
473 const_constructor2_test/02: StaticWarning | |
474 const_constructor2_test/03: StaticWarning | |
475 const_constructor2_test/04: StaticWarning | |
476 const_constructor2_test/05: StaticWarning | |
477 const_constructor2_test/06: StaticWarning | |
478 const_constructor2_test/07: StaticWarning | |
479 const_constructor2_test/08: StaticWarning | |
480 const_constructor2_test/09: StaticWarning | |
481 const_constructor2_test/10: StaticWarning | |
482 const_constructor2_test/11: StaticWarning | |
483 const_constructor2_test/12: StaticWarning | |
484 const_constructor2_test/19: StaticWarning | |
485 const_constructor2_test/20: StaticWarning | |
486 const_constructor2_test/21: StaticWarning | |
487 const_constructor2_test/22: StaticWarning | |
488 const_constructor2_test/23: StaticWarning | |
489 const_constructor2_test/24: StaticWarning | |
490 const_constructor2_test/none: StaticWarning | |
491 factory1_test/00: StaticWarning | 473 factory1_test/00: StaticWarning |
492 factory1_test/01: StaticWarning | 474 factory1_test/01: StaticWarning |
493 factory1_test/none: StaticWarning | 475 factory1_test/none: StaticWarning |
494 generic_closure_test: StaticWarning | 476 generic_closure_test: StaticWarning |
495 local_function2_test: StaticWarning | 477 local_function2_test: StaticWarning |
496 redirecting_factory_long_test: StaticWarning | 478 redirecting_factory_long_test: StaticWarning |
OLD | NEW |