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

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

Issue 3008573002: Migrate test block 113 to Dart 2.0. (Closed)
Patch Set: Merge fixups 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 bit_operations_test/02: MissingCompileTimeError 224 bit_operations_test/02: MissingCompileTimeError
225 bit_operations_test/03: MissingCompileTimeError 225 bit_operations_test/03: MissingCompileTimeError
226 bit_operations_test/04: MissingCompileTimeError 226 bit_operations_test/04: MissingCompileTimeError
227 black_listed_test/none: fail # Issue 14228 227 black_listed_test/none: fail # Issue 14228
228 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 228 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695
229 built_in_identifier_prefix_test: CompileTimeError 229 built_in_identifier_prefix_test: CompileTimeError
230 cascade_test/none: fail # Issue 11577 230 cascade_test/none: fail # Issue 11577
231 closure_call_wrong_argument_count_negative_test: skip 231 closure_call_wrong_argument_count_negative_test: skip
232 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 232 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515
233 generic_local_functions_test: CompileTimeError # Issue 28515 233 generic_local_functions_test: CompileTimeError # Issue 28515
234 generic_list_checked_test: StaticWarning
235 generic_test: StaticWarning
236 generics_test: StaticWarning
234 get_set_syntax_test/none: fail # Issue 11575 237 get_set_syntax_test/none: fail # Issue 11575
235 generic_list_checked_test: StaticWarning
236 generics_test: StaticWarning
237 generic_test: StaticWarning
238 getter_setter_in_lib_test: Fail # Issue 23286
239 getter_setter_in_lib_test: Fail # Issue 23286 238 getter_setter_in_lib_test: Fail # Issue 23286
240 getter_declaration_negative_test: CompileTimeError 239 getter_declaration_negative_test: CompileTimeError
241 type_variable_scope_test/none: fail # Issue 11578 240 type_variable_scope_test/none: fail # Issue 11578
242 type_variable_static_context_negative_test: fail # Issue 12161 241 type_variable_static_context_negative_test: fail # Issue 12161
243 242
244 [ $strong && $compiler == dart2analyzer ] 243 [ $strong && $compiler == dart2analyzer ]
245 accessor_conflict_export2_test: CompileTimeError # Issue 25626 244 accessor_conflict_export2_test: CompileTimeError # Issue 25626
246 accessor_conflict_export_test: CompileTimeError # Issue 25626 245 accessor_conflict_export_test: CompileTimeError # Issue 25626
247 accessor_conflict_import2_test: CompileTimeError # Issue 25626 246 accessor_conflict_import2_test: CompileTimeError # Issue 25626
248 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 247 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 class_literal_test/20: MissingCompileTimeError 353 class_literal_test/20: MissingCompileTimeError
355 class_literal_test/21: MissingCompileTimeError 354 class_literal_test/21: MissingCompileTimeError
356 class_literal_test/22: MissingCompileTimeError 355 class_literal_test/22: MissingCompileTimeError
357 class_literal_test/23: MissingCompileTimeError 356 class_literal_test/23: MissingCompileTimeError
358 class_literal_test/24: MissingCompileTimeError 357 class_literal_test/24: MissingCompileTimeError
359 class_literal_test/25: MissingCompileTimeError 358 class_literal_test/25: MissingCompileTimeError
360 closure_type_test: Pass 359 closure_type_test: Pass
361 generic_constructor_mixin_test/01: MissingCompileTimeError 360 generic_constructor_mixin_test/01: MissingCompileTimeError
362 generic_constructor_mixin2_test/01: MissingCompileTimeError 361 generic_constructor_mixin2_test/01: MissingCompileTimeError
363 generic_constructor_mixin3_test/01: MissingCompileTimeError 362 generic_constructor_mixin3_test/01: MissingCompileTimeError
363 generic_field_mixin6_test/01: MissingCompileTimeError
364 generic_function_typedef2_test/04: MissingCompileTimeError
364 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207 365 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207
365 generic_methods_type_expression_test: StaticWarning # Issue 30530 366 generic_methods_type_expression_test: StaticWarning # Issue 30530
366 identical_const_test/01: MissingCompileTimeError 367 identical_const_test/01: MissingCompileTimeError
367 identical_const_test/02: MissingCompileTimeError 368 identical_const_test/02: MissingCompileTimeError
368 identical_const_test/03: MissingCompileTimeError 369 identical_const_test/03: MissingCompileTimeError
369 identical_const_test/04: MissingCompileTimeError 370 identical_const_test/04: MissingCompileTimeError
370 if_null_assignment_behavior_test/03: MissingCompileTimeError 371 if_null_assignment_behavior_test/03: MissingCompileTimeError
371 if_null_assignment_behavior_test/13: MissingCompileTimeError 372 if_null_assignment_behavior_test/13: MissingCompileTimeError
372 if_null_assignment_behavior_test/15: MissingCompileTimeError 373 if_null_assignment_behavior_test/15: MissingCompileTimeError
373 if_null_assignment_static_test/02: MissingCompileTimeError 374 if_null_assignment_static_test/02: MissingCompileTimeError
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 assertion_initializer_test: CompileTimeError 419 assertion_initializer_test: CompileTimeError
419 420
420 [ $compiler == dart2analyzer && $strong ] 421 [ $compiler == dart2analyzer && $strong ]
421 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 422 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070
422 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 423 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070
423 generic_methods_shadowing_test: CompileTimeError # Issue 29070 424 generic_methods_shadowing_test: CompileTimeError # Issue 29070
424 generic_methods_closure_test: CompileTimeError # Issue 29070 425 generic_methods_closure_test: CompileTimeError # Issue 29070
425 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 426 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070
426 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 427 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070
427 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t ype parameter in "is" test. 428 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t ype parameter in "is" test.
OLDNEW
« no previous file with comments | « tests/language_2/generic_inheritance_test.dart ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698