| 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 switch_bad_case_test/02: Fail # missing error in double in switch case expr; how
ever there is contradiction - Object has ==, and double - not | 6 switch_bad_case_test/02: Fail # missing error in double in switch case expr; how
ever there is contradiction - Object has ==, and double - not |
| 7 | 7 |
| 8 # Runtime negative test. No static errors or warnings. | 8 # Runtime negative test. No static errors or warnings. |
| 9 closure_call_wrong_argument_count_negative_test: skip | 9 closure_call_wrong_argument_count_negative_test: skip |
| 10 | 10 |
| 11 # TBD: using built-in identifers | 11 # TBD: using built-in identifers |
| 12 built_in_identifier_prefix_test: fail # Issue 12694 | 12 built_in_identifier_prefix_test: fail # Issue 12694 |
| 13 | 13 |
| 14 # TBD: these look like bad tests, no issue number | 14 # TBD: these look like bad tests, no issue number |
| 15 class_literal_test: fail | 15 class_literal_test: fail |
| 16 constructor_call_as_function_test/01: fail | 16 constructor_call_as_function_test/01: fail |
| 17 | 17 |
| 18 # TBF: It is a static warning if the function type of k' is not a subtype of the
type of k. | 18 # TBF: It is a static warning if the function type of k' is not a subtype of the
type of k. |
| 19 default_implementation2_test: fail | 19 default_implementation2_test: fail |
| 20 | 20 |
| 21 # TBD: F-bounded quantification | |
| 22 f_bounded_quantification_test/01: fail # Issue 12704 | |
| 23 f_bounded_quantification_test/02: fail # Issue 12704 | |
| 24 | |
| 25 function_type_alias9_test/00: crash # Issue 11987 | 21 function_type_alias9_test/00: crash # Issue 11987 |
| 26 | 22 |
| 27 list_literal_syntax_test/01: fail # Issue 12103 | 23 list_literal_syntax_test/01: fail # Issue 12103 |
| 28 list_literal_syntax_test/02: fail # Issue 12103 | 24 list_literal_syntax_test/02: fail # Issue 12103 |
| 29 list_literal_syntax_test/03: fail # Issue 12103 | 25 list_literal_syntax_test/03: fail # Issue 12103 |
| 30 malformed_test/none: fail # Issue 12696 | 26 malformed_test/none: fail # Issue 12696 |
| 31 | 27 |
| 32 # TBF: we should check conflicts not only for methods, but for accessors too | 28 # TBF: we should check conflicts not only for methods, but for accessors too |
| 33 override_field_test/02: fail | 29 override_field_test/02: fail |
| 34 override_field_test/03: fail | 30 override_field_test/03: fail |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 factory_redirection_test/09: fail | 188 factory_redirection_test/09: fail |
| 193 factory_redirection_test/10: fail | 189 factory_redirection_test/10: fail |
| 194 factory_redirection_test/11: fail | 190 factory_redirection_test/11: fail |
| 195 factory_redirection_test/12: fail | 191 factory_redirection_test/12: fail |
| 196 factory_redirection_test/13: fail | 192 factory_redirection_test/13: fail |
| 197 factory_redirection_test/14: fail | 193 factory_redirection_test/14: fail |
| 198 getters_setters2_test/03: fail | 194 getters_setters2_test/03: fail |
| 199 type_variable_bounds3_test/00: fail | 195 type_variable_bounds3_test/00: fail |
| 200 type_variable_bounds2_test/05: fail | 196 type_variable_bounds2_test/05: fail |
| 201 | 197 |
| OLD | NEW |