| 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/05: Fail # 21649 | 10 enum_syntax_test/05: Fail # 21649 |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 # The following tests are currently assumed to be failing because the test is wr
ong. | 180 # The following tests are currently assumed to be failing because the test is wr
ong. |
| 181 # | 181 # |
| 182 application_negative_test: CompileTimeError # Test Issue 14528 | 182 application_negative_test: CompileTimeError # Test Issue 14528 |
| 183 bad_constructor_test/05: CompileTimeError # Test Issue 5337 | 183 bad_constructor_test/05: CompileTimeError # Test Issue 5337 |
| 184 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 | 184 bad_initializer1_negative_test: CompileTimeError # Test Issue 14529 |
| 185 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 | 185 bad_named_constructor_negative_test: CompileTimeError # Test Issue 18693 |
| 186 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 | 186 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Test Issue 186
95 |
| 187 empty_block_case_test: StaticWarning # Test Issue 18701 | 187 empty_block_case_test: StaticWarning # Test Issue 18701 |
| 188 error_stacktrace_test: StaticWarning # Test Issue 18702 | 188 error_stacktrace_test: StaticWarning # Test Issue 18702 |
| 189 | 189 |
| 190 abstract_beats_arguments_test: StaticWarning |
| 190 const_counter_negative_test: CompileTimeError | 191 const_counter_negative_test: CompileTimeError |
| 191 const_optional_args_negative_test: CompileTimeError | 192 const_optional_args_negative_test: CompileTimeError |
| 192 constructor_redirect1_negative_test: CompileTimeError | 193 constructor_redirect1_negative_test: CompileTimeError |
| 193 constructor_redirect2_negative_test: CompileTimeError | 194 constructor_redirect2_negative_test: CompileTimeError |
| 194 constructor_setter_negative_test: CompileTimeError | 195 constructor_setter_negative_test: CompileTimeError |
| 195 duplicate_export_negative_test: CompileTimeError | 196 duplicate_export_negative_test: CompileTimeError |
| 196 duplicate_interface_negative_test: CompileTimeError | 197 duplicate_interface_negative_test: CompileTimeError |
| 197 export_ambiguous_main_negative_test: CompileTimeError | 198 export_ambiguous_main_negative_test: CompileTimeError |
| 198 extend_type_parameter2_negative_test: CompileTimeError | 199 extend_type_parameter2_negative_test: CompileTimeError |
| 199 extend_type_parameter_negative_test: CompileTimeError | 200 extend_type_parameter_negative_test: CompileTimeError |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 # This test is expected to have warnings because of noSuchMethod overriding. | 469 # This test is expected to have warnings because of noSuchMethod overriding. |
| 469 regress_12561_test: StaticWarning | 470 regress_12561_test: StaticWarning |
| 470 | 471 |
| 471 main_not_a_function_test/01: Fail # Issue 20030 | 472 main_not_a_function_test/01: Fail # Issue 20030 |
| 472 main_test/03: Fail # Issue 20030 | 473 main_test/03: Fail # Issue 20030 |
| 473 no_main_test/01: Fail # Issue 20030 | 474 no_main_test/01: Fail # Issue 20030 |
| 474 | 475 |
| 475 # This test is expected to generate a warning, since it's | 476 # This test is expected to generate a warning, since it's |
| 476 # intentionally referring to a variable that's not in scope. | 477 # intentionally referring to a variable that's not in scope. |
| 477 transitive_private_library_access_test: StaticWarning | 478 transitive_private_library_access_test: StaticWarning |
| OLD | NEW |