Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: tests/language_2/language_2_analyzer.status

Issue 2997353002: Adding adjusted `void` tests from CL 2699073003 (Closed)
Patch Set: Rebased Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/language_2/language_2.status ('k') | tests/language_2/language_2_dartdevc.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 bit_operations_test/02: MissingStaticWarning # Issue 28823 195 bit_operations_test/02: MissingStaticWarning # Issue 28823
196 bit_operations_test/03: MissingStaticWarning # Issue 28823 196 bit_operations_test/03: MissingStaticWarning # Issue 28823
197 bit_operations_test/04: MissingStaticWarning # Issue 28823 197 bit_operations_test/04: MissingStaticWarning # Issue 28823
198 generic_list_checked_test: CompileTimeError 198 generic_list_checked_test: CompileTimeError
199 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07 199 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07
200 generic_methods_test: CompileTimeError 200 generic_methods_test: CompileTimeError
201 generic_tearoff_test: CompileTimeError 201 generic_tearoff_test: CompileTimeError
202 generic_test: CompileTimeError 202 generic_test: CompileTimeError
203 generics_test: CompileTimeError 203 generics_test: CompileTimeError
204 regress_30339_test: CompileTimeError 204 regress_30339_test: CompileTimeError
205 void_type_function_types_test/none: Crash # Issue 30177
206 void_type_function_types_test/01: Crash # Issue 30177
207 void_type_function_types_test/07: Crash # Issue 30177
208 void_type_function_types_test/03: Crash # Issue 30177
209 void_type_function_types_test/00: Crash # Issue 30177
210 void_type_function_types_test/09: Crash # Issue 30177
211 void_type_function_types_test/08: Crash # Issue 30177
212 void_type_function_types_test/04: Crash # Issue 30177
213 void_type_function_types_test/05: Crash # Issue 30177
214 void_type_function_types_test/06: Crash # Issue 30177
215 void_type_usage_test/param_as: CompileTimeError # Issue 30177
216 void_type_usage_test/param_for: CompileTimeError # Issue 30177
217 void_type_usage_test/none: CompileTimeError # Issue 30177
218 void_type_usage_test/call_as: CompileTimeError # Issue 30177
219 void_type_usage_test/call_stmt: CompileTimeError # Issue 30177
220 void_type_usage_test/call_for: CompileTimeError # Issue 30177
221 void_type_usage_test/local_stmt: CompileTimeError # Issue 30177
222 void_type_usage_test/local_assign: CompileTimeError # Issue 30177
223 void_type_usage_test/local_for: CompileTimeError # Issue 30177
224 void_type_usage_test/local_as: CompileTimeError # Issue 30177
225 void_type_usage_test/param_stmt: CompileTimeError # Issue 30177
226 void_type_usage_test/local_for_in2: CompileTimeError # Issue 30177
227 void_type_usage_test/final_local_stmt: CompileTimeError # Issue 30177
228 void_type_usage_test/final_local_for: CompileTimeError # Issue 30177
229 void_type_usage_test/final_local_as: CompileTimeError # Issue 30177
230 void_type_usage_test/global_stmt: CompileTimeError # Issue 30177
231 void_type_usage_test/global_for: CompileTimeError # Issue 30177
232 void_type_usage_test/global_as: CompileTimeError # Issue 30177
233 void_type_usage_test/global_for_in2: CompileTimeError # Issue 30177
234 void_type_usage_test/instance_stmt: CompileTimeError # Issue 30177
235 void_type_usage_test/param_for_in2: CompileTimeError # Issue 30177
236 void_type_usage_test/instance_for: CompileTimeError # Issue 30177
237 void_type_usage_test/instance_as: CompileTimeError # Issue 30177
238 void_type_usage_test/instance2_for_in3: CompileTimeError # Issue 30177
239 void_type_usage_test/field_assign: CompileTimeError # Issue 30177
240 void_type_usage_test/instance3_for_in3: CompileTimeError # Issue 30177
241 void_type_usage_test/instance2_stmt: CompileTimeError # Issue 30177
242 void_type_usage_test/instance2_for: CompileTimeError # Issue 30177
243 void_type_usage_test/field_assign2: CompileTimeError # Issue 30177
244 void_type_usage_test/instance2_as: CompileTimeError # Issue 30177
245 void_type_usage_test/setter_assign: CompileTimeError # Issue 30177
246 void_type_usage_test/instance3_stmt: CompileTimeError # Issue 30177
247 void_type_usage_test/instance3_for: CompileTimeError # Issue 30177
248 void_type_usage_test/instance3_as: CompileTimeError # Issue 30177
249 void_type_usage_test/paren_as: CompileTimeError # Issue 30177
250 void_type_usage_test/paren_stmt: CompileTimeError # Issue 30177
251 void_type_usage_test/paren_for: CompileTimeError # Issue 30177
252 void_type_callbacks_test/01: MissingCompileTimeError # Issue 30177
253 void_type_callbacks_test/00: MissingCompileTimeError # Issue 30177
254 void_type_override_test/none: CompileTimeError # Issue 30177
205 255
206 [ ! $strong && $compiler == dart2analyzer ] 256 [ ! $strong && $compiler == dart2analyzer ]
207 accessor_conflict_export2_test: StaticWarning # Issue 25626 257 accessor_conflict_export2_test: StaticWarning # Issue 25626
208 accessor_conflict_export_test: StaticWarning # Issue 25626 258 accessor_conflict_export_test: StaticWarning # Issue 25626
209 accessor_conflict_import2_test: StaticWarning # Issue 25626 259 accessor_conflict_import2_test: StaticWarning # Issue 25626
210 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 260 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626
211 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 261 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626
212 accessor_conflict_import_test: StaticWarning # Issue 25626 262 accessor_conflict_import_test: StaticWarning # Issue 25626
213 cast_test/04: MissingCompileTimeError 263 cast_test/04: MissingCompileTimeError
214 cast_test/05: MissingCompileTimeError 264 cast_test/05: MissingCompileTimeError
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 assertion_initializer_test: CompileTimeError 306 assertion_initializer_test: CompileTimeError
257 307
258 [ $compiler == dart2analyzer && $strong ] 308 [ $compiler == dart2analyzer && $strong ]
259 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 309 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070
260 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 310 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070
261 generic_methods_shadowing_test: CompileTimeError # Issue 29070 311 generic_methods_shadowing_test: CompileTimeError # Issue 29070
262 generic_methods_closure_test: CompileTimeError # Issue 29070 312 generic_methods_closure_test: CompileTimeError # Issue 29070
263 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 313 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070
264 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 314 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070
265 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t ype parameter in "is" test. 315 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t ype parameter in "is" test.
OLDNEW
« no previous file with comments | « tests/language_2/language_2.status ('k') | tests/language_2/language_2_dartdevc.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698