| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 | 102 |
| 103 # test issue 12191, ambiguous import is always warning now | 103 # test issue 12191, ambiguous import is always warning now |
| 104 prefix3_negative_test: fail # Issue 12191 | 104 prefix3_negative_test: fail # Issue 12191 |
| 105 | 105 |
| 106 # test issue 12289, assignment in assert statement | 106 # test issue 12289, assignment in assert statement |
| 107 type_error_test: fail # Issue 12289 | 107 type_error_test: fail # Issue 12289 |
| 108 | 108 |
| 109 # test issue 12381, It is compile-time error to invoke not existing function | 109 # test issue 12381, It is compile-time error to invoke not existing function |
| 110 issue11724_test: fail # Issue 12381 | 110 issue11724_test: fail # Issue 12381 |
| 111 | 111 |
| 112 # test issue 12539, rules for finals were loosened, contradiction in spec was fi
xed | |
| 113 const_syntax_test/09: fail # Issue 12539 | |
| 114 | |
| 115 # test issue 12541; there shouldn't be a static warning | 112 # test issue 12541; there shouldn't be a static warning |
| 116 static_field_test/01: fail # Issue 12541 | 113 static_field_test/01: fail # Issue 12541 |
| 117 static_field_test/02: fail # Issue 12541 | 114 static_field_test/02: fail # Issue 12541 |
| 118 static_field_test/03: fail # Issue 12541 | 115 static_field_test/03: fail # Issue 12541 |
| 119 static_field_test/04: fail # Issue 12541 | 116 static_field_test/04: fail # Issue 12541 |
| 120 | 117 |
| 121 # test issue 13916, Looks as no warning should be in this redirecting factory | 118 # test issue 13916, Looks as no warning should be in this redirecting factory |
| 122 redirecting_factory_infinite_steps_test/01: fail | 119 redirecting_factory_infinite_steps_test/01: fail |
| 123 | 120 |
| 124 # test issue 14471, has (legitimate) static warning; but not annotated | 121 # test issue 14471, has (legitimate) static warning; but not annotated |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 | 466 |
| 470 # Issues to be fixed now that type parameters have been fixed | 467 # Issues to be fixed now that type parameters have been fixed |
| 471 # (issues 14221, 15553) | 468 # (issues 14221, 15553) |
| 472 | 469 |
| 473 factory1_test/00: StaticWarning | 470 factory1_test/00: StaticWarning |
| 474 factory1_test/01: StaticWarning | 471 factory1_test/01: StaticWarning |
| 475 factory1_test/none: StaticWarning | 472 factory1_test/none: StaticWarning |
| 476 generic_closure_test: StaticWarning | 473 generic_closure_test: StaticWarning |
| 477 local_function2_test: StaticWarning | 474 local_function2_test: StaticWarning |
| 478 redirecting_factory_long_test: StaticWarning | 475 redirecting_factory_long_test: StaticWarning |
| OLD | NEW |