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

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

Issue 3010483002: Add tests demonstrating bugs #30547 and #30552. (Closed)
Patch Set: 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
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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 bit_operations_test/01: MissingStaticWarning # Issue 28823 194 bit_operations_test/01: MissingStaticWarning # Issue 28823
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 multiple_interface_inheritance_test: CompileTimeError # Issue 30552
204 regress_30339_test: CompileTimeError 205 regress_30339_test: CompileTimeError
205 void_type_function_types_test/none: Crash # Issue 30177 206 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/01: Crash # Issue 30177
207 void_type_function_types_test/07: Crash # Issue 30177 208 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/03: Crash # Issue 30177
209 void_type_function_types_test/00: Crash # Issue 30177 210 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/09: Crash # Issue 30177
211 void_type_function_types_test/08: Crash # Issue 30177 212 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/04: Crash # Issue 30177
213 void_type_function_types_test/05: Crash # Issue 30177 214 void_type_function_types_test/05: Crash # Issue 30177
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 class_literal_test/22: MissingCompileTimeError 293 class_literal_test/22: MissingCompileTimeError
293 class_literal_test/23: MissingCompileTimeError 294 class_literal_test/23: MissingCompileTimeError
294 class_literal_test/24: MissingCompileTimeError 295 class_literal_test/24: MissingCompileTimeError
295 class_literal_test/25: MissingCompileTimeError 296 class_literal_test/25: MissingCompileTimeError
296 generic_constructor_mixin_test/01: MissingCompileTimeError 297 generic_constructor_mixin_test/01: MissingCompileTimeError
297 generic_constructor_mixin2_test/01: MissingCompileTimeError 298 generic_constructor_mixin2_test/01: MissingCompileTimeError
298 generic_constructor_mixin3_test/01: MissingCompileTimeError 299 generic_constructor_mixin3_test/01: MissingCompileTimeError
299 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207 300 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207
300 generic_methods_type_expression_test: StaticWarning # Issue 30530 301 generic_methods_type_expression_test: StaticWarning # Issue 30530
301 closure_type_test: Pass 302 closure_type_test: Pass
303 multiple_interface_inheritance_test: StaticWarning # Issue 30552
302 304
303 [ $compiler == dart2analyzer && $runtime == none ] 305 [ $compiler == dart2analyzer && $runtime == none ]
304 assertion_initializer_const_error2_test/none: CompileTimeError 306 assertion_initializer_const_error2_test/none: CompileTimeError
305 assertion_initializer_const_function_test/01: CompileTimeError 307 assertion_initializer_const_function_test/01: CompileTimeError
306 assertion_initializer_test: CompileTimeError 308 assertion_initializer_test: CompileTimeError
307 309
308 [ $compiler == dart2analyzer && $strong ] 310 [ $compiler == dart2analyzer && $strong ]
309 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 311 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070
310 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 312 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070
311 generic_methods_shadowing_test: CompileTimeError # Issue 29070 313 generic_methods_shadowing_test: CompileTimeError # Issue 29070
312 generic_methods_closure_test: CompileTimeError # Issue 29070 314 generic_methods_closure_test: CompileTimeError # Issue 29070
313 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 315 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070
314 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 316 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070
315 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t ype parameter in "is" test. 317 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t ype parameter in "is" test.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698