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

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

Issue 3008723002: Migrate block 163 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
« no previous file with comments | « tests/language/language.status ('k') | tests/language/language_dart2js.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) 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 field3a_negative_test: Fail # Issue 11124 58 field3a_negative_test: Fail # Issue 11124
59 final_syntax_test/01: Fail # Issue 11124 59 final_syntax_test/01: Fail # Issue 11124
60 final_syntax_test/04: Fail # Issue 11124 60 final_syntax_test/04: Fail # Issue 11124
61 final_syntax_test/02: Fail # Issue 11124 61 final_syntax_test/02: Fail # Issue 11124
62 final_syntax_test/03: Fail # Issue 11124 62 final_syntax_test/03: Fail # Issue 11124
63 implicit_this_test/none: fail # Issue 11575 63 implicit_this_test/none: fail # Issue 11575
64 interface_test/none: fail # Issue 11575 64 interface_test/none: fail # Issue 11575
65 syntax_test/none: fail # Issue 11575 65 syntax_test/none: fail # Issue 11575
66 factory5_test/none: fail # Issue 11578 66 factory5_test/none: fail # Issue 11578
67 type_variable_bounds_test/none: fail # Issue 11578 67 type_variable_bounds_test/none: fail # Issue 11578
68 type_variable_scope_test/none: fail # Issue 11578
69 factory_implementation_test/none: fail # Issue 11578 68 factory_implementation_test/none: fail # Issue 11578
70 malbounded_redirecting_factory_test/none: fail # Issue 11578 69 malbounded_redirecting_factory_test/none: fail # Issue 11578
71 malbounded_redirecting_factory2_test/none: fail # Issue 11578 70 malbounded_redirecting_factory2_test/none: fail # Issue 11578
72 constructor3_negative_test: fail # Issue 11585 71 constructor3_negative_test: fail # Issue 11585
73 constructor_call_wrong_argument_count_negative_test: fail # Issue 11585 72 constructor_call_wrong_argument_count_negative_test: fail # Issue 11585
74 instance_call_wrong_argument_count_negative_test: fail # Issue 11585 73 instance_call_wrong_argument_count_negative_test: fail # Issue 11585
75 field_method4_negative_test: fail # Issue 11590 74 field_method4_negative_test: fail # Issue 11590
76 import_combinators_negative_test: fail # Issue 11594 75 import_combinators_negative_test: fail # Issue 11594
77 interface_static_non_final_fields_negative_test: fail # Issue 11594 76 interface_static_non_final_fields_negative_test: fail # Issue 11594
78 prefix1_negative_test: fail # Issue 11962 77 prefix1_negative_test: fail # Issue 11962
79 prefix2_negative_test: fail # Issue 11962 78 prefix2_negative_test: fail # Issue 11962
80 prefix4_negative_test: fail # Issue 11962 79 prefix4_negative_test: fail # Issue 11962
81 prefix5_negative_test: fail # Issue 11962 80 prefix5_negative_test: fail # Issue 11962
82 prefix12_negative_test: fail # Issue 11962 81 prefix12_negative_test: fail # Issue 11962
83 prefix8_negative_test: fail # Issue 11964 82 prefix8_negative_test: fail # Issue 11964
84 prefix11_negative_test: fail # Issue 11964 83 prefix11_negative_test: fail # Issue 11964
85 static_call_wrong_argument_count_negative_test: fail # Issue 12156 84 static_call_wrong_argument_count_negative_test: fail # Issue 12156
86 type_parameter_test/none: fail # Issue 12160 85 type_parameter_test/none: fail # Issue 12160
87 type_variable_static_context_negative_test: fail # Issue 12161
88 unresolved_in_factory_negative_test: fail # Issue 12163
89 unresolved_top_level_var_negative_test: fail # Issue 12163
90 prefix3_negative_test: fail # Issue 12191 86 prefix3_negative_test: fail # Issue 12191
91 issue11724_test: fail # Issue 12381 87 issue11724_test: fail # Issue 12381
92 static_field_test/01: fail # Issue 12541 88 static_field_test/01: fail # Issue 12541
93 static_field_test/02: fail # Issue 12541 89 static_field_test/02: fail # Issue 12541
94 static_field_test/03: fail # Issue 12541 90 static_field_test/03: fail # Issue 12541
95 static_field_test/04: fail # Issue 12541 91 static_field_test/04: fail # Issue 12541
96 redirecting_factory_infinite_steps_test/01: fail # Issue 13916 92 redirecting_factory_infinite_steps_test/01: fail # Issue 13916
97 redirecting_factory_default_values_test/none: StaticWarning # Issue 14471 93 redirecting_factory_default_values_test/none: StaticWarning # Issue 14471
98 default_factory2_test/none: fail # Issue 13956 94 default_factory2_test/none: fail # Issue 13956
99 private_member1_negative_test: fail # Issue 14021 95 private_member1_negative_test: fail # Issue 14021
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 switch4_negative_test: CompileTimeError 333 switch4_negative_test: CompileTimeError
338 switch5_negative_test: CompileTimeError 334 switch5_negative_test: CompileTimeError
339 switch7_negative_test: CompileTimeError 335 switch7_negative_test: CompileTimeError
340 switch_fallthru_test: StaticWarning 336 switch_fallthru_test: StaticWarning
341 test_negative_test: CompileTimeError 337 test_negative_test: CompileTimeError
342 # Note: test is in error but analyzer doesn't notice due to bug #24502 338 # Note: test is in error but analyzer doesn't notice due to bug #24502
343 # top_level_non_prefixed_library_test: StaticWarning 339 # top_level_non_prefixed_library_test: StaticWarning
344 try_catch4_test: StaticWarning 340 try_catch4_test: StaticWarning
345 try_catch5_test: StaticWarning 341 try_catch5_test: StaticWarning
346 type_argument_in_super_type_test: StaticWarning 342 type_argument_in_super_type_test: StaticWarning
347 typed_selector2_test: StaticWarning
348 type_variable_identifier_expression_test: StaticWarning 343 type_variable_identifier_expression_test: StaticWarning
349 type_variable_scope2_test: StaticWarning
350 type_variable_conflict2_test/02: MissingCompileTimeError 344 type_variable_conflict2_test/02: MissingCompileTimeError
351 type_variable_conflict2_test/06: MissingCompileTimeError 345 type_variable_conflict2_test/06: MissingCompileTimeError
352 type_variable_conflict2_test/08: MissingCompileTimeError 346 type_variable_conflict2_test/08: MissingCompileTimeError
353 type_variable_conflict2_test/10: MissingCompileTimeError 347 type_variable_conflict2_test/10: MissingCompileTimeError
354 unary_plus_negative_test: CompileTimeError
355 unbound_getter_test: StaticWarning
356 unhandled_exception_negative_test: CompileTimeError
357 unresolved_top_level_method_negative_test: StaticWarning
358 vm/debug_break_vm_test/*: Skip 348 vm/debug_break_vm_test/*: Skip
359 vm/debug_break_enabled_vm_test: Skip 349 vm/debug_break_enabled_vm_test: Skip
360 vm/type_cast_vm_test: StaticWarning 350 vm/type_cast_vm_test: StaticWarning
361 vm/type_vm_test: StaticWarning 351 vm/type_vm_test: StaticWarning
362 void_type_test: StaticWarning 352 void_type_test: StaticWarning
363 353
364 issue13474_test: StaticWarning, OK # Issue 13474 354 issue13474_test: StaticWarning, OK # Issue 13474
365 355
366 356
367 # The following lines have been left in to quickly switch back to having deferre d loading 357 # 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
427 initializing_formal_type_test: StaticWarning # Issue 26658 417 initializing_formal_type_test: StaticWarning # Issue 26658
428 418
429 regress_27572_test: StaticWarning # Warning about undefined method expected. 419 regress_27572_test: StaticWarning # Warning about undefined method expected.
430 420
431 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 421 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709
432 422
433 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177. 423 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177.
434 424
435 [ $compiler == dart2analyzer && $builder_tag == strong ] 425 [ $compiler == dart2analyzer && $builder_tag == strong ]
436 *: Skip # Issue 28649 426 *: Skip # Issue 28649
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698