| 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 type_variable_conflict2_test/08: MissingCompileTimeError | 459 type_variable_conflict2_test/08: MissingCompileTimeError |
| 460 type_variable_conflict2_test/10: MissingCompileTimeError | 460 type_variable_conflict2_test/10: MissingCompileTimeError |
| 461 unary_plus_negative_test: CompileTimeError | 461 unary_plus_negative_test: CompileTimeError |
| 462 unbound_getter_test: StaticWarning | 462 unbound_getter_test: StaticWarning |
| 463 unhandled_exception_negative_test: CompileTimeError | 463 unhandled_exception_negative_test: CompileTimeError |
| 464 unresolved_top_level_method_negative_test: CompileTimeError | 464 unresolved_top_level_method_negative_test: CompileTimeError |
| 465 vm/type_cast_vm_test: StaticWarning | 465 vm/type_cast_vm_test: StaticWarning |
| 466 vm/type_vm_test: StaticWarning | 466 vm/type_vm_test: StaticWarning |
| 467 void_type_test: StaticWarning | 467 void_type_test: StaticWarning |
| 468 | 468 |
| 469 # Issue 16392. | |
| 470 const_constructor2_test/20: MissingStaticWarning # Issue 16392. | |
| 471 const_constructor2_test/22: MissingStaticWarning # Issue 16392. | |
| 472 const_constructor2_test/24: MissingStaticWarning # Issue 16392. | |
| 473 | |
| 474 # Issue 16391. The analyzer handle compile-time error in checked only in these | 469 # Issue 16391. The analyzer handle compile-time error in checked only in these |
| 475 # cases: | 470 # cases: |
| 476 compile_time_constant_checked2_test/01: CompileTimeError # Issue 16391 | 471 compile_time_constant_checked2_test/01: CompileTimeError # Issue 16391 |
| 477 compile_time_constant_checked2_test/05: CompileTimeError # Issue 16391 | 472 compile_time_constant_checked2_test/05: CompileTimeError # Issue 16391 |
| 478 compile_time_constant_checked3_test/01: CompileTimeError # Issue 16391 | 473 compile_time_constant_checked3_test/01: CompileTimeError # Issue 16391 |
| 479 compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391 | 474 compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391 |
| 480 list_literal1_test/01: CompileTimeError # Issue 16391 | 475 list_literal1_test/01: CompileTimeError # Issue 16391 |
| 481 map_literal1_test/01: CompileTimeError # Issue 16391 | 476 map_literal1_test/01: CompileTimeError # Issue 16391 |
| 482 | 477 |
| 483 # Issue 17522 | 478 # Issue 17522 |
| 484 deferred_constraints_type_annotation_test/*: Pass, Fail | 479 deferred_constraints_type_annotation_test/*: Pass, Fail |
| 485 deferred_constraints_constants_test/*: Pass, Fail | 480 deferred_constraints_constants_test/*: Pass, Fail |
| 486 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail | 481 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail |
| 487 deferred_constraints_constants_old_syntax_test/*: Pass, Fail | 482 deferred_constraints_constants_old_syntax_test/*: Pass, Fail |
| 488 deferred_shadow_load_library_test: Fail | 483 deferred_shadow_load_library_test: Fail |
| 489 deferred_closurize_load_library_test: Fail | 484 deferred_closurize_load_library_test: Fail |
| 490 deferred_load_library_wrong_args_test/01: Fail | 485 deferred_load_library_wrong_args_test/01: Fail |
| 491 deferred_load_library_wrong_args_test/none: Fail | 486 deferred_load_library_wrong_args_test/none: Fail |
| 492 deferred_load_inval_code_test: Fail | 487 deferred_load_inval_code_test: Fail |
| 493 | |
| OLD | NEW |