| 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 |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 type_variable_bounds2_test/01: fail # Issue 12162 | 175 type_variable_bounds2_test/01: fail # Issue 12162 |
| 176 type_variable_bounds2_test/02: fail # Issue 12162 | 176 type_variable_bounds2_test/02: fail # Issue 12162 |
| 177 type_variable_bounds2_test/03: fail # Issue 12162 | 177 type_variable_bounds2_test/03: fail # Issue 12162 |
| 178 type_variable_bounds2_test/04: fail # Issue 12162 | 178 type_variable_bounds2_test/04: fail # Issue 12162 |
| 179 type_variable_bounds2_test/06: fail # Issue 12162 | 179 type_variable_bounds2_test/06: fail # Issue 12162 |
| 180 | 180 |
| 181 # test issue 12163, unresolved identifier is static warning in static context | 181 # test issue 12163, unresolved identifier is static warning in static context |
| 182 unresolved_in_factory_negative_test: fail # Issue 12163 | 182 unresolved_in_factory_negative_test: fail # Issue 12163 |
| 183 unresolved_top_level_var_negative_test: fail # Issue 12163 | 183 unresolved_top_level_var_negative_test: fail # Issue 12163 |
| 184 | 184 |
| 185 # test issue 12181, uses argument definition test | |
| 186 constructor_initializer_test: fail # Issue 12181 | |
| 187 | |
| 188 # test issue 12191, ambiguous import is always warning now | 185 # test issue 12191, ambiguous import is always warning now |
| 189 prefix3_negative_test: fail # Issue 12191 | 186 prefix3_negative_test: fail # Issue 12191 |
| 190 library_ambiguous_test/00: fail # Issue 12191 | 187 library_ambiguous_test/00: fail # Issue 12191 |
| 191 | 188 |
| 192 # test issue 12289, assignment in assert statement | 189 # test issue 12289, assignment in assert statement |
| 193 type_error_test: fail # Issue 12289 | 190 type_error_test: fail # Issue 12289 |
| 194 | 191 |
| 195 # test issue 12381, It is compile-time error to invoke not existing function | 192 # test issue 12381, It is compile-time error to invoke not existing function |
| 196 issue11724_test: fail # Issue 12381 | 193 issue11724_test: fail # Issue 12381 |
| 197 call_nonexistent_static_test/08: fail # Issue 12381 | 194 call_nonexistent_static_test/08: fail # Issue 12381 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 216 factory_redirection_test/09: fail | 213 factory_redirection_test/09: fail |
| 217 factory_redirection_test/10: fail | 214 factory_redirection_test/10: fail |
| 218 factory_redirection_test/11: fail | 215 factory_redirection_test/11: fail |
| 219 factory_redirection_test/12: fail | 216 factory_redirection_test/12: fail |
| 220 factory_redirection_test/13: fail | 217 factory_redirection_test/13: fail |
| 221 factory_redirection_test/14: fail | 218 factory_redirection_test/14: fail |
| 222 getters_setters2_test/03: fail | 219 getters_setters2_test/03: fail |
| 223 type_variable_bounds3_test/00: fail | 220 type_variable_bounds3_test/00: fail |
| 224 type_variable_bounds2_test/05: fail | 221 type_variable_bounds2_test/05: fail |
| 225 | 222 |
| OLD | NEW |