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

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

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
Patch Set: Tweak app_jit status. 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_2/language_2_kernel.status ('k') | tests/language_2/language_2_vm.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) 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 class_literal_test/15: MissingCompileTimeError 87 class_literal_test/15: MissingCompileTimeError
88 class_literal_test/16: MissingCompileTimeError 88 class_literal_test/16: MissingCompileTimeError
89 class_literal_test/17: MissingCompileTimeError 89 class_literal_test/17: MissingCompileTimeError
90 class_literal_test/18: MissingCompileTimeError 90 class_literal_test/18: MissingCompileTimeError
91 class_literal_test/19: MissingCompileTimeError 91 class_literal_test/19: MissingCompileTimeError
92 class_literal_test/20: MissingCompileTimeError 92 class_literal_test/20: MissingCompileTimeError
93 class_literal_test/21: MissingCompileTimeError 93 class_literal_test/21: MissingCompileTimeError
94 class_literal_test/22: MissingCompileTimeError 94 class_literal_test/22: MissingCompileTimeError
95 class_literal_test/23: MissingCompileTimeError 95 class_literal_test/23: MissingCompileTimeError
96 class_literal_test/24: MissingCompileTimeError 96 class_literal_test/24: MissingCompileTimeError
97 checked_setter_test: MissingCompileTimeError
97 class_literal_test/25: MissingCompileTimeError 98 class_literal_test/25: MissingCompileTimeError
98 checked_setter_test: MissingCompileTimeError
99 covariant_subtyping_with_substitution_test: RuntimeError 99 covariant_subtyping_with_substitution_test: RuntimeError
100 generic_instanceof_test: RuntimeError
101 generic_list_checked_test: RuntimeError
102 generic_methods_bounds_test/01: MissingCompileTimeError
103 generic_methods_bounds_test/02: MissingRuntimeError
104 generic_methods_dynamic_test/01: MissingCompileTimeError
105 generic_methods_dynamic_test/02: MissingRuntimeError
106 generic_methods_dynamic_test/03: MissingCompileTimeError
107 generic_methods_dynamic_test/04: MissingRuntimeError
108 generic_methods_generic_class_tearoff_test: RuntimeError
109 generic_methods_named_parameters_test: RuntimeError
110 generic_methods_optional_parameters_test: RuntimeError
111 generic_methods_overriding_test/01: MissingCompileTimeError
112 generic_methods_overriding_test/03: MissingCompileTimeError
113 generic_methods_recursive_bound_test/02: Crash
114 generic_methods_recursive_bound_test/03: Crash
115 generic_methods_reuse_type_variables_test: RuntimeError
116 generic_methods_simple_as_expression_test/02: MissingRuntimeError
117 generic_methods_simple_is_expression_test: RuntimeError
118 generic_methods_tearoff_specialization_test: RuntimeError
119 generic_methods_unused_parameter_test: RuntimeError
120 generic_tearoff_test: RuntimeError
121 generic_typedef_test: RuntimeError
100 122
101 [ $compiler == precompiler && $runtime == dart_precompiled ] 123 [ $compiler == precompiler && $runtime == dart_precompiled ]
102 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError 124 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError
103 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError 125 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError
104 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError 126 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError
105 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError 127 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError
106 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError 128 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError
107 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError 129 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
108 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError 130 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError
109 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError 131 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 178 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
157 async_star_regression_2238_test: CompileTimeError, RuntimeError 179 async_star_regression_2238_test: CompileTimeError, RuntimeError
158 180
159 # These test entries will be valid for vm (with and without kernel). 181 # These test entries will be valid for vm (with and without kernel).
160 [ $runtime == dart_precompiled ] 182 [ $runtime == dart_precompiled ]
161 async_star_cancel_while_paused_test: RuntimeError 183 async_star_cancel_while_paused_test: RuntimeError
162 async_star_pause_test: Fail, OK 184 async_star_pause_test: Fail, OK
163 185
164 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] 186 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
165 class_keyword_test/02: MissingCompileTimeError # Issue 13627 187 class_keyword_test/02: MissingCompileTimeError # Issue 13627
188
189 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
190 generic_methods_function_type_test: Pass # Issue 25869
191 generic_methods_test: Pass # Issue 25869
192 generic_methods_new_test: Pass # Issue 25869
193 generic_local_functions_test: Pass # Issue 25869
194 generic_methods_generic_function_parameter_test: Pass # Issue 25869
OLDNEW
« no previous file with comments | « tests/language_2/language_2_kernel.status ('k') | tests/language_2/language_2_vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698