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

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

Issue 3008573002: Migrate test block 113 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) 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 == dartdevc". 5 # Sections in this file should contain "$compiler == dartdevc".
6 6
7 [ $compiler == dartdevc ] 7 [ $compiler == dartdevc ]
8 assertion_initializer_const_error2_test/none: CompileTimeError 8 assertion_initializer_const_error2_test/none: CompileTimeError
9 assertion_initializer_const_function_test/01: CompileTimeError 9 assertion_initializer_const_function_test/01: CompileTimeError
10 assertion_initializer_test: CompileTimeError 10 assertion_initializer_test: CompileTimeError
11 async_return_types_test/nestedFuture: MissingCompileTimeError 11 async_return_types_test/nestedFuture: MissingCompileTimeError
12 bad_initializer1_negative_test: CompileTimeError # Issue 14529 12 bad_initializer1_negative_test: CompileTimeError # Issue 14529
13 bad_initializer2_negative_test: fail # Issue 14880 13 bad_initializer2_negative_test: fail # Issue 14880
14 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 14 bad_named_constructor_negative_test: CompileTimeError # Issue 18693
15 bit_operations_test/01: MissingCompileTimeError 15 bit_operations_test/01: MissingCompileTimeError
16 bit_operations_test/02: MissingCompileTimeError 16 bit_operations_test/02: MissingCompileTimeError
17 bit_operations_test/03: MissingCompileTimeError 17 bit_operations_test/03: MissingCompileTimeError
18 bit_operations_test/04: MissingCompileTimeError 18 bit_operations_test/04: MissingCompileTimeError
19 black_listed_test/none: fail # Issue 14228 19 black_listed_test/none: fail # Issue 14228
20 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 20 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695
21 built_in_identifier_prefix_test: CompileTimeError 21 built_in_identifier_prefix_test: CompileTimeError
22 built_in_identifier_prefix_test: CompileTimeError 22 built_in_identifier_prefix_test: CompileTimeError
23 generic_closure_test/01: RuntimeError # Use of -> instead of => in runtimeType.t oString()
23 generic_list_checked_test: CompileTimeError 24 generic_list_checked_test: CompileTimeError
24 generic_local_functions_test: CompileTimeError 25 generic_local_functions_test: CompileTimeError
25 generic_methods_closure_test: CompileTimeError # Issue 29920 26 generic_methods_closure_test: CompileTimeError # Issue 29920
26 generic_methods_generic_function_parameter_test: CompileTimeError 27 generic_methods_generic_function_parameter_test: CompileTimeError
27 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 28 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
28 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920 29 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920
29 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920 30 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920
30 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920 31 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920
31 generic_methods_shadowing_test: CompileTimeError # Issue 29920 32 generic_methods_shadowing_test: CompileTimeError # Issue 29920
32 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 33 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 branch_canonicalization_test: RuntimeError # Issue 29920 108 branch_canonicalization_test: RuntimeError # Issue 29920
108 call_closurization_test: RuntimeError # Issue 29920 109 call_closurization_test: RuntimeError # Issue 29920
109 call_test: RuntimeError 110 call_test: RuntimeError
110 canonical_const2_test: RuntimeError # Ints and doubles are unified. 111 canonical_const2_test: RuntimeError # Ints and doubles are unified.
111 canonical_const_test: RuntimeError # Ints and doubles are unified. 112 canonical_const_test: RuntimeError # Ints and doubles are unified.
112 compile_time_constant10_test/none: RuntimeError 113 compile_time_constant10_test/none: RuntimeError
113 covariant_subtyping_with_substitution_test: RuntimeError # Issue 30461 114 covariant_subtyping_with_substitution_test: RuntimeError # Issue 30461
114 function_subtype_inline2_test: RuntimeError 115 function_subtype_inline2_test: RuntimeError
115 function_type/function_type50_test: RuntimeError # Issue 29920 116 function_type/function_type50_test: RuntimeError # Issue 29920
116 function_type/function_type58_test: RuntimeError # Issue 29920 117 function_type/function_type58_test: RuntimeError # Issue 29920
117 generic_instanceof2_test: RuntimeError # Issue 29920 118 generic_function_typedef_test: RuntimeError
118 generic_instanceof2_test: RuntimeError # Issue 29920 119 generic_instanceof2_test: RuntimeError # Issue 29920
119 generic_is_check_test: RuntimeError # Issue 29920 120 generic_is_check_test: RuntimeError # Issue 29920
120 generic_method_types_test/01: RuntimeError 121 generic_method_types_test/01: RuntimeError
121 generic_method_types_test/02: RuntimeError 122 generic_method_types_test/02: RuntimeError
122 generic_method_types_test/03: RuntimeError 123 generic_method_types_test/03: RuntimeError
123 generic_methods_new_test: RuntimeError 124 generic_methods_new_test: RuntimeError
124 getter_closure_execution_order_test: RuntimeError # Issue 29920 125 getter_closure_execution_order_test: RuntimeError # Issue 29920
125 compile_time_constant_a_test: RuntimeError # Issue 30526 126 compile_time_constant_a_test: RuntimeError # Issue 30526
126 compile_time_constant_b_test: RuntimeError # Issue 29920 127 compile_time_constant_b_test: RuntimeError # Issue 29920
127 compile_time_constant_d_test: RuntimeError # Issue 29920 128 compile_time_constant_d_test: RuntimeError # Issue 29920
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698