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

Side by Side Diff: tests/lib/lib.status

Issue 1136843006: dart2js cps: Access to lazily initialized fields. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor fix Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 322
323 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 323 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
324 mirrors/immutable_collections_test: SkipSlow # Timeout. 324 mirrors/immutable_collections_test: SkipSlow # Timeout.
325 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 325 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
326 326
327 [ $compiler == dart2js && $cps_ir ] 327 [ $compiler == dart2js && $cps_ir ]
328 async/deferred/deferred_in_isolate_test: Crash # (loadDeferred): handleStaticFun ctionGet: function(loadDeferred) 328 async/deferred/deferred_in_isolate_test: Crash # (loadDeferred): handleStaticFun ctionGet: function(loadDeferred)
329 async/first_regression_test : Crash # Instance of 'TypeOperator': type casts not implemented. 329 async/first_regression_test : Crash # Instance of 'TypeOperator': type casts not implemented.
330 async/future_timeout_test : Crash # Instance of 'TypeOperator': type casts not i mplemented. 330 async/future_timeout_test : Crash # Instance of 'TypeOperator': type casts not i mplemented.
331 async/future_value_chain4_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 331 async/future_value_chain4_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
332 async/intercept_print1_test : Crash # bailout: unsupported element kind: events: field
333 async/intercept_schedule_microtask2_test : Crash # bailout: unsupported element kind: events:field
334 async/intercept_schedule_microtask3_test : Crash # bailout: unsupported element kind: events:field
335 async/intercept_schedule_microtask4_test : Crash # bailout: unsupported element kind: events:field
336 async/intercept_schedule_microtask5_test : Crash # bailout: unsupported element kind: events:field
337 async/intercept_schedule_microtask6_test : Crash # bailout: unsupported element kind: events:field
338 async/multiple_timer_test : Crash # Instance of 'TypeOperator': type casts not i mplemented. 332 async/multiple_timer_test : Crash # Instance of 'TypeOperator': type casts not i mplemented.
339 async/schedule_microtask2_test : Crash # Instance of 'TypeOperator': type casts not implemented. 333 async/schedule_microtask2_test : Crash # Instance of 'TypeOperator': type casts not implemented.
340 async/schedule_microtask3_test : Crash # Instance of 'TypeOperator': type casts not implemented. 334 async/schedule_microtask3_test : Crash # Instance of 'TypeOperator': type casts not implemented.
341 async/schedule_microtask5_test : Crash # Instance of 'TypeOperator': type casts not implemented. 335 async/schedule_microtask5_test : Crash # Instance of 'TypeOperator': type casts not implemented.
342 async/schedule_microtask_test : Crash # Assertion failure: Unknown variable: var iable(#TOTAL). 336 async/schedule_microtask_test : Crash # Assertion failure: Unknown variable: var iable(#TOTAL).
343 async/stream_controller_async_test : Crash # bailout: unsupported element kind: _defaultEnvironment:field 337 async/stream_controller_async_test : Crash # bailout: unsupported element kind: _defaultEnvironment:field
344 async/stream_controller_test : Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 338 async/stream_controller_test : Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
345 async/stream_first_where_test : Crash # bailout: unsupported element kind: _defa ultEnvironment:field 339 async/stream_first_where_test : Crash # bailout: unsupported element kind: _defa ultEnvironment:field
346 async/stream_from_iterable_test : Crash # bailout: unsupported element kind: _de faultEnvironment:field 340 async/stream_from_iterable_test : Crash # bailout: unsupported element kind: _de faultEnvironment:field
347 async/stream_iterator_test : Crash # Instance of 'TypeOperator': type casts not implemented. 341 async/stream_iterator_test : Crash # Instance of 'TypeOperator': type casts not implemented.
(...skipping 12 matching lines...) Expand all
360 async/stream_subscription_as_future_test : Crash # Instance of 'TypeOperator': t ype casts not implemented. 354 async/stream_subscription_as_future_test : Crash # Instance of 'TypeOperator': t ype casts not implemented.
361 async/stream_subscription_cancel_test : Crash # Instance of 'TypeOperator': type check unimplemented for Iterable. 355 async/stream_subscription_cancel_test : Crash # Instance of 'TypeOperator': type check unimplemented for Iterable.
362 async/stream_timeout_test : Crash # Assertion failure: Unknown variable: variabl e(main#ms5). 356 async/stream_timeout_test : Crash # Assertion failure: Unknown variable: variabl e(main#ms5).
363 async/stream_transform_test : Crash # Instance of 'TypeOperator': type casts not implemented. 357 async/stream_transform_test : Crash # Instance of 'TypeOperator': type casts not implemented.
364 async/stream_transformation_broadcast_test : Crash # Instance of 'TypeOperator': type casts not implemented. 358 async/stream_transformation_broadcast_test : Crash # Instance of 'TypeOperator': type casts not implemented.
365 async/timer_cancel1_test : Crash # Instance of 'TypeOperator': type casts not im plemented. 359 async/timer_cancel1_test : Crash # Instance of 'TypeOperator': type casts not im plemented.
366 async/timer_cancel2_test : Crash # Instance of 'TypeOperator': type casts not im plemented. 360 async/timer_cancel2_test : Crash # Instance of 'TypeOperator': type casts not im plemented.
367 async/timer_cancel_test : Crash # Instance of 'TypeOperator': type casts not imp lemented. 361 async/timer_cancel_test : Crash # Instance of 'TypeOperator': type casts not imp lemented.
368 async/timer_isActive_test : Crash # Instance of 'TypeOperator': type casts not i mplemented. 362 async/timer_isActive_test : Crash # Instance of 'TypeOperator': type casts not i mplemented.
369 async/timer_isolate_test: Crash # (createTimer): handleStaticFunctionGet: functi on(createTimer) 363 async/timer_isolate_test: Crash # (createTimer): handleStaticFunctionGet: functi on(createTimer)
370 async/timer_regress22626_test : Crash # bailout: unsupported element kind: rng:f ield
371 async/timer_repeat_test : Crash # Instance of 'TypeOperator': type casts not imp lemented. 364 async/timer_repeat_test : Crash # Instance of 'TypeOperator': type casts not imp lemented.
372 async/timer_test : Crash # Instance of 'TypeOperator': type casts not implemente d. 365 async/timer_test : Crash # Instance of 'TypeOperator': type casts not implemente d.
373 async/zone_debug_test : Crash # bailout: unsupported element kind: events:field
374 async/zone_error_callback_test : Crash # bailout: unsupported element kind: repl aceZoneSpec:field
375 collection/linked_list_test : Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 366 collection/linked_list_test : Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
376 convert/ascii_test : Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 367 convert/ascii_test : Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
377 convert/chunked_conversion2_test : RuntimeError 368 convert/chunked_conversion2_test : RuntimeError
378 convert/chunked_conversion_json_decode1_test : Crash # Instance of 'TypeOperator ': type check unimplemented for List. 369 convert/chunked_conversion_json_decode1_test : Crash # Instance of 'TypeOperator ': type check unimplemented for List.
379 convert/chunked_conversion_json_encode1_test : Crash # bailout: unsupported elem ent kind: TESTS:field
380 convert/chunked_conversion_utf82_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 370 convert/chunked_conversion_utf82_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
381 convert/chunked_conversion_utf84_test : Crash # bailout: unsupported element kin d: UNICODE_TESTS:field
382 convert/chunked_conversion_utf85_test : Crash # bailout: unsupported element kin d: UNICODE_TESTS:field
383 convert/chunked_conversion_utf86_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 371 convert/chunked_conversion_utf86_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
384 convert/chunked_conversion_utf87_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 372 convert/chunked_conversion_utf87_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
385 convert/chunked_conversion_utf8_test : Crash # bailout: unsupported element kind : UNICODE_TESTS:field
386 convert/codec2_test : Crash # Instance of 'TypeOperator': type check unimplement ed for List. 373 convert/codec2_test : Crash # Instance of 'TypeOperator': type check unimplement ed for List.
387 convert/encoding_test : Crash # bailout: unsupported element kind: UNICODE_TESTS :field
388 convert/json_chunk_test : Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 374 convert/json_chunk_test : Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
389 convert/json_lib_test : Crash # Instance of 'TypeOperator': type check unimpleme nted for Iterable. 375 convert/json_lib_test : Crash # Instance of 'TypeOperator': type check unimpleme nted for Iterable.
390 convert/json_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 376 convert/json_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
391 convert/json_toEncodable_reviver_test : Crash # Instance of 'TypeOperator': type check unimplemented for List. 377 convert/json_toEncodable_reviver_test : Crash # Instance of 'TypeOperator': type check unimplemented for List.
392 convert/json_utf8_chunk_test : Crash # bailout: unsupported element kind: UNICOD E_TESTS:field 378 convert/json_utf8_chunk_test : Crash # bailout: unsupported element kind: UNICOD E_TESTS:field
393 convert/json_util_test : Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 379 convert/json_util_test : Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
394 convert/latin1_test : Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 380 convert/latin1_test : Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
395 convert/line_splitter_test : Crash # Assertion failure: Unknown variable: variab le(testManyLines#breaks). 381 convert/line_splitter_test : Crash # Assertion failure: Unknown variable: variab le(testManyLines#breaks).
396 convert/streamed_conversion_json_decode1_test : Crash # Instance of 'TypeOperato r': type check unimplemented for List. 382 convert/streamed_conversion_json_decode1_test : Crash # Instance of 'TypeOperato r': type check unimplemented for List.
397 convert/streamed_conversion_json_encode1_test : Crash # bailout: unsupported ele ment kind: TESTS:field
398 convert/streamed_conversion_json_utf8_decode_test : Crash # Instance of 'TypeOpe rator': type check unimplemented for List. 383 convert/streamed_conversion_json_utf8_decode_test : Crash # Instance of 'TypeOpe rator': type check unimplemented for List.
399 convert/streamed_conversion_json_utf8_encode_test : Crash # bailout: unsupported element kind: JSON_UTF8:field
400 convert/streamed_conversion_utf8_decode_test : Crash # bailout: unsupported elem ent kind: UNICODE_TESTS:field
401 convert/streamed_conversion_utf8_encode_test : Crash # bailout: unsupported elem ent kind: UNICODE_TESTS:field
402 convert/utf82_test : Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 384 convert/utf82_test : Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
403 convert/utf8_encode_test : Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 385 convert/utf8_encode_test : Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
404 convert/utf8_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 386 convert/utf8_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
405 js/null_test : Crash # Instance of 'TypeOperator': type check unimplemented for Iterable. 387 js/null_test : Crash # Instance of 'TypeOperator': type check unimplemented for Iterable.
406 math/double_pow_test : Crash # bailout: unsupported element kind: samples:field 388 math/double_pow_test : Crash # bailout: unsupported element kind: samples:field
407 math/math_parse_double_test : Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 389 math/math_parse_double_test : Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
408 math/min_max_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 390 math/min_max_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
409 math/point_test : Crash # Instance of 'TypeOperator': type check unimplemented f or Iterable. 391 math/point_test : Crash # Instance of 'TypeOperator': type check unimplemented f or Iterable.
410 math/random_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 392 math/random_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
411 math/rectangle_test : Crash # Assertion failure: Unknown variable: variable(main #NaN). 393 math/rectangle_test : Crash # Assertion failure: Unknown variable: variable(main #NaN).
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 mirrors/initializing_formals_test/none : Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 466 mirrors/initializing_formals_test/none : Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
485 mirrors/instance_members_easier_test : Crash # bailout: (=Superclass.inheritedNo rmalFactory;): Unhandled node 467 mirrors/instance_members_easier_test : Crash # bailout: (=Superclass.inheritedNo rmalFactory;): Unhandled node
486 mirrors/instance_members_test : Crash # bailout: (=Superclass.inheritedNormalFac tory;): Unhandled node 468 mirrors/instance_members_test : Crash # bailout: (=Superclass.inheritedNormalFac tory;): Unhandled node
487 mirrors/instance_members_unimplemented_interface_test : Crash # Instance of 'Typ eOperator': type check unimplemented for _Nullary. 469 mirrors/instance_members_unimplemented_interface_test : Crash # Instance of 'Typ eOperator': type check unimplemented for _Nullary.
488 mirrors/instance_members_with_override_test : Crash # Instance of 'TypeOperator' : type check unimplemented for _Nullary. 470 mirrors/instance_members_with_override_test : Crash # Instance of 'TypeOperator' : type check unimplemented for _Nullary.
489 mirrors/instantiate_abstract_class_test : Crash # Instance of 'TypeOperator': ty pe check unimplemented for _Nullary. 471 mirrors/instantiate_abstract_class_test : Crash # Instance of 'TypeOperator': ty pe check unimplemented for _Nullary.
490 mirrors/intercepted_cache_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 472 mirrors/intercepted_cache_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
491 mirrors/intercepted_class_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map. 473 mirrors/intercepted_class_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map.
492 mirrors/intercepted_object_test : Crash # Instance of 'TypeOperator': type check unimplemented for List. 474 mirrors/intercepted_object_test : Crash # Instance of 'TypeOperator': type check unimplemented for List.
493 mirrors/intercepted_superclass_test : Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 475 mirrors/intercepted_superclass_test : Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
494 mirrors/invocation_fuzz_test/emptyarray : Crash # bailout: unsupported element k ind: queue:field
495 mirrors/invocation_fuzz_test/false : Crash # bailout: unsupported element kind: queue:field
496 mirrors/invocation_fuzz_test/none : Crash # bailout: unsupported element kind: q ueue:field
497 mirrors/invocation_fuzz_test/smi : Crash # bailout: unsupported element kind: qu eue:field
498 mirrors/invocation_fuzz_test/string : Crash # bailout: unsupported element kind: queue:field
499 mirrors/invoke_call_on_closure_test : Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 476 mirrors/invoke_call_on_closure_test : Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
500 mirrors/invoke_call_through_getter_previously_accessed_test/named : Crash # Inst ance of 'TypeOperator': type check unimplemented for _Nullary. 477 mirrors/invoke_call_through_getter_previously_accessed_test/named : Crash # Inst ance of 'TypeOperator': type check unimplemented for _Nullary.
501 mirrors/invoke_call_through_getter_previously_accessed_test/none : Crash # Insta nce of 'TypeOperator': type check unimplemented for _Nullary. 478 mirrors/invoke_call_through_getter_previously_accessed_test/none : Crash # Insta nce of 'TypeOperator': type check unimplemented for _Nullary.
502 mirrors/invoke_call_through_getter_test/named : Crash # Instance of 'TypeOperato r': type check unimplemented for _Nullary. 479 mirrors/invoke_call_through_getter_test/named : Crash # Instance of 'TypeOperato r': type check unimplemented for _Nullary.
503 mirrors/invoke_call_through_getter_test/none : Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary. 480 mirrors/invoke_call_through_getter_test/none : Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary.
504 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named : Cra sh # Instance of 'TypeOperator': type check unimplemented for _Nullary. 481 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named : Cra sh # Instance of 'TypeOperator': type check unimplemented for _Nullary.
505 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/none : Cras h # Instance of 'TypeOperator': type check unimplemented for _Nullary. 482 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/none : Cras h # Instance of 'TypeOperator': type check unimplemented for _Nullary.
506 mirrors/invoke_call_through_implicit_getter_test : Crash # Instance of 'TypeOper ator': type check unimplemented for _Nullary. 483 mirrors/invoke_call_through_implicit_getter_test : Crash # Instance of 'TypeOper ator': type check unimplemented for _Nullary.
507 mirrors/invoke_closurization2_test : Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 484 mirrors/invoke_closurization2_test : Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
508 mirrors/invoke_closurization_test : Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 485 mirrors/invoke_closurization_test : Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 mirrors/metadata_nested_constructor_call_test/07 : Crash # bailout: unsupported element kind: closure:field 553 mirrors/metadata_nested_constructor_call_test/07 : Crash # bailout: unsupported element kind: closure:field
577 mirrors/metadata_nested_constructor_call_test/08 : Crash # bailout: unsupported element kind: closure:field 554 mirrors/metadata_nested_constructor_call_test/08 : Crash # bailout: unsupported element kind: closure:field
578 mirrors/metadata_nested_constructor_call_test/09 : Crash # bailout: unsupported element kind: closure:field 555 mirrors/metadata_nested_constructor_call_test/09 : Crash # bailout: unsupported element kind: closure:field
579 mirrors/metadata_nested_constructor_call_test/none : Crash # bailout: unsupporte d element kind: closure:field 556 mirrors/metadata_nested_constructor_call_test/none : Crash # bailout: unsupporte d element kind: closure:field
580 mirrors/method_mirror_location_test : Crash # Instance of 'TypeOperator': type c asts not implemented. 557 mirrors/method_mirror_location_test : Crash # Instance of 'TypeOperator': type c asts not implemented.
581 mirrors/method_mirror_name_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map. 558 mirrors/method_mirror_name_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map.
582 mirrors/method_mirror_properties_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 559 mirrors/method_mirror_properties_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
583 mirrors/method_mirror_returntype_test : Crash # Instance of 'TypeOperator': type casts not implemented. 560 mirrors/method_mirror_returntype_test : Crash # Instance of 'TypeOperator': type casts not implemented.
584 mirrors/method_mirror_source_line_ending_test : Crash # Instance of 'TypeOperato r': type casts not implemented. 561 mirrors/method_mirror_source_line_ending_test : Crash # Instance of 'TypeOperato r': type casts not implemented.
585 mirrors/method_mirror_source_test : Crash # Instance of 'TypeOperator': type cas ts not implemented. 562 mirrors/method_mirror_source_test : Crash # Instance of 'TypeOperator': type cas ts not implemented.
586 mirrors/mirror_in_static_init_test/01 : Crash # bailout: unsupported element kin d: staticField:field
587 mirrors/mirror_in_static_init_test/none : Crash # bailout: unsupported element k ind: staticField:field
588 mirrors/mirrors_nsm_test/dart2js : Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 563 mirrors/mirrors_nsm_test/dart2js : Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
589 mirrors/mirrors_nsm_test/none : Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 564 mirrors/mirrors_nsm_test/none : Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
590 mirrors/mirrors_reader_test : Crash # Instance of 'TypeOperator': type check uni mplemented for Iterable. 565 mirrors/mirrors_reader_test : Crash # Instance of 'TypeOperator': type check uni mplemented for Iterable.
591 mirrors/mirrors_resolve_fields_test : Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 566 mirrors/mirrors_resolve_fields_test : Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
592 mirrors/mirrors_test : Crash # Instance of 'TypeOperator': type check unimplemen ted for Class. 567 mirrors/mirrors_test : Crash # Instance of 'TypeOperator': type check unimplemen ted for Class.
593 mirrors/mirrors_used_inheritance_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 568 mirrors/mirrors_used_inheritance_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
594 mirrors/mixin_application_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map. 569 mirrors/mixin_application_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map.
595 mirrors/mixin_members_test : Crash # Instance of 'TypeOperator': type check unim plemented for Map. 570 mirrors/mixin_members_test : Crash # Instance of 'TypeOperator': type check unim plemented for Map.
596 mirrors/mixin_test : Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 571 mirrors/mixin_test : Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
597 mirrors/model_test : Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 572 mirrors/model_test : Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 typed_data/float32x4_list_test : Crash # Instance of 'TypeOperator': type check unimplemented for List<Float32x4>. 645 typed_data/float32x4_list_test : Crash # Instance of 'TypeOperator': type check unimplemented for List<Float32x4>.
671 typed_data/float32x4_shuffle_test : Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 646 typed_data/float32x4_shuffle_test : Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
672 typed_data/float32x4_test : Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 647 typed_data/float32x4_test : Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
673 typed_data/int32x4_list_test : Crash # Instance of 'TypeOperator': type check un implemented for List<Int32x4>. 648 typed_data/int32x4_list_test : Crash # Instance of 'TypeOperator': type check un implemented for List<Int32x4>.
674 typed_data/int32x4_test : Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 649 typed_data/int32x4_test : Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
675 typed_data/typed_data_hierarchy_int64_test : Crash # Instance of 'TypeOperator': type check unimplemented for List<int>. 650 typed_data/typed_data_hierarchy_int64_test : Crash # Instance of 'TypeOperator': type check unimplemented for List<int>.
676 typed_data/typed_data_hierarchy_test : Crash # Instance of 'TypeOperator': type check unimplemented for List<double>. 651 typed_data/typed_data_hierarchy_test : Crash # Instance of 'TypeOperator': type check unimplemented for List<double>.
677 typed_data/typed_data_list_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map. 652 typed_data/typed_data_list_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map.
678 typed_data/typed_data_sublist_type_test : Crash # Instance of 'TypeOperator': ty pe check unimplemented for T. 653 typed_data/typed_data_sublist_type_test : Crash # Instance of 'TypeOperator': ty pe check unimplemented for T.
679 typed_data/typed_list_iterable_test : Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 654 typed_data/typed_list_iterable_test : Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698