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

Side by Side Diff: tests/language/language_analyzer2.status

Issue 3008723002: Migrate block 163 to Dart 2.0. (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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 7
8 regress_26668_test: Fail # Issue 26678 8 regress_26668_test: Fail # Issue 26678
9 regress_27617_test/1: MissingCompileTimeError 9 regress_27617_test/1: MissingCompileTimeError
10 regress_29025_test: StaticWarning # Issue 29081 10 regress_29025_test: StaticWarning # Issue 29081
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 field3a_negative_test: Fail # Issue 11124 60 field3a_negative_test: Fail # Issue 11124
61 final_syntax_test/01: Fail # Issue 11124 61 final_syntax_test/01: Fail # Issue 11124
62 final_syntax_test/04: Fail # Issue 11124 62 final_syntax_test/04: Fail # Issue 11124
63 final_syntax_test/02: Fail # Issue 11124 63 final_syntax_test/02: Fail # Issue 11124
64 final_syntax_test/03: Fail # Issue 11124 64 final_syntax_test/03: Fail # Issue 11124
65 implicit_this_test/none: fail # Issue 11575 65 implicit_this_test/none: fail # Issue 11575
66 interface_test/none: fail # Issue 11575 66 interface_test/none: fail # Issue 11575
67 syntax_test/none: fail # Issue 11575 67 syntax_test/none: fail # Issue 11575
68 factory5_test/none: fail # Issue 11578 68 factory5_test/none: fail # Issue 11578
69 type_variable_bounds_test/none: fail # Issue 11578 69 type_variable_bounds_test/none: fail # Issue 11578
70 type_variable_scope_test/none: fail # Issue 11578
71 factory_implementation_test/none: fail # Issue 11578 70 factory_implementation_test/none: fail # Issue 11578
72 malbounded_redirecting_factory_test/none: fail # Issue 11578 71 malbounded_redirecting_factory_test/none: fail # Issue 11578
73 malbounded_redirecting_factory2_test/none: fail # Issue 11578 72 malbounded_redirecting_factory2_test/none: fail # Issue 11578
74 getter_no_setter_test/none: fail # Issue 11579 73 getter_no_setter_test/none: fail # Issue 11579
75 constructor3_negative_test: fail # Issue 11585 74 constructor3_negative_test: fail # Issue 11585
76 constructor_call_wrong_argument_count_negative_test: fail # Issue 11585 75 constructor_call_wrong_argument_count_negative_test: fail # Issue 11585
77 instance_call_wrong_argument_count_negative_test: fail # Issue 11585 76 instance_call_wrong_argument_count_negative_test: fail # Issue 11585
78 field_method4_negative_test: fail # Issue 11590 77 field_method4_negative_test: fail # Issue 11590
79 import_combinators_negative_test: fail # Issue 11594 78 import_combinators_negative_test: fail # Issue 11594
80 interface_static_non_final_fields_negative_test: fail # Issue 11594 79 interface_static_non_final_fields_negative_test: fail # Issue 11594
81 prefix1_negative_test: fail # Issue 11962 80 prefix1_negative_test: fail # Issue 11962
82 prefix2_negative_test: fail # Issue 11962 81 prefix2_negative_test: fail # Issue 11962
83 prefix4_negative_test: fail # Issue 11962 82 prefix4_negative_test: fail # Issue 11962
84 prefix5_negative_test: fail # Issue 11962 83 prefix5_negative_test: fail # Issue 11962
85 prefix12_negative_test: fail # Issue 11962 84 prefix12_negative_test: fail # Issue 11962
86 prefix8_negative_test: fail # Issue 11964 85 prefix8_negative_test: fail # Issue 11964
87 prefix11_negative_test: fail # Issue 11964 86 prefix11_negative_test: fail # Issue 11964
88 static_call_wrong_argument_count_negative_test: fail # Issue 12156 87 static_call_wrong_argument_count_negative_test: fail # Issue 12156
89 type_parameter_test/none: fail # Issue 12160 88 type_parameter_test/none: fail # Issue 12160
90 type_variable_static_context_negative_test: fail # Issue 12161
91 unresolved_in_factory_negative_test: fail # Issue 12163
92 unresolved_top_level_var_negative_test: fail # Issue 12163
93 prefix3_negative_test: fail # Issue 12191 89 prefix3_negative_test: fail # Issue 12191
94 issue11724_test: fail # Issue 12381 90 issue11724_test: fail # Issue 12381
95 static_field_test/01: fail # Issue 12541 91 static_field_test/01: fail # Issue 12541
96 static_field_test/02: fail # Issue 12541 92 static_field_test/02: fail # Issue 12541
97 static_field_test/03: fail # Issue 12541 93 static_field_test/03: fail # Issue 12541
98 static_field_test/04: fail # Issue 12541 94 static_field_test/04: fail # Issue 12541
99 redirecting_factory_infinite_steps_test/01: fail # Issue 13916 95 redirecting_factory_infinite_steps_test/01: fail # Issue 13916
100 redirecting_factory_default_values_test/none: StaticWarning # Issue 14471 96 redirecting_factory_default_values_test/none: StaticWarning # Issue 14471
101 default_factory2_test/none: fail # Issue 13956 97 default_factory2_test/none: fail # Issue 13956
102 private_member1_negative_test: fail # Issue 14021 98 private_member1_negative_test: fail # Issue 14021
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 switch4_negative_test: CompileTimeError 339 switch4_negative_test: CompileTimeError
344 switch5_negative_test: CompileTimeError 340 switch5_negative_test: CompileTimeError
345 switch7_negative_test: CompileTimeError 341 switch7_negative_test: CompileTimeError
346 switch_fallthru_test: StaticWarning 342 switch_fallthru_test: StaticWarning
347 test_negative_test: CompileTimeError 343 test_negative_test: CompileTimeError
348 # Note: test is in error but analyzer doesn't notice due to bug #24502 344 # Note: test is in error but analyzer doesn't notice due to bug #24502
349 # top_level_non_prefixed_library_test: StaticWarning 345 # top_level_non_prefixed_library_test: StaticWarning
350 try_catch4_test: StaticWarning 346 try_catch4_test: StaticWarning
351 try_catch5_test: StaticWarning 347 try_catch5_test: StaticWarning
352 type_argument_in_super_type_test: StaticWarning 348 type_argument_in_super_type_test: StaticWarning
353 typed_selector2_test: StaticWarning
354 type_variable_identifier_expression_test: StaticWarning 349 type_variable_identifier_expression_test: StaticWarning
355 type_variable_scope2_test: StaticWarning
356 type_variable_conflict2_test/02: MissingCompileTimeError 350 type_variable_conflict2_test/02: MissingCompileTimeError
357 type_variable_conflict2_test/06: MissingCompileTimeError 351 type_variable_conflict2_test/06: MissingCompileTimeError
358 type_variable_conflict2_test/08: MissingCompileTimeError 352 type_variable_conflict2_test/08: MissingCompileTimeError
359 type_variable_conflict2_test/10: MissingCompileTimeError 353 type_variable_conflict2_test/10: MissingCompileTimeError
360 unary_plus_negative_test: CompileTimeError
361 unbound_getter_test: StaticWarning
362 unhandled_exception_negative_test: CompileTimeError
363 unresolved_top_level_method_negative_test: StaticWarning
364 vm/debug_break_vm_test/*: Skip 354 vm/debug_break_vm_test/*: Skip
365 vm/debug_break_enabled_vm_test: Skip 355 vm/debug_break_enabled_vm_test: Skip
366 vm/type_cast_vm_test: StaticWarning 356 vm/type_cast_vm_test: StaticWarning
367 vm/type_vm_test: StaticWarning 357 vm/type_vm_test: StaticWarning
368 void_type_test: StaticWarning 358 void_type_test: StaticWarning
369 359
370 issue13474_test: StaticWarning, OK # Issue 13474 360 issue13474_test: StaticWarning, OK # Issue 13474
371 361
372 362
373 # The following lines have been left in to quickly switch back to having deferre d loading 363 # The following lines have been left in to quickly switch back to having deferre d loading
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 initializing_formal_type_test: StaticWarning # Issue 26658 423 initializing_formal_type_test: StaticWarning # Issue 26658
434 424
435 regress_27572_test: StaticWarning # Warning about undefined method expected. 425 regress_27572_test: StaticWarning # Warning about undefined method expected.
436 426
437 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 427 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709
438 428
439 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177. 429 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177.
440 430
441 [ $compiler == dart2analyzer && $builder_tag == strong ] 431 [ $compiler == dart2analyzer && $builder_tag == strong ]
442 *: Skip # Issue 28649 432 *: Skip # Issue 28649
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698