| 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 == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
| 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 enum_syntax_test/02: Fail # 21649 | 10 enum_syntax_test/02: Fail # 21649 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 | 21 |
| 22 # TBF: we should check conflicts not only for methods, but for accessors too | 22 # TBF: we should check conflicts not only for methods, but for accessors too |
| 23 override_field_test/03: fail | 23 override_field_test/03: fail |
| 24 method_override7_test/03: Fail # Issue 11496 | 24 method_override7_test/03: Fail # Issue 11496 |
| 25 | 25 |
| 26 external_test/21: Fail | 26 external_test/21: Fail |
| 27 external_test/24: Fail | 27 external_test/24: Fail |
| 28 external_test/25: Fail | 28 external_test/25: Fail |
| 29 constructor_duplicate_final_test/03: Fail | 29 constructor_duplicate_final_test/03: Fail |
| 30 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 | 30 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21565 |
| 31 conditional_method_invocation_test/11: MissingStaticWarning # Issue 23461 | |
| 32 | 31 |
| 33 # Please add new failing tests before this line. | 32 # Please add new failing tests before this line. |
| 34 # Section below is for invalid tests. | 33 # Section below is for invalid tests. |
| 35 # | 34 # |
| 36 # | 35 # |
| 37 | 36 |
| 38 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 37 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
| 39 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 38 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
| 40 | 39 |
| 41 # test issue 11124, It is warning, not error to don't initialize final field | 40 # test issue 11124, It is warning, not error to don't initialize final field |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 # This test is expected to have warnings because of noSuchMethod overriding. | 459 # This test is expected to have warnings because of noSuchMethod overriding. |
| 461 regress_12561_test: StaticWarning | 460 regress_12561_test: StaticWarning |
| 462 | 461 |
| 463 main_not_a_function_test/01: Fail # Issue 20030 | 462 main_not_a_function_test/01: Fail # Issue 20030 |
| 464 main_test/03: Fail # Issue 20030 | 463 main_test/03: Fail # Issue 20030 |
| 465 no_main_test/01: Fail # Issue 20030 | 464 no_main_test/01: Fail # Issue 20030 |
| 466 | 465 |
| 467 # This test is expected to generate a warning, since it's | 466 # This test is expected to generate a warning, since it's |
| 468 # intentionally referring to a variable that's not in scope. | 467 # intentionally referring to a variable that's not in scope. |
| 469 transitive_private_library_access_test: StaticWarning | 468 transitive_private_library_access_test: StaticWarning |
| OLD | NEW |