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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 bad_initializer2_negative_test: fail # Issue 14880 | 138 bad_initializer2_negative_test: fail # Issue 14880 |
139 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 | 139 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 |
140 bit_operations_test/01: MissingCompileTimeError | 140 bit_operations_test/01: MissingCompileTimeError |
141 bit_operations_test/02: MissingCompileTimeError | 141 bit_operations_test/02: MissingCompileTimeError |
142 bit_operations_test/03: MissingCompileTimeError | 142 bit_operations_test/03: MissingCompileTimeError |
143 bit_operations_test/04: MissingCompileTimeError | 143 bit_operations_test/04: MissingCompileTimeError |
144 black_listed_test/none: fail # Issue 14228 | 144 black_listed_test/none: fail # Issue 14228 |
145 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 | 145 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 |
146 built_in_identifier_prefix_test: CompileTimeError | 146 built_in_identifier_prefix_test: CompileTimeError |
147 cascade_test/none: fail # Issue 11577 | 147 cascade_test/none: fail # Issue 11577 |
| 148 closure_call_wrong_argument_count_negative_test: skip |
148 | 149 |
149 [ $strong && $compiler == dart2analyzer ] | 150 [ $strong && $compiler == dart2analyzer ] |
150 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 151 accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
151 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 152 accessor_conflict_export_test: CompileTimeError # Issue 25626 |
152 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | 153 accessor_conflict_import2_test: CompileTimeError # Issue 25626 |
153 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | 154 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 |
154 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | 155 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 |
155 accessor_conflict_import_test: CompileTimeError # Issue 25626 | 156 accessor_conflict_import_test: CompileTimeError # Issue 25626 |
156 async_return_types_test/nestedFuture: MissingCompileTimeError | 157 async_return_types_test/nestedFuture: MissingCompileTimeError |
157 bit_operations_test/01: MissingStaticWarning # Issue 28823 | 158 bit_operations_test/01: MissingStaticWarning # Issue 28823 |
(...skipping 11 matching lines...) Expand all Loading... |
169 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 | 170 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 |
170 accessor_conflict_import_test: StaticWarning # Issue 25626 | 171 accessor_conflict_import_test: StaticWarning # Issue 25626 |
171 cast_test/04: MissingCompileTimeError | 172 cast_test/04: MissingCompileTimeError |
172 cast_test/05: MissingCompileTimeError | 173 cast_test/05: MissingCompileTimeError |
173 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
#30207 | 174 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
#30207 |
174 | 175 |
175 [ $compiler == dart2analyzer && $runtime == none ] | 176 [ $compiler == dart2analyzer && $runtime == none ] |
176 assertion_initializer_const_error2_test/none: CompileTimeError | 177 assertion_initializer_const_error2_test/none: CompileTimeError |
177 assertion_initializer_const_function_test/01: CompileTimeError | 178 assertion_initializer_const_function_test/01: CompileTimeError |
178 assertion_initializer_test: CompileTimeError | 179 assertion_initializer_test: CompileTimeError |
OLD | NEW |