| 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 |
| 11 | 11 |
| 12 # TBF: we should check conflicts not only for methods, but for accessors too | 12 # TBF: we should check conflicts not only for methods, but for accessors too |
| 13 override_field_test/03: fail | 13 override_field_test/03: fail |
| 14 method_override7_test/03: Fail # Issue 11496 | 14 method_override7_test/03: Fail # Issue 11496 |
| 15 | 15 |
| 16 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil
e-time error in checked mode, because of constants. | 16 type_check_const_function_typedef2_test/00: MissingCompileTimeError, Ok # Compil
e-time error in checked mode, because of constants. |
| 17 | 17 |
| 18 external_test/21: Fail |
| 19 external_test/24: Fail |
| 20 external_test/25: Fail |
| 21 |
| 18 # Please add new failing tests before this line. | 22 # Please add new failing tests before this line. |
| 19 # Section below is for invalid tests. | 23 # Section below is for invalid tests. |
| 20 # | 24 # |
| 21 # | 25 # |
| 22 | 26 |
| 23 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined | 27 ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined |
| 24 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied | 28 bad_initializer2_negative_test: fail # Issue 14880, Analyzer reports compile-tim
e error, but test runner is not satisfied |
| 25 | 29 |
| 26 # test issue 11124, It is warning, not error to don't initialize final field | 30 # test issue 11124, It is warning, not error to don't initialize final field |
| 27 field3a_negative_test: Fail # Issue 11124 | 31 field3a_negative_test: Fail # Issue 11124 |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 | 165 |
| 162 # The following tests are currently assumed to be failing because the test is wr
ong. | 166 # The following tests are currently assumed to be failing because the test is wr
ong. |
| 163 # | 167 # |
| 164 application_negative_test: CompileTimeError # Test Issue 14528 | 168 application_negative_test: CompileTimeError # Test Issue 14528 |
| 165 bad_constructor_test/05: CompileTimeError # Test Issue 5337 | 169 bad_constructor_test/05: CompileTimeError # Test Issue 5337 |
| 166 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 | 170 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 |
| 167 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 | 171 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 |
| 168 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 | 172 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 |
| 169 empty_block_case_test: StaticWarning # Test Issue 18701 | 173 empty_block_case_test: StaticWarning # Test Issue 18701 |
| 170 error_stacktrace_test: StaticWarning # Test Issue 18702 | 174 error_stacktrace_test: StaticWarning # Test Issue 18702 |
| 171 external_test/20: StaticWarning # Test Issue 18703 | |
| 172 | 175 |
| 173 const_counter_negative_test: CompileTimeError | 176 const_counter_negative_test: CompileTimeError |
| 174 const_optional_args_negative_test: CompileTimeError | 177 const_optional_args_negative_test: CompileTimeError |
| 175 constructor_redirect1_negative_test: CompileTimeError | 178 constructor_redirect1_negative_test: CompileTimeError |
| 176 constructor_redirect2_negative_test: CompileTimeError | 179 constructor_redirect2_negative_test: CompileTimeError |
| 177 constructor_setter_negative_test: CompileTimeError | 180 constructor_setter_negative_test: CompileTimeError |
| 178 duplicate_export_negative_test: CompileTimeError | 181 duplicate_export_negative_test: CompileTimeError |
| 179 duplicate_interface_negative_test: CompileTimeError | 182 duplicate_interface_negative_test: CompileTimeError |
| 180 export_ambiguous_main_negative_test: CompileTimeError | 183 export_ambiguous_main_negative_test: CompileTimeError |
| 181 extend_type_parameter2_negative_test: CompileTimeError | 184 extend_type_parameter2_negative_test: CompileTimeError |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 #deferred_not_loaded_check_test: Pass, Fail | 445 #deferred_not_loaded_check_test: Pass, Fail |
| 443 | 446 |
| 444 # Issues to be fixed now that type parameters have been fixed | 447 # Issues to be fixed now that type parameters have been fixed |
| 445 # (issues 14221, 15553) | 448 # (issues 14221, 15553) |
| 446 factory1_test/00: StaticWarning # Test Issue 18726 | 449 factory1_test/00: StaticWarning # Test Issue 18726 |
| 447 factory1_test/01: StaticWarning # Test Issue 18726 | 450 factory1_test/01: StaticWarning # Test Issue 18726 |
| 448 factory1_test/none: StaticWarning # Test Issue 18726 | 451 factory1_test/none: StaticWarning # Test Issue 18726 |
| 449 generic_closure_test: StaticWarning | 452 generic_closure_test: StaticWarning |
| 450 local_function2_test: StaticWarning | 453 local_function2_test: StaticWarning |
| 451 redirecting_factory_long_test: StaticWarning | 454 redirecting_factory_long_test: StaticWarning |
| OLD | NEW |