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

Side by Side Diff: tests/language_2/language_2_precompiled.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) 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 == precompiler" or 5 # Sections in this file should contain "$compiler == precompiler" or
6 # "$runtime == dart_precompiled". 6 # "$runtime == dart_precompiled".
7 7
8 [ $runtime == dart_precompiled ] 8 [ $runtime == dart_precompiled ]
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 generic_methods_recursive_bound_test/02: Crash 113 generic_methods_recursive_bound_test/02: Crash
114 generic_methods_recursive_bound_test/03: Crash 114 generic_methods_recursive_bound_test/03: Crash
115 generic_methods_reuse_type_variables_test: RuntimeError 115 generic_methods_reuse_type_variables_test: RuntimeError
116 generic_methods_simple_as_expression_test/02: MissingRuntimeError 116 generic_methods_simple_as_expression_test/02: MissingRuntimeError
117 generic_methods_simple_is_expression_test: RuntimeError 117 generic_methods_simple_is_expression_test: RuntimeError
118 generic_methods_tearoff_specialization_test: RuntimeError 118 generic_methods_tearoff_specialization_test: RuntimeError
119 generic_methods_unused_parameter_test: RuntimeError 119 generic_methods_unused_parameter_test: RuntimeError
120 generic_tearoff_test: RuntimeError 120 generic_tearoff_test: RuntimeError
121 generic_typedef_test: RuntimeError 121 generic_typedef_test: RuntimeError
122 many_generic_instanceof_test: RuntimeError 122 many_generic_instanceof_test: RuntimeError
123 type_variable_scope_test/00: MissingCompileTimeError
124 type_variable_scope_test/01: MissingCompileTimeError
125 type_variable_scope_test/02: MissingCompileTimeError
126 type_variable_scope_test/03: MissingCompileTimeError
127 type_variable_scope_test/04: MissingCompileTimeError
128 type_variable_scope_test/05: MissingCompileTimeError
129 type_variable_scope2_test: MissingCompileTimeError
130 type_variable_static_context_test: MissingCompileTimeError
131 typed_selector2_test: MissingCompileTimeError
132 unbound_getter_test: MissingCompileTimeError
133 unresolved_default_constructor_test/01: MissingCompileTimeError
134 unresolved_in_factory_test: MissingCompileTimeError
135 unresolved_top_level_method_test: MissingCompileTimeError
136 unresolved_top_level_var_test: MissingCompileTimeError
123 137
124 [ $compiler == precompiler && $runtime == dart_precompiled ] 138 [ $compiler == precompiler && $runtime == dart_precompiled ]
125 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError 139 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError
126 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError 140 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError
127 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError 141 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError
128 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError 142 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError
129 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError 143 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError
130 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError 144 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
131 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError 145 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError
132 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError 146 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 193 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
180 async_star_regression_2238_test: CompileTimeError, RuntimeError 194 async_star_regression_2238_test: CompileTimeError, RuntimeError
181 195
182 # These test entries will be valid for vm (with and without kernel). 196 # These test entries will be valid for vm (with and without kernel).
183 [ $runtime == dart_precompiled ] 197 [ $runtime == dart_precompiled ]
184 async_star_cancel_while_paused_test: RuntimeError 198 async_star_cancel_while_paused_test: RuntimeError
185 async_star_pause_test: Fail, OK 199 async_star_pause_test: Fail, OK
186 200
187 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] 201 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
188 class_keyword_test/02: MissingCompileTimeError # Issue 13627 202 class_keyword_test/02: MissingCompileTimeError # Issue 13627
203 unicode_bom_test: Fail # Issue 16067
189 204
190 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 205 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
191 generic_methods_function_type_test: Pass # Issue 25869 206 generic_methods_function_type_test: Pass # Issue 25869
192 generic_methods_test: Pass # Issue 25869 207 generic_methods_test: Pass # Issue 25869
193 generic_methods_new_test: Pass # Issue 25869 208 generic_methods_new_test: Pass # Issue 25869
194 generic_local_functions_test: Pass # Issue 25869 209 generic_local_functions_test: Pass # Issue 25869
195 generic_methods_generic_function_parameter_test: Pass # Issue 25869 210 generic_methods_generic_function_parameter_test: Pass # Issue 25869
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698