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

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

Issue 3000123002: dart2js kernel: minimal recognition of external native methods (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
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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 native_null_frog_test: Crash 216 native_null_frog_test: Crash
217 native_property_frog_test: CompileTimeError 217 native_property_frog_test: CompileTimeError
218 native_to_string_frog_test: Crash 218 native_to_string_frog_test: Crash
219 native_use_native_name_in_table_frog_test: Crash 219 native_use_native_name_in_table_frog_test: Crash
220 native_wrapping_function3_frog_test: Crash 220 native_wrapping_function3_frog_test: Crash
221 native_wrapping_function_frog_test: Crash 221 native_wrapping_function_frog_test: Crash
222 oddly_named_fields_test: Crash 222 oddly_named_fields_test: Crash
223 optimization_hints_test: Crash 223 optimization_hints_test: Crash
224 rti_only_native_test: Crash 224 rti_only_native_test: Crash
225 runtimetype_test: CompileTimeError 225 runtimetype_test: CompileTimeError
226 static_methods_test: Crash 226 static_methods_test: RuntimeError
227 subclassing_1_test: Crash 227 subclassing_1_test: Crash
228 subclassing_2_test: Crash 228 subclassing_2_test: Crash
229 subclassing_3_test: Crash 229 subclassing_3_test: Crash
230 subclassing_4_test: Crash 230 subclassing_4_test: Crash
231 subclassing_5_test: Crash 231 subclassing_5_test: Crash
232 subclassing_constructor_1_test: Crash 232 subclassing_constructor_1_test: Crash
233 subclassing_constructor_2_test: Crash 233 subclassing_constructor_2_test: Crash
234 subclassing_super_call_test: Crash 234 subclassing_super_call_test: Crash
235 subclassing_super_field_1_test: Crash 235 subclassing_super_field_1_test: Crash
236 subclassing_super_field_2_test: Crash 236 subclassing_super_field_2_test: Crash
237 subclassing_type_test: Crash 237 subclassing_type_test: Crash
238 super_call_test: Crash 238 super_call_test: Crash
239 super_property_test: Crash 239 super_property_test: Crash
240 240
241 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 241 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
242 abstract_class_test: Crash # NoSuchMethodError: The getter 'memberIndex' was cal led on null. 242 abstract_class_test: RuntimeError
243 bound_closure_super_test: Crash # NoSuchMethodError: The getter 'memberIndex' wa s called on null. 243 bound_closure_super_test: RuntimeError
244 bound_closure_test: Crash # NoSuchMethodError: The getter 'memberIndex' was call ed on null. 244 bound_closure_test: RuntimeError
245 browser_compat_1_prepatched_test: Crash # NoSuchMethodError: The getter 'memberI ndex' was called on null. 245 browser_compat_1_prepatched_test: RuntimeError
246 browser_compat_1_unpatched_test: Crash # NoSuchMethodError: The getter 'memberIn dex' was called on null. 246 browser_compat_1_unpatched_test: RuntimeError
247 browser_compat_2_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null. 247 browser_compat_2_test: RuntimeError
248 core_type_check_native_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 248 core_type_check_native_test: RuntimeError
249 dispatch_property_initialization_test: Crash # NoSuchMethodError: The getter 'me mberIndex' was called on null. 249 dispatch_property_initialization_test: RuntimeError
250 downcast_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 250 downcast_test: RuntimeError
251 error_safeToString_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 251 error_safeToString_test: RuntimeError
252 event_loop_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 252 event_loop_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
253 fake_thing_2_test: Crash # NoSuchMethodError: The getter 'memberIndex' was calle d on null. 253 fake_thing_test: RuntimeError
254 fake_thing_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 254 field_type2_test: RuntimeError
255 field_type2_test: Crash # Assertion failure: Tag 'Node' already in use by 'Node' 255 field_type_test: RuntimeError
256 field_type_test: Crash # Assertion failure: Tag 'Node' already in use by 'Node' 256 fixup_get_tag_test: RuntimeError
257 fixup_get_tag_test: Crash # NoSuchMethodError: The getter 'memberIndex' was call ed on null. 257 hash_code_test: RuntimeError
258 hash_code_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called o n null.
259 internal_library_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null. 258 internal_library_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null.
260 is_check_test: CompileTimeError 259 is_check_test: CompileTimeError
261 issue9182_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called o n null. 260 issue9182_test: RuntimeError
262 jsobject_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 261 jsobject_test: RuntimeError
263 load_elim_refinement_test: CompileTimeError 262 load_elim_refinement_test: CompileTimeError
264 mirror_intercepted_field_test: CompileTimeError 263 mirror_intercepted_field_test: CompileTimeError
265 native_call_arity1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'. 264 native_call_arity1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'.
266 native_call_arity2_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex ' was called on null. 265 native_call_arity2_frog_test: RuntimeError
267 native_call_arity3_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'. 266 native_call_arity3_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'.
268 native_checked_arguments1_frog_test: Crash # NoSuchMethodError: The method 'acce pt' was called on null. 267 native_checked_arguments1_frog_test: RuntimeError
269 native_checked_fields_frog_test: Crash # Assertion failure: Cannot find value lo cal(initHooks_closure.call#prototypeForTag) in (local(initHooks_closure.call#tag ), local(initHooks#)) for j:closure_call(initHooks_closure.call). 268 native_checked_fields_frog_test: RuntimeError
270 native_class_avoids_hidden_name_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 269 native_class_avoids_hidden_name_frog_test: RuntimeError
271 native_class_fields_2_test: Crash # Assertion failure: Cannot find value local(i nitHooks_closure.call#prototypeForTag) in (local(initHooks_closure.call#tag), lo cal(initHooks#)) for j:closure_call(initHooks_closure.call). 270 native_class_fields_2_test: RuntimeError
272 native_class_fields_3_test: Crash # Assertion failure: Cannot find value local(i nitHooks_closure.call#prototypeForTag) in (local(initHooks_closure.call#tag), lo cal(initHooks#)) for j:closure_call(initHooks_closure.call). 271 native_class_fields_3_test: RuntimeError
273 native_class_fields_test: Crash # Assertion failure: Cannot find value local(ini tHooks_closure.call#prototypeForTag) in (local(initHooks_closure.call#tag), loca l(initHooks#)) for j:closure_call(initHooks_closure.call). 272 native_class_fields_test: RuntimeError
274 native_class_inheritance1_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null. 273 native_class_inheritance1_frog_test: RuntimeError
275 native_class_inheritance2_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null. 274 native_class_inheritance2_frog_test: RuntimeError
276 native_class_inheritance3_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null. 275 native_class_inheritance3_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null.
277 native_class_inheritance4_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null. 276 native_class_inheritance4_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null.
278 native_class_is_check1_frog_test: Crash # NoSuchMethodError: The getter 'memberI ndex' was called on null. 277 native_class_is_check1_frog_test: RuntimeError
279 native_class_is_check3_frog_test: Crash # NoSuchMethodError: The getter 'memberI ndex' was called on null. 278 native_class_is_check3_frog_test: RuntimeError
280 native_class_with_dart_methods_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 279 native_class_with_dart_methods_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
281 native_closure_identity_frog_test: Crash # NoSuchMethodError: The getter 'member Index' was called on null. 280 native_closure_identity_frog_test: Crash # NoSuchMethodError: The getter 'member Index' was called on null.
282 native_constructor_name_test: Crash # NoSuchMethodError: The getter 'memberIndex ' was called on null. 281 native_constructor_name_test: RuntimeError
283 native_equals_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 282 native_equals_frog_test: RuntimeError
284 native_exception2_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 283 native_exception2_test: RuntimeError
285 native_exception_test: RuntimeError 284 native_exception_test: RuntimeError
286 native_exceptions1_frog_test: CompileTimeError 285 native_exceptions1_frog_test: CompileTimeError
287 native_field_invocation2_test: Crash # NoSuchMethodError: The getter 'memberInde x' was called on null. 286 native_field_invocation2_test: RuntimeError
288 native_field_invocation3_test: Crash # NoSuchMethodError: The getter 'memberInde x' was called on null. 287 native_field_invocation3_test: RuntimeError
289 native_field_invocation4_test: Crash # NoSuchMethodError: The getter 'memberInde x' was called on null. 288 native_field_invocation5_test: RuntimeError
290 native_field_invocation5_test: Crash # NoSuchMethodError: The getter 'memberInde x' was called on null.
291 native_field_invocation6_test: Crash # NoSuchMethodError: The getter 'memberInde x' was called on null. 289 native_field_invocation6_test: Crash # NoSuchMethodError: The getter 'memberInde x' was called on null.
292 native_field_invocation_test: Crash # NoSuchMethodError: The getter 'memberIndex ' was called on null. 290 native_field_invocation_test: RuntimeError
293 native_field_name_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 291 native_field_name_test: RuntimeError
294 native_field_optimization_test: Crash # NoSuchMethodError: The getter 'memberInd ex' was called on null. 292 native_field_optimization_test: Crash # NoSuchMethodError: The getter 'memberInd ex' was called on null.
295 native_field_rename_1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'. 293 native_field_rename_1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'.
296 native_field_rename_2_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'. 294 native_field_rename_2_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'.
297 native_library_same_name_used_frog_test: CompileTimeError 295 native_library_same_name_used_frog_test: CompileTimeError
298 native_method_inlining_test: Crash # NoSuchMethodError: The method 'accept' was called on null. 296 native_method_inlining_test: Crash # NoSuchMethodError: The method 'accept' was called on null.
299 native_method_rename1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'. 297 native_method_rename1_frog_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'type'.
300 native_method_rename2_frog_test: Crash # NoSuchMethodError: The getter 'memberIn dex' was called on null. 298 native_method_rename2_frog_test: RuntimeError
301 native_method_rename3_frog_test: Crash # NoSuchMethodError: The getter 'memberIn dex' was called on null. 299 native_method_rename3_frog_test: RuntimeError
302 native_method_with_keyword_name_test: Crash # NoSuchMethodError: The method 'acc ept' was called on null. 300 native_method_with_keyword_name_test: RuntimeError
303 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). 301 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).
304 native_missing_method1_frog_test: Crash # Assertion failure: Cannot find value l ocal(untypedContext_closure.call#a) in (local(untypedContext#)) for j:closure_ca ll(untypedContext_closure.call). 302 native_mixin_field_test: RuntimeError
305 native_missing_method2_frog_test: Crash # Assertion failure: Cannot find value l ocal(initHooks_closure.call#prototypeForTag) in (local(initHooks_closure.call#ta g), local(initHooks#)) for j:closure_call(initHooks_closure.call). 303 native_mixin_multiple2_test: RuntimeError
306 native_mixin_field_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
307 native_mixin_multiple2_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
308 native_mixin_multiple3_test: Crash # Assertion failure: Super constructor for k: constructor(D.) not found. 304 native_mixin_multiple3_test: Crash # Assertion failure: Super constructor for k: constructor(D.) not found.
309 native_mixin_multiple_test: Crash # UnimplementedError: KernelClosedWorldMixin.g etAppliedMixin 305 native_mixin_multiple_test: RuntimeError
310 native_mixin_test: Crash # Assertion failure: Cannot find value local(main_closu re.call#m) in (local(main#)) for j:closure_call(main_closure.call). 306 native_mixin_test: RuntimeError
311 native_mixin_with_plain_test: Crash # NoSuchMethodError: The getter 'memberIndex ' was called on null. 307 native_mixin_with_plain_test: Crash # NoSuchMethodError: The getter 'memberIndex ' was called on null.
312 native_named_constructors2_frog_test: CompileTimeError 308 native_named_constructors2_frog_test: CompileTimeError
313 native_named_constructors3_frog_test: CompileTimeError 309 native_named_constructors3_frog_test: CompileTimeError
314 native_no_such_method_exception2_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null. 310 native_no_such_method_exception2_frog_test: RuntimeError
315 native_no_such_method_exception3_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null. 311 native_no_such_method_exception3_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null.
316 native_no_such_method_exception4_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null. 312 native_no_such_method_exception4_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null.
317 native_no_such_method_exception5_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null. 313 native_no_such_method_exception5_frog_test: Crash # NoSuchMethodError: The gette r 'memberIndex' was called on null.
318 native_no_such_method_exception_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 314 native_no_such_method_exception_frog_test: RuntimeError
319 native_novel_html_test: Crash # Assertion failure: Tag 'HTMLElement' already in use by 'Element' 315 native_novel_html_test: Crash # Assertion failure: Tag 'HTMLElement' already in use by 'Element'
320 native_null_closure_frog_test: Crash # NoSuchMethodError: The getter 'memberInde x' was called on null. 316 native_null_closure_frog_test: RuntimeError
321 native_null_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null. 317 native_null_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c alled on null.
322 native_property_frog_test: CompileTimeError 318 native_property_frog_test: CompileTimeError
323 native_to_string_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 319 native_to_string_frog_test: RuntimeError
324 native_use_native_name_in_table_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 320 native_use_native_name_in_table_frog_test: RuntimeError
325 native_wrapping_function3_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null. 321 native_wrapping_function3_frog_test: Crash # NoSuchMethodError: The getter 'memb erIndex' was called on null.
326 native_wrapping_function_frog_test: Crash # NoSuchMethodError: The getter 'membe rIndex' was called on null. 322 native_wrapping_function_frog_test: Crash # NoSuchMethodError: The getter 'membe rIndex' was called on null.
327 oddly_named_fields_test: Crash # Assertion failure: Cannot find value local(init Hooks_closure.call#prototypeForTag) in (local(initHooks_closure.call#tag), local (initHooks#)) for j:closure_call(initHooks_closure.call). 323 oddly_named_fields_test: RuntimeError
328 optimization_hints_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null. 324 optimization_hints_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
329 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). 325 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).
330 runtimetype_test: CompileTimeError 326 runtimetype_test: CompileTimeError
331 static_methods_test: Crash # Assertion failure: Cannot find value local(unwrapEx ception_closure.call#ex) in (local(unwrapException_closure.call#error), local(un wrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTra ce)) for j:closure_call(unwrapException_closure.call). 327 static_methods_test: RuntimeError
332 subclassing_1_test: Crash # Assertion failure: Cannot find value local(initHooks _closure.call#prototypeForTag) in (local(initHooks_closure.call#tag), local(init Hooks#)) for j:closure_call(initHooks_closure.call). 328 subclassing_1_test: RuntimeError
333 subclassing_2_test: Crash # Assertion failure: Cannot find value local(initHooks _closure.call#prototypeForTag) in (local(initHooks_closure.call#tag), local(init Hooks#)) for j:closure_call(initHooks_closure.call). 329 subclassing_2_test: RuntimeError
334 subclassing_3_test: Crash # UnimplementedError: KernelClosedWorldMixin.getApplie dMixin 330 subclassing_3_test: RuntimeError
335 subclassing_4_test: Crash # UnimplementedError: KernelClosedWorldMixin.getApplie dMixin 331 subclassing_4_test: RuntimeError
336 subclassing_5_test: Crash # NoSuchMethodError: The getter 'memberIndex' was call ed on null. 332 subclassing_5_test: RuntimeError
337 subclassing_constructor_1_test: Crash # NoSuchMethodError: The getter 'memberInd ex' was called on null. 333 subclassing_constructor_1_test: Crash # NoSuchMethodError: The getter 'memberInd ex' was called on null.
338 subclassing_constructor_2_test: RuntimeError 334 subclassing_constructor_2_test: RuntimeError
339 subclassing_super_call_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 335 subclassing_super_call_test: RuntimeError
340 subclassing_super_field_1_test: Crash # Assertion failure: Cannot find value loc al(initHooks_closure.call#prototypeForTag) in (local(initHooks_closure.call#tag) , local(initHooks#)) for j:closure_call(initHooks_closure.call). 336 subclassing_super_field_1_test: RuntimeError
341 subclassing_super_field_2_test: Crash # NoSuchMethodError: The getter 'memberInd ex' was called on null. 337 subclassing_super_field_2_test: RuntimeError
342 subclassing_type_test: Crash # Assertion failure: Cannot find value local(initHo oks_closure.call#prototypeForTag) in (local(initHooks_closure.call#tag), local(i nitHooks#)) for j:closure_call(initHooks_closure.call). 338 subclassing_type_test: Crash # NoSuchMethodError: The getter 'closureClassEntity ' was called on null.
343 super_call_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null. 339 super_call_test: RuntimeError
344 super_property_test: Crash # NoSuchMethodError: The getter 'memberIndex' was cal led on null. 340 super_property_test: RuntimeError
345 341
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698