| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 bad_constructor_test/none: fail # Issue 11576 | 48 bad_constructor_test/none: fail # Issue 11576 |
| 49 | 49 |
| 50 # test issue 11577, has return type for []= | 50 # test issue 11577, has return type for []= |
| 51 cascade_test/none: fail # Issue 11577 | 51 cascade_test/none: fail # Issue 11577 |
| 52 | 52 |
| 53 # test issue 11578, redirecting factory with not subtype | 53 # test issue 11578, redirecting factory with not subtype |
| 54 factory5_test/none: fail # Issue 11578 | 54 factory5_test/none: fail # Issue 11578 |
| 55 type_variable_bounds_test/none: fail # Issue 11578 | 55 type_variable_bounds_test/none: fail # Issue 11578 |
| 56 type_variable_scope_test/none: fail # Issue 11578 | 56 type_variable_scope_test/none: fail # Issue 11578 |
| 57 factory_implementation_test/none: fail # Issue 11578 | 57 factory_implementation_test/none: fail # Issue 11578 |
| 58 malbounded_redirecting_factory_test/none: fail # Issue 11578 |
| 59 malbounded_redirecting_factory2_test/none: fail # Issue 11578 |
| 58 | 60 |
| 59 # test issue 11579, assignment, no setter | 61 # test issue 11579, assignment, no setter |
| 60 getter_no_setter_test/none: fail | 62 getter_no_setter_test/none: fail |
| 61 | 63 |
| 62 # test issue 11584, positional arguments cannot be used for named parameters | 64 # test issue 11584, positional arguments cannot be used for named parameters |
| 63 compile_time_constant_e_test: fail | 65 compile_time_constant_e_test: fail |
| 64 | 66 |
| 65 # test issue 11585, static warning, not negative test | 67 # test issue 11585, static warning, not negative test |
| 66 constructor3_negative_test: fail | 68 constructor3_negative_test: fail |
| 67 constructor_call_wrong_argument_count_negative_test: fail | 69 constructor_call_wrong_argument_count_negative_test: fail |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 type_variable_identifier_expression_test: StaticWarning | 435 type_variable_identifier_expression_test: StaticWarning |
| 434 type_variable_scope2_test: StaticWarning | 436 type_variable_scope2_test: StaticWarning |
| 435 unary_plus_negative_test: CompileTimeError | 437 unary_plus_negative_test: CompileTimeError |
| 436 unbound_getter_test: StaticWarning | 438 unbound_getter_test: StaticWarning |
| 437 unhandled_exception_negative_test: CompileTimeError | 439 unhandled_exception_negative_test: CompileTimeError |
| 438 unresolved_top_level_method_negative_test: CompileTimeError | 440 unresolved_top_level_method_negative_test: CompileTimeError |
| 439 vm/type_cast_vm_test: StaticWarning | 441 vm/type_cast_vm_test: StaticWarning |
| 440 vm/type_vm_test: StaticWarning | 442 vm/type_vm_test: StaticWarning |
| 441 void_type_test: StaticWarning | 443 void_type_test: StaticWarning |
| 442 | 444 |
| OLD | NEW |