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

Side by Side Diff: tests/compiler/dart2js_native/dart2js_native.status

Issue 2996463002: Make minification Entity-friendly. (Closed)
Patch Set: . Created 3 years, 4 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/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/corelib/corelib.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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 [ $browser ] 5 [ $browser ]
6 *: Skip 6 *: Skip
7 7
8 [ $compiler == dart2js && !$dart2js_with_kernel ] 8 [ $compiler == dart2js && !$dart2js_with_kernel ]
9 native_no_such_method_exception4_frog_test: CompileTimeError # Issue 9631 9 native_no_such_method_exception4_frog_test: CompileTimeError # Issue 9631
10 native_no_such_method_exception5_frog_test: CompileTimeError # Issue 9631 10 native_no_such_method_exception5_frog_test: CompileTimeError # Issue 9631
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 native_wrapping_function3_frog_test: Crash # Issue 27394 133 native_wrapping_function3_frog_test: Crash # Issue 27394
134 134
135 [ $compiler == dart2js && $dart2js_with_kernel ] 135 [ $compiler == dart2js && $dart2js_with_kernel ]
136 abstract_class_test: Crash 136 abstract_class_test: Crash
137 bound_closure_super_test: Crash 137 bound_closure_super_test: Crash
138 bound_closure_test: Crash 138 bound_closure_test: Crash
139 browser_compat_1_prepatched_test: Crash 139 browser_compat_1_prepatched_test: Crash
140 browser_compat_1_unpatched_test: Crash 140 browser_compat_1_unpatched_test: Crash
141 browser_compat_2_test: Crash 141 browser_compat_2_test: Crash
142 catch_javascript_null_stack_trace_test: Crash 142 catch_javascript_null_stack_trace_test: Crash
143 compute_this_script_test: Crash
144 core_type_check_native_test: Crash 143 core_type_check_native_test: Crash
145 dispatch_property_initialization_test: Crash 144 dispatch_property_initialization_test: Crash
146 downcast_test: Crash 145 downcast_test: Crash
147 error_safeToString_test: Crash 146 error_safeToString_test: Crash
148 event_loop_test: Crash 147 event_loop_test: Crash
149 fake_thing_2_test: Crash 148 fake_thing_2_test: Crash
150 fake_thing_test: Crash 149 fake_thing_test: Crash
151 field_type2_test: Crash 150 field_type2_test: Crash
152 field_type_test: Crash 151 field_type_test: Crash
153 fixup_get_tag_test: Crash 152 fixup_get_tag_test: Crash
154 foreign_test: Crash
155 hash_code_test: Crash 153 hash_code_test: Crash
156 inference_of_helper_methods_test: Crash 154 inference_of_helper_methods_test: Crash
157 internal_library_test: Crash 155 internal_library_test: Crash
158 is_check_test: CompileTimeError 156 is_check_test: CompileTimeError
159 issue9182_test: Crash 157 issue9182_test: Crash
160 js_const_test: Crash
161 js_constant_test: Crash
162 jsobject_test: Crash 158 jsobject_test: Crash
163 load_elim_refinement_test: CompileTimeError 159 load_elim_refinement_test: CompileTimeError
164 mirror_intercepted_field_test: CompileTimeError 160 mirror_intercepted_field_test: CompileTimeError
165 native_call_arity1_frog_test: Crash 161 native_call_arity1_frog_test: Crash
166 native_call_arity2_frog_test: Crash 162 native_call_arity2_frog_test: Crash
167 native_call_arity3_frog_test: Crash 163 native_call_arity3_frog_test: Crash
168 native_checked_arguments1_frog_test: Crash 164 native_checked_arguments1_frog_test: Crash
169 native_checked_fields_frog_test: Crash 165 native_checked_fields_frog_test: Crash
170 native_class_avoids_hidden_name_frog_test: Crash 166 native_class_avoids_hidden_name_frog_test: Crash
171 native_class_fields_2_test: Crash 167 native_class_fields_2_test: Crash
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 subclassing_5_test: Crash 234 subclassing_5_test: Crash
239 subclassing_constructor_1_test: Crash 235 subclassing_constructor_1_test: Crash
240 subclassing_constructor_2_test: Crash 236 subclassing_constructor_2_test: Crash
241 subclassing_super_call_test: Crash 237 subclassing_super_call_test: Crash
242 subclassing_super_field_1_test: Crash 238 subclassing_super_field_1_test: Crash
243 subclassing_super_field_2_test: Crash 239 subclassing_super_field_2_test: Crash
244 subclassing_type_test: Crash 240 subclassing_type_test: Crash
245 super_call_test: Crash 241 super_call_test: Crash
246 super_property_test: Crash 242 super_property_test: Crash
247 type_error_decode_test: Crash 243 type_error_decode_test: Crash
248 undefined_bailout_test: Crash
249 uninstantiated_type_parameter_test: Crash
250 244
251 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 245 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
246 compute_this_script_test: Crash
247 js_constant_test: Crash
252 native_exceptions1_frog_test: Crash 248 native_exceptions1_frog_test: Crash
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698