| 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 # TBD: using built-in identifers | 10 # TBD: using built-in identifers |
| 11 built_in_identifier_prefix_test: fail # Issue 12694 | 11 built_in_identifier_prefix_test: fail # Issue 12694 |
| 12 | 12 |
| 13 # TBD: these look like bad tests, no issue number |
| 14 class_literal_test: fail |
| 15 constructor_call_as_function_test/01: fail |
| 16 |
| 13 # TBF: It is a static type warning if a type parameter is a supertype of its upp
er bound. | 17 # TBF: It is a static type warning if a type parameter is a supertype of its upp
er bound. |
| 14 cyclic_type_variable_test/01: fail | 18 cyclic_type_variable_test/01: fail |
| 15 cyclic_type_variable_test/02: fail | 19 cyclic_type_variable_test/02: fail |
| 16 cyclic_type_variable_test/03: fail | 20 cyclic_type_variable_test/03: fail |
| 17 cyclic_type_variable_test/04: fail | 21 cyclic_type_variable_test/04: fail |
| 18 | 22 |
| 19 # TBF: It is a static type warning if any of the type arguments to k' are not su
btypes of the bounds of the corresponding formal type parameters of type. | 23 # TBF: It is a static type warning if any of the type arguments to k' are not su
btypes of the bounds of the corresponding formal type parameters of type. |
| 20 default_factory2_test/01: fail # Issue 12701 | 24 default_factory2_test/01: fail # Issue 12701 |
| 21 | 25 |
| 22 # TBF: It is a static warning if the function type of k' is not a subtype of the
type of k. | 26 # TBF: It is a static warning if the function type of k' is not a subtype of the
type of k. |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 # test issue 12163, unresolved identifier is static warning in static context | 189 # test issue 12163, unresolved identifier is static warning in static context |
| 186 unresolved_in_factory_negative_test: fail # Issue 12163 | 190 unresolved_in_factory_negative_test: fail # Issue 12163 |
| 187 unresolved_top_level_var_negative_test: fail # Issue 12163 | 191 unresolved_top_level_var_negative_test: fail # Issue 12163 |
| 188 | 192 |
| 189 # test issue 12181, uses argument definition test | 193 # test issue 12181, uses argument definition test |
| 190 constructor_initializer_test: fail # Issue 12181 | 194 constructor_initializer_test: fail # Issue 12181 |
| 191 | 195 |
| 192 # test issue 12191, ambiguous import is always warning now | 196 # test issue 12191, ambiguous import is always warning now |
| 193 prefix3_negative_test: fail # Issue 12191 | 197 prefix3_negative_test: fail # Issue 12191 |
| 194 library_ambiguous_test/00: fail # Issue 12191 | 198 library_ambiguous_test/00: fail # Issue 12191 |
| 195 library_ambiguous_test/01: fail # Issue 12191 | |
| 196 library_ambiguous_test/02: fail # Issue 12191 | |
| 197 library_ambiguous_test/03: fail # Issue 12191 | |
| 198 | 199 |
| 199 # test issue 12289, assignment in assert statement | 200 # test issue 12289, assignment in assert statement |
| 200 type_error_test: fail # Issue 12289 | 201 type_error_test: fail # Issue 12289 |
| 201 | 202 |
| 202 # test issue 12381, It is compile-time error to invoke not existing function | 203 # test issue 12381, It is compile-time error to invoke not existing function |
| 203 issue11724_test: fail # Issue 12381 | 204 issue11724_test: fail # Issue 12381 |
| 204 call_nonexistent_static_test/08: fail # Issue 12381 | 205 call_nonexistent_static_test/08: fail # Issue 12381 |
| 205 | 206 |
| 206 # test issue 12397; it is static warning, not error to use variable before decla
ration (or hidden) | 207 # test issue 12397; it is static warning, not error to use variable before decla
ration (or hidden) |
| 207 scope_negative_test: fail # Issue 12397 | 208 scope_negative_test: fail # Issue 12397 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 224 factory_redirection_test/09: fail | 225 factory_redirection_test/09: fail |
| 225 factory_redirection_test/10: fail | 226 factory_redirection_test/10: fail |
| 226 factory_redirection_test/11: fail | 227 factory_redirection_test/11: fail |
| 227 factory_redirection_test/12: fail | 228 factory_redirection_test/12: fail |
| 228 factory_redirection_test/13: fail | 229 factory_redirection_test/13: fail |
| 229 factory_redirection_test/14: fail | 230 factory_redirection_test/14: fail |
| 230 getters_setters2_test/03: fail | 231 getters_setters2_test/03: fail |
| 231 type_variable_bounds3_test/00: fail | 232 type_variable_bounds3_test/00: fail |
| 232 type_variable_bounds2_test/05: fail | 233 type_variable_bounds2_test/05: fail |
| 233 | 234 |
| OLD | NEW |