| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2analyzer". | 5 # Sections in this file should contain "$compiler == dart2analyzer". |
| 6 | 6 |
| 7 # Analyzer only implements Dart 2.0 static type checking with "--strong". | 7 # Analyzer only implements Dart 2.0 static type checking with "--strong". |
| 8 [ $compiler == dart2analyzer && ! $strong && ! $checked ] | 8 [ $compiler == dart2analyzer && ! $strong && ! $checked ] |
| 9 abstract_beats_arguments_test: MissingCompileTimeError | 9 abstract_beats_arguments_test: MissingCompileTimeError |
| 10 abstract_exact_selector_test/01: MissingCompileTimeError | 10 abstract_exact_selector_test/01: MissingCompileTimeError |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 | 164 |
| 165 [ ! $strong && $compiler == dart2analyzer ] | 165 [ ! $strong && $compiler == dart2analyzer ] |
| 166 accessor_conflict_export2_test: StaticWarning # Issue 25626 | 166 accessor_conflict_export2_test: StaticWarning # Issue 25626 |
| 167 accessor_conflict_export_test: StaticWarning # Issue 25626 | 167 accessor_conflict_export_test: StaticWarning # Issue 25626 |
| 168 accessor_conflict_import2_test: StaticWarning # Issue 25626 | 168 accessor_conflict_import2_test: StaticWarning # Issue 25626 |
| 169 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 | 169 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 |
| 170 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 | 170 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 |
| 171 accessor_conflict_import_test: StaticWarning # Issue 25626 | 171 accessor_conflict_import_test: StaticWarning # Issue 25626 |
| 172 cast_test/04: MissingCompileTimeError | 172 cast_test/04: MissingCompileTimeError |
| 173 cast_test/05: MissingCompileTimeError | 173 cast_test/05: MissingCompileTimeError |
| 174 checked_null_test/01: MissingCompileTimeError |
| 175 checked_setter_test: MissingCompileTimeError |
| 176 checked_setter2_test: MissingCompileTimeError |
| 177 checked_setter3_test/01: MissingCompileTimeError |
| 178 checked_setter3_test/02: MissingCompileTimeError |
| 179 checked_setter3_test/03: MissingCompileTimeError |
| 180 class_literal_test/01: MissingCompileTimeError |
| 181 class_literal_test/02: MissingCompileTimeError |
| 182 class_literal_test/03: MissingCompileTimeError |
| 183 class_literal_test/04: MissingCompileTimeError |
| 184 class_literal_test/05: MissingCompileTimeError |
| 185 class_literal_test/06: MissingCompileTimeError |
| 186 class_literal_test/07: MissingCompileTimeError |
| 187 class_literal_test/08: MissingCompileTimeError |
| 188 class_literal_test/09: MissingCompileTimeError |
| 189 class_literal_test/10: MissingCompileTimeError |
| 190 class_literal_test/11: MissingCompileTimeError |
| 191 class_literal_test/12: MissingCompileTimeError |
| 192 class_literal_test/13: MissingCompileTimeError |
| 193 class_literal_test/14: MissingCompileTimeError |
| 194 class_literal_test/15: MissingCompileTimeError |
| 195 class_literal_test/16: MissingCompileTimeError |
| 196 class_literal_test/17: MissingCompileTimeError |
| 197 class_literal_test/18: MissingCompileTimeError |
| 198 class_literal_test/19: MissingCompileTimeError |
| 199 class_literal_test/20: MissingCompileTimeError |
| 200 class_literal_test/21: MissingCompileTimeError |
| 201 class_literal_test/22: MissingCompileTimeError |
| 202 class_literal_test/23: MissingCompileTimeError |
| 203 class_literal_test/24: MissingCompileTimeError |
| 204 class_literal_test/25: MissingCompileTimeError |
| 205 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 206 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 207 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 174 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
#30207 | 208 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
#30207 |
| 175 closure_type_test: Pass | 209 closure_type_test: Pass |
| 210 typevariable_substitution2_test/02: MissingCompileTimeError |
| 176 | 211 |
| 177 [ $compiler == dart2analyzer && $runtime == none ] | 212 [ $compiler == dart2analyzer && $runtime == none ] |
| 178 assertion_initializer_const_error2_test/none: CompileTimeError | 213 assertion_initializer_const_error2_test/none: CompileTimeError |
| 179 assertion_initializer_const_function_test/01: CompileTimeError | 214 assertion_initializer_const_function_test/01: CompileTimeError |
| 180 assertion_initializer_test: CompileTimeError | 215 assertion_initializer_test: CompileTimeError |
| OLD | NEW |