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

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

Issue 2995293002: Redo "dart2js-kernel: implement native static methods" (Closed)
Patch Set: Fix analyzer warning 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 | « pkg/compiler/lib/src/ssa/builder_kernel.dart ('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) 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 bound_closure_test: Crash # Issue 27394 126 bound_closure_test: Crash # Issue 27394
127 native_call_arity1_frog_test: Crash # Issue 27394 127 native_call_arity1_frog_test: Crash # Issue 27394
128 native_call_arity2_frog_test: Crash # Issue 27394 128 native_call_arity2_frog_test: Crash # Issue 27394
129 native_call_arity3_frog_test: Crash # Issue 27394 129 native_call_arity3_frog_test: Crash # Issue 27394
130 native_class_inheritance1_frog_test: Crash # Issue 27394 130 native_class_inheritance1_frog_test: Crash # Issue 27394
131 native_class_inheritance2_frog_test: Crash # Issue 27394 131 native_class_inheritance2_frog_test: Crash # Issue 27394
132 native_class_inheritance3_frog_test: Crash # Issue 27394 132 native_class_inheritance3_frog_test: Crash # Issue 27394
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 && $host_checked ] 135 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
136 abstract_class_test: RuntimeError
137 bound_closure_super_test: Crash 136 bound_closure_super_test: Crash
138 bound_closure_test: Crash 137 bound_closure_test: Crash
139 browser_compat_1_prepatched_test: RuntimeError
140 browser_compat_1_unpatched_test: RuntimeError
141 browser_compat_2_test: RuntimeError
142 compute_this_script_test: Crash 138 compute_this_script_test: Crash
143 core_type_check_native_test: RuntimeError 139 core_type_check_native_test: RuntimeError
144 dispatch_property_initialization_test: RuntimeError
145 downcast_test: RuntimeError
146 error_safeToString_test: RuntimeError
147 event_loop_test: Crash 140 event_loop_test: Crash
148 fake_thing_test: RuntimeError 141 fake_thing_test: RuntimeError
149 field_type2_test: RuntimeError 142 inference_of_helper_methods_test: Crash
150 field_type_test: RuntimeError
151 fixup_get_tag_test: RuntimeError
152 hash_code_test: RuntimeError
153 inference_of_helper_methods_test: Crash # 'file:///c:/Users/johnniwinther/dart-r epo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 4 25 pos 12: '!isStoredInClosureField(local)': Local local(main#value) is stored i n a closure field.
154 internal_library_test: Crash 143 internal_library_test: Crash
155 is_check_test: CompileTimeError 144 is_check_test: CompileTimeError
156 issue9182_test: RuntimeError
157 jsobject_test: RuntimeError
158 load_elim_refinement_test: CompileTimeError 145 load_elim_refinement_test: CompileTimeError
159 mirror_intercepted_field_test: CompileTimeError 146 mirror_intercepted_field_test: CompileTimeError
160 native_call_arity1_frog_test: Crash 147 native_call_arity1_frog_test: Crash
161 native_call_arity2_frog_test: Crash 148 native_call_arity2_frog_test: Crash
162 native_call_arity3_frog_test: Crash 149 native_call_arity3_frog_test: Crash
163 native_checked_arguments1_frog_test: RuntimeError
164 native_checked_fields_frog_test: RuntimeError
165 native_class_avoids_hidden_name_frog_test: RuntimeError
166 native_class_fields_2_test: RuntimeError
167 native_class_fields_3_test: RuntimeError
168 native_class_fields_test: RuntimeError
169 native_class_inheritance1_frog_test: Crash 150 native_class_inheritance1_frog_test: Crash
170 native_class_inheritance2_frog_test: Crash 151 native_class_inheritance2_frog_test: Crash
171 native_class_inheritance3_frog_test: Crash 152 native_class_inheritance3_frog_test: Crash
172 native_class_inheritance4_frog_test: Crash 153 native_class_inheritance4_frog_test: Crash
173 native_class_is_check1_frog_test: RuntimeError
174 native_class_is_check3_frog_test: RuntimeError
175 native_class_with_dart_methods_frog_test: Crash 154 native_class_with_dart_methods_frog_test: Crash
176 native_closure_identity_frog_test: Crash 155 native_closure_identity_frog_test: Crash
177 native_constructor_name_test: RuntimeError 156 native_exception2_test: Crash
178 native_equals_frog_test: RuntimeError 157 native_exception_test: Crash
179 native_exception2_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p kg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#previous) is stored in a clo sure field.
180 native_exception_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pk g/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#previous) is stored in a clos ure field.
181 native_exceptions1_frog_test: Crash 158 native_exceptions1_frog_test: Crash
182 native_field_invocation2_test: RuntimeError
183 native_field_invocation3_test: RuntimeError
184 native_field_invocation5_test: RuntimeError
185 native_field_invocation6_test: Crash 159 native_field_invocation6_test: Crash
186 native_field_invocation_test: RuntimeError
187 native_field_name_test: RuntimeError
188 native_field_optimization_test: Crash 160 native_field_optimization_test: Crash
189 native_field_rename_1_frog_test: Crash 161 native_field_rename_1_frog_test: Crash
190 native_field_rename_2_frog_test: Crash 162 native_field_rename_2_frog_test: Crash
191 native_library_same_name_used_frog_test: CompileTimeError 163 native_library_same_name_used_frog_test: CompileTimeError
192 native_method_inlining_test: Crash 164 native_method_inlining_test: Crash
193 native_method_rename1_frog_test: Crash 165 native_method_rename1_frog_test: Crash
194 native_method_rename2_frog_test: RuntimeError
195 native_method_rename3_frog_test: RuntimeError
196 native_method_with_keyword_name_test: RuntimeError
197 native_mirror_test: Crash 166 native_mirror_test: Crash
198 native_mixin_field_test: RuntimeError 167 native_mixin_field_test: RuntimeError
199 native_mixin_multiple2_test: RuntimeError
200 native_mixin_multiple3_test: Crash 168 native_mixin_multiple3_test: Crash
201 native_mixin_multiple_test: RuntimeError
202 native_mixin_test: RuntimeError
203 native_mixin_with_plain_test: Crash 169 native_mixin_with_plain_test: Crash
204 native_named_constructors2_frog_test: CompileTimeError 170 native_named_constructors2_frog_test: CompileTimeError
205 native_named_constructors3_frog_test: CompileTimeError 171 native_named_constructors3_frog_test: CompileTimeError
206 native_no_such_method_exception2_frog_test: RuntimeError
207 native_no_such_method_exception3_frog_test: Crash 172 native_no_such_method_exception3_frog_test: Crash
208 native_no_such_method_exception4_frog_test: Crash 173 native_no_such_method_exception4_frog_test: Crash
209 native_no_such_method_exception5_frog_test: Crash 174 native_no_such_method_exception5_frog_test: Crash
210 native_no_such_method_exception_frog_test: RuntimeError
211 native_novel_html_test: Crash 175 native_novel_html_test: Crash
212 native_null_closure_frog_test: RuntimeError
213 native_null_frog_test: Crash 176 native_null_frog_test: Crash
214 native_property_frog_test: CompileTimeError 177 native_property_frog_test: CompileTimeError
215 native_to_string_frog_test: RuntimeError
216 native_use_native_name_in_table_frog_test: RuntimeError
217 native_wrapping_function3_frog_test: Crash 178 native_wrapping_function3_frog_test: Crash
218 native_wrapping_function_frog_test: Crash 179 native_wrapping_function_frog_test: Crash
219 oddly_named_fields_test: RuntimeError
220 optimization_hints_test: Crash 180 optimization_hints_test: Crash
221 rti_only_native_test: Crash 181 rti_only_native_test: Crash
222 runtimetype_test: CompileTimeError 182 runtimetype_test: CompileTimeError
223 static_methods_test: RuntimeError
224 subclassing_1_test: RuntimeError
225 subclassing_2_test: RuntimeError
226 subclassing_3_test: RuntimeError
227 subclassing_4_test: RuntimeError
228 subclassing_5_test: RuntimeError
229 subclassing_constructor_1_test: Crash 183 subclassing_constructor_1_test: Crash
230 subclassing_constructor_2_test: RuntimeError 184 subclassing_constructor_2_test: RuntimeError
231 subclassing_super_call_test: RuntimeError 185 subclassing_super_call_test: RuntimeError
232 subclassing_super_field_1_test: RuntimeError 186 subclassing_super_field_1_test: RuntimeError
233 subclassing_super_field_2_test: RuntimeError 187 subclassing_super_field_2_test: RuntimeError
234 subclassing_type_test: RuntimeError
235 super_call_test: RuntimeError
236 super_property_test: RuntimeError
237 188
238 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 189 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
239 abstract_class_test: RuntimeError
240 bound_closure_super_test: RuntimeError 190 bound_closure_super_test: RuntimeError
241 bound_closure_test: RuntimeError 191 bound_closure_test: RuntimeError
242 browser_compat_1_prepatched_test: RuntimeError
243 browser_compat_1_unpatched_test: RuntimeError
244 browser_compat_2_test: RuntimeError
245 core_type_check_native_test: RuntimeError 192 core_type_check_native_test: RuntimeError
246 dispatch_property_initialization_test: RuntimeError
247 downcast_test: RuntimeError
248 error_safeToString_test: RuntimeError
249 event_loop_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 193 event_loop_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
250 fake_thing_test: RuntimeError 194 fake_thing_test: RuntimeError
251 field_type2_test: RuntimeError
252 field_type_test: RuntimeError
253 fixup_get_tag_test: RuntimeError
254 hash_code_test: RuntimeError
255 internal_library_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null. 195 internal_library_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null.
256 is_check_test: CompileTimeError 196 is_check_test: CompileTimeError
257 issue9182_test: RuntimeError
258 jsobject_test: RuntimeError
259 load_elim_refinement_test: CompileTimeError 197 load_elim_refinement_test: CompileTimeError
260 mirror_intercepted_field_test: CompileTimeError 198 mirror_intercepted_field_test: CompileTimeError
261 native_call_arity1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'. 199 native_call_arity1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'.
262 native_call_arity2_frog_test: RuntimeError
263 native_call_arity3_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'. 200 native_call_arity3_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'.
264 native_checked_arguments1_frog_test: RuntimeError
265 native_checked_fields_frog_test: RuntimeError
266 native_class_avoids_hidden_name_frog_test: RuntimeError
267 native_class_fields_2_test: RuntimeError
268 native_class_fields_3_test: RuntimeError
269 native_class_fields_test: RuntimeError
270 native_class_inheritance1_frog_test: RuntimeError 201 native_class_inheritance1_frog_test: RuntimeError
271 native_class_inheritance2_frog_test: RuntimeError 202 native_class_inheritance2_frog_test: RuntimeError
272 native_class_inheritance3_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null. 203 native_class_inheritance3_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null.
273 native_class_inheritance4_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null. 204 native_class_inheritance4_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null.
274 native_class_is_check1_frog_test: RuntimeError
275 native_class_is_check3_frog_test: RuntimeError
276 native_class_with_dart_methods_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 205 native_class_with_dart_methods_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
277 native_closure_identity_frog_test: Crash # NoSuchMethodError: The getter 'member Index' was called on null. 206 native_closure_identity_frog_test: Crash # NoSuchMethodError: The getter 'member Index' was called on null.
278 native_constructor_name_test: RuntimeError
279 native_equals_frog_test: RuntimeError
280 native_exception2_test: RuntimeError 207 native_exception2_test: RuntimeError
281 native_exception_test: RuntimeError 208 native_exception_test: RuntimeError
282 native_exceptions1_frog_test: CompileTimeError 209 native_exceptions1_frog_test: CompileTimeError
283 native_field_invocation2_test: RuntimeError
284 native_field_invocation3_test: RuntimeError
285 native_field_invocation5_test: RuntimeError
286 native_field_invocation6_test: Crash # NoSuchMethodError: The getter 'memberInde x' was called on null. 210 native_field_invocation6_test: Crash # NoSuchMethodError: The getter 'memberInde x' was called on null.
287 native_field_invocation_test: RuntimeError
288 native_field_name_test: RuntimeError
289 native_field_optimization_test: Crash # NoSuchMethodError: The getter 'memberInd ex' was called on null. 211 native_field_optimization_test: Crash # NoSuchMethodError: The getter 'memberInd ex' was called on null.
290 native_field_rename_1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'. 212 native_field_rename_1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'.
291 native_field_rename_2_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'. 213 native_field_rename_2_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'.
292 native_library_same_name_used_frog_test: CompileTimeError 214 native_library_same_name_used_frog_test: CompileTimeError
293 native_method_inlining_test: Crash # NoSuchMethodError: The method 'accept' was called on null. 215 native_method_inlining_test: Crash # NoSuchMethodError: The method 'accept' was called on null.
294 native_method_rename1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'. 216 native_method_rename1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'.
295 native_method_rename2_frog_test: RuntimeError
296 native_method_rename3_frog_test: RuntimeError
297 native_method_with_keyword_name_test: RuntimeError
298 native_mirror_test: Crash # Assertion failure: Cannot find value local(Maps_mapT oString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Ma ps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Map s_mapToString_closure.call). 217 native_mirror_test: Crash # Assertion failure: Cannot find value local(Maps_mapT oString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Ma ps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Map s_mapToString_closure.call).
299 native_mixin_field_test: RuntimeError 218 native_mixin_field_test: RuntimeError
300 native_mixin_multiple2_test: RuntimeError
301 native_mixin_multiple3_test: Crash # Assertion failure: Super constructor for k: constructor(D.) not found. 219 native_mixin_multiple3_test: Crash # Assertion failure: Super constructor for k: constructor(D.) not found.
302 native_mixin_multiple_test: RuntimeError
303 native_mixin_test: RuntimeError
304 native_mixin_with_plain_test: Crash # NoSuchMethodError: The getter 'memberIndex ' was called on null. 220 native_mixin_with_plain_test: Crash # NoSuchMethodError: The getter 'memberIndex ' was called on null.
305 native_named_constructors2_frog_test: CompileTimeError 221 native_named_constructors2_frog_test: CompileTimeError
306 native_named_constructors3_frog_test: CompileTimeError 222 native_named_constructors3_frog_test: CompileTimeError
307 native_no_such_method_exception2_frog_test: RuntimeError
308 native_no_such_method_exception3_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null. 223 native_no_such_method_exception3_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null.
309 native_no_such_method_exception4_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null. 224 native_no_such_method_exception4_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null.
310 native_no_such_method_exception5_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null. 225 native_no_such_method_exception5_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null.
311 native_no_such_method_exception_frog_test: RuntimeError
312 native_novel_html_test: Crash # Assertion failure: Tag 'HTMLElement' already in use by 'Element' 226 native_novel_html_test: Crash # Assertion failure: Tag 'HTMLElement' already in use by 'Element'
313 native_null_closure_frog_test: RuntimeError
314 native_null_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null. 227 native_null_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null.
315 native_property_frog_test: CompileTimeError 228 native_property_frog_test: CompileTimeError
316 native_to_string_frog_test: RuntimeError
317 native_use_native_name_in_table_frog_test: RuntimeError
318 native_wrapping_function3_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null. 229 native_wrapping_function3_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null.
319 native_wrapping_function_frog_test: Crash # NoSuchMethodError: The getter 'membe rIndex' was called on null. 230 native_wrapping_function_frog_test: Crash # NoSuchMethodError: The getter 'membe rIndex' was called on null.
320 oddly_named_fields_test: RuntimeError
321 optimization_hints_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 231 optimization_hints_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
322 rti_only_native_test: Crash # Assertion failure: Cannot find value local(Maps_ma pToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local( Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(M aps_mapToString_closure.call). 232 rti_only_native_test: Crash # Assertion failure: Cannot find value local(Maps_ma pToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local( Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(M aps_mapToString_closure.call).
323 runtimetype_test: CompileTimeError 233 runtimetype_test: CompileTimeError
324 static_methods_test: RuntimeError
325 subclassing_1_test: RuntimeError
326 subclassing_2_test: RuntimeError
327 subclassing_3_test: RuntimeError
328 subclassing_4_test: RuntimeError
329 subclassing_5_test: RuntimeError
330 subclassing_constructor_1_test: Crash # NoSuchMethodError: The getter 'memberInd ex' was called on null. 234 subclassing_constructor_1_test: Crash # NoSuchMethodError: The getter 'memberInd ex' was called on null.
331 subclassing_constructor_2_test: RuntimeError 235 subclassing_constructor_2_test: RuntimeError
332 subclassing_super_call_test: RuntimeError 236 subclassing_super_call_test: RuntimeError
333 subclassing_super_field_1_test: RuntimeError 237 subclassing_super_field_1_test: RuntimeError
334 subclassing_super_field_2_test: RuntimeError 238 subclassing_super_field_2_test: RuntimeError
335 subclassing_type_test: RuntimeError
336 super_call_test: RuntimeError
337 super_property_test: RuntimeError
338 239
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/ssa/builder_kernel.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698