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

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: Rebase 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
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/standalone/standalone.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) 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 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 320 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
321 321
322 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 322 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
323 mirrors/immutable_collections_test: SkipSlow # Timeout. 323 mirrors/immutable_collections_test: SkipSlow # Timeout.
324 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 324 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
325 325
326 [ $compiler == dart2js && $cps_ir ] 326 [ $compiler == dart2js && $cps_ir ]
327 async/first_regression_test: Crash # Instance of 'TypeOperator': type casts not implemented. 327 async/first_regression_test: Crash # Instance of 'TypeOperator': type casts not implemented.
328 async/future_timeout_test: Crash # Instance of 'TypeOperator': type casts not im plemented. 328 async/future_timeout_test: Crash # Instance of 'TypeOperator': type casts not im plemented.
329 async/future_value_chain4_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 329 async/future_value_chain4_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
330 async/intercept_print1_test: Crash # unsupported element kind: events:field
331 async/intercept_schedule_microtask2_test: Crash # unsupported element kind: even ts:field
332 async/intercept_schedule_microtask3_test: Crash # unsupported element kind: even ts:field
333 async/intercept_schedule_microtask4_test: Crash # unsupported element kind: even ts:field
334 async/intercept_schedule_microtask5_test: Crash # unsupported element kind: even ts:field
335 async/intercept_schedule_microtask6_test: Crash # unsupported element kind: even ts:field
336 async/multiple_timer_test: Crash # Instance of 'TypeOperator': type casts not im plemented. 330 async/multiple_timer_test: Crash # Instance of 'TypeOperator': type casts not im plemented.
337 async/schedule_microtask2_test: Crash # Instance of 'TypeOperator': type casts n ot implemented. 331 async/schedule_microtask2_test: Crash # Instance of 'TypeOperator': type casts n ot implemented.
338 async/schedule_microtask3_test: Crash # Instance of 'TypeOperator': type casts n ot implemented. 332 async/schedule_microtask3_test: Crash # Instance of 'TypeOperator': type casts n ot implemented.
339 async/schedule_microtask5_test: Crash # Instance of 'TypeOperator': type casts n ot implemented. 333 async/schedule_microtask5_test: Crash # Instance of 'TypeOperator': type casts n ot implemented.
340 async/schedule_microtask_test: Crash # Please triage this failure. 334 async/schedule_microtask_test: Crash # Please triage this failure.
341 async/stream_controller_async_test: Crash # unsupported element kind: _defaultEn vironment:field 335 async/stream_controller_async_test: Crash # unsupported element kind: _defaultEn vironment:field
342 async/stream_controller_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 336 async/stream_controller_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
343 async/stream_first_where_test: Crash # unsupported element kind: _defaultEnviron ment:field 337 async/stream_first_where_test: Crash # unsupported element kind: _defaultEnviron ment:field
344 async/stream_from_iterable_test: Crash # unsupported element kind: _defaultEnvir onment:field 338 async/stream_from_iterable_test: Crash # unsupported element kind: _defaultEnvir onment:field
345 async/stream_iterator_test: Crash # Instance of 'TypeOperator': type casts not i mplemented. 339 async/stream_iterator_test: Crash # Instance of 'TypeOperator': type casts not i mplemented.
(...skipping 11 matching lines...) Expand all
357 async/stream_state_test: Crash # Instance of 'TypeOperator': type casts not impl emented. 351 async/stream_state_test: Crash # Instance of 'TypeOperator': type casts not impl emented.
358 async/stream_subscription_as_future_test: Crash # Instance of 'TypeOperator': ty pe casts not implemented. 352 async/stream_subscription_as_future_test: Crash # Instance of 'TypeOperator': ty pe casts not implemented.
359 async/stream_subscription_cancel_test: Crash # unsupported element kind: _escape RegExp:field 353 async/stream_subscription_cancel_test: Crash # unsupported element kind: _escape RegExp:field
360 async/stream_timeout_test: Crash # Please triage this failure. 354 async/stream_timeout_test: Crash # Please triage this failure.
361 async/stream_transform_test: Crash # Instance of 'TypeOperator': type casts not implemented. 355 async/stream_transform_test: Crash # Instance of 'TypeOperator': type casts not implemented.
362 async/stream_transformation_broadcast_test: Crash # Instance of 'TypeOperator': type casts not implemented. 356 async/stream_transformation_broadcast_test: Crash # Instance of 'TypeOperator': type casts not implemented.
363 async/timer_cancel1_test: Crash # Instance of 'TypeOperator': type casts not imp lemented. 357 async/timer_cancel1_test: Crash # Instance of 'TypeOperator': type casts not imp lemented.
364 async/timer_cancel2_test: Crash # Instance of 'TypeOperator': type casts not imp lemented. 358 async/timer_cancel2_test: Crash # Instance of 'TypeOperator': type casts not imp lemented.
365 async/timer_cancel_test: Crash # Instance of 'TypeOperator': type casts not impl emented. 359 async/timer_cancel_test: Crash # Instance of 'TypeOperator': type casts not impl emented.
366 async/timer_isActive_test: Crash # Instance of 'TypeOperator': type casts not im plemented. 360 async/timer_isActive_test: Crash # Instance of 'TypeOperator': type casts not im plemented.
367 async/timer_regress22626_test: Crash # unsupported element kind: rng:field
368 async/timer_repeat_test: Crash # Instance of 'TypeOperator': type casts not impl emented. 361 async/timer_repeat_test: Crash # Instance of 'TypeOperator': type casts not impl emented.
369 async/timer_test: Crash # Instance of 'TypeOperator': type casts not implemented . 362 async/timer_test: Crash # Instance of 'TypeOperator': type casts not implemented .
370 async/zone_debug_test: Crash # unsupported element kind: events:field
371 async/zone_error_callback_test: Crash # unsupported element kind: replaceZoneSpe c:field
372 collection/linked_list_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 363 collection/linked_list_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
373 convert/ascii_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 364 convert/ascii_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
374 convert/chunked_conversion2_test: RuntimeError # Please triage this failure. 365 convert/chunked_conversion2_test: RuntimeError # Please triage this failure.
375 convert/chunked_conversion_json_decode1_test: Crash # unsupported element kind: TESTS:field
376 convert/chunked_conversion_json_encode1_test: Crash # unsupported element kind: TESTS:field
377 convert/chunked_conversion_utf82_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 366 convert/chunked_conversion_utf82_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
378 convert/chunked_conversion_utf84_test: Crash # unsupported element kind: UNICODE _TESTS:field
379 convert/chunked_conversion_utf85_test: Crash # unsupported element kind: UNICODE _TESTS:field
380 convert/chunked_conversion_utf86_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 367 convert/chunked_conversion_utf86_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
381 convert/chunked_conversion_utf87_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 368 convert/chunked_conversion_utf87_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
382 convert/chunked_conversion_utf8_test: Crash # unsupported element kind: UNICODE_ TESTS:field
383 convert/encoding_test: Crash # unsupported element kind: UNICODE_TESTS:field
384 convert/json_chunk_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 369 convert/json_chunk_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
385 convert/json_lib_test: Crash # unsupported element kind: _escapeRegExp:field 370 convert/json_lib_test: Crash # unsupported element kind: _escapeRegExp:field
386 convert/json_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 371 convert/json_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
387 convert/json_toEncodable_reviver_test: RuntimeError # Please triage this failure . 372 convert/json_toEncodable_reviver_test: RuntimeError # Please triage this failure .
388 convert/json_utf8_chunk_test: Crash # unsupported element kind: UNICODE_TESTS:fi eld 373 convert/json_utf8_chunk_test: Crash # unsupported element kind: UNICODE_TESTS:fi eld
389 convert/json_util_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 374 convert/json_util_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
390 convert/latin1_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 375 convert/latin1_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
391 convert/line_splitter_test: Crash # Please triage this failure. 376 convert/line_splitter_test: Crash # Please triage this failure.
392 convert/streamed_conversion_json_decode1_test: Crash # unsupported element kind: TESTS:field
393 convert/streamed_conversion_json_encode1_test: Crash # unsupported element kind: TESTS:field
394 convert/streamed_conversion_json_utf8_decode_test: Crash # unsupported element k ind: JSON_UTF8:field
395 convert/streamed_conversion_json_utf8_encode_test: Crash # unsupported element k ind: JSON_UTF8:field
396 convert/streamed_conversion_utf8_decode_test: Crash # unsupported element kind: UNICODE_TESTS:field
397 convert/streamed_conversion_utf8_encode_test: Crash # unsupported element kind: UNICODE_TESTS:field
398 convert/utf82_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 377 convert/utf82_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
399 convert/utf8_encode_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 378 convert/utf8_encode_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
400 convert/utf8_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 379 convert/utf8_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
401 js/null_test: Crash # unsupported element kind: _escapeRegExp:field 380 js/null_test: Crash # unsupported element kind: _escapeRegExp:field
402 math/double_pow_test: Crash # unsupported element kind: samples:field 381 math/double_pow_test: Crash # unsupported element kind: samples:field
403 math/math_parse_double_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 382 math/math_parse_double_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
404 math/min_max_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 383 math/min_max_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
405 math/point_test: Crash # unsupported element kind: _escapeRegExp:field 384 math/point_test: Crash # unsupported element kind: _escapeRegExp:field
406 math/random_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 385 math/random_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
407 math/rectangle_test: Crash # Please triage this failure. 386 math/rectangle_test: Crash # Please triage this failure.
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 mirrors/initializing_formals_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 459 mirrors/initializing_formals_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
481 mirrors/instance_members_easier_test: Crash # (=Superclass.inheritedNormalFactor y;): Unhandled node 460 mirrors/instance_members_easier_test: Crash # (=Superclass.inheritedNormalFactor y;): Unhandled node
482 mirrors/instance_members_test: Crash # (=Superclass.inheritedNormalFactory;): Un handled node 461 mirrors/instance_members_test: Crash # (=Superclass.inheritedNormalFactory;): Un handled node
483 mirrors/instance_members_unimplemented_interface_test: Crash # Instance of 'Type Operator': type check unimplemented for _Nullary. 462 mirrors/instance_members_unimplemented_interface_test: Crash # Instance of 'Type Operator': type check unimplemented for _Nullary.
484 mirrors/instance_members_with_override_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 463 mirrors/instance_members_with_override_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
485 mirrors/instantiate_abstract_class_test: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 464 mirrors/instantiate_abstract_class_test: Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary.
486 mirrors/intercepted_cache_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 465 mirrors/intercepted_cache_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
487 mirrors/intercepted_class_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 466 mirrors/intercepted_class_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
488 mirrors/intercepted_object_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 467 mirrors/intercepted_object_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
489 mirrors/intercepted_superclass_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 468 mirrors/intercepted_superclass_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
490 mirrors/invocation_fuzz_test/emptyarray: Crash # unsupported element kind: queue :field
491 mirrors/invocation_fuzz_test/false: Crash # unsupported element kind: queue:fiel d
492 mirrors/invocation_fuzz_test/none: Crash # unsupported element kind: queue:field
493 mirrors/invocation_fuzz_test/smi: Crash # unsupported element kind: queue:field
494 mirrors/invocation_fuzz_test/string: Crash # unsupported element kind: queue:fie ld
495 mirrors/invoke_call_on_closure_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 469 mirrors/invoke_call_on_closure_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
496 mirrors/invoke_call_through_getter_previously_accessed_test/named: Crash # Insta nce of 'TypeOperator': type check unimplemented for _Nullary. 470 mirrors/invoke_call_through_getter_previously_accessed_test/named: Crash # Insta nce of 'TypeOperator': type check unimplemented for _Nullary.
497 mirrors/invoke_call_through_getter_previously_accessed_test/none: Crash # Instan ce of 'TypeOperator': type check unimplemented for _Nullary. 471 mirrors/invoke_call_through_getter_previously_accessed_test/none: Crash # Instan ce of 'TypeOperator': type check unimplemented for _Nullary.
498 mirrors/invoke_call_through_getter_test/named: Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary. 472 mirrors/invoke_call_through_getter_test/named: Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary.
499 mirrors/invoke_call_through_getter_test/none: Crash # Instance of 'TypeOperator' : type check unimplemented for _Nullary. 473 mirrors/invoke_call_through_getter_test/none: Crash # Instance of 'TypeOperator' : type check unimplemented for _Nullary.
500 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: Cras h # Instance of 'TypeOperator': type check unimplemented for _Nullary. 474 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: Cras h # Instance of 'TypeOperator': type check unimplemented for _Nullary.
501 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 475 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
502 mirrors/invoke_call_through_implicit_getter_test: Crash # Instance of 'TypeOpera tor': type check unimplemented for _Nullary. 476 mirrors/invoke_call_through_implicit_getter_test: Crash # Instance of 'TypeOpera tor': type check unimplemented for _Nullary.
503 mirrors/invoke_closurization2_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 477 mirrors/invoke_closurization2_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
504 mirrors/invoke_closurization_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 478 mirrors/invoke_closurization_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 mirrors/metadata_nested_constructor_call_test/07: Crash # unsupported element ki nd: closure:field 546 mirrors/metadata_nested_constructor_call_test/07: Crash # unsupported element ki nd: closure:field
573 mirrors/metadata_nested_constructor_call_test/08: Crash # unsupported element ki nd: closure:field 547 mirrors/metadata_nested_constructor_call_test/08: Crash # unsupported element ki nd: closure:field
574 mirrors/metadata_nested_constructor_call_test/09: Crash # unsupported element ki nd: closure:field 548 mirrors/metadata_nested_constructor_call_test/09: Crash # unsupported element ki nd: closure:field
575 mirrors/metadata_nested_constructor_call_test/none: Crash # unsupported element kind: closure:field 549 mirrors/metadata_nested_constructor_call_test/none: Crash # unsupported element kind: closure:field
576 mirrors/method_mirror_location_test: Crash # Instance of 'TypeOperator': type ca sts not implemented. 550 mirrors/method_mirror_location_test: Crash # Instance of 'TypeOperator': type ca sts not implemented.
577 mirrors/method_mirror_name_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 551 mirrors/method_mirror_name_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
578 mirrors/method_mirror_properties_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 552 mirrors/method_mirror_properties_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
579 mirrors/method_mirror_returntype_test: Crash # Instance of 'TypeOperator': type casts not implemented. 553 mirrors/method_mirror_returntype_test: Crash # Instance of 'TypeOperator': type casts not implemented.
580 mirrors/method_mirror_source_line_ending_test: Crash # Instance of 'TypeOperator ': type casts not implemented. 554 mirrors/method_mirror_source_line_ending_test: Crash # Instance of 'TypeOperator ': type casts not implemented.
581 mirrors/method_mirror_source_test: Crash # Instance of 'TypeOperator': type cast s not implemented. 555 mirrors/method_mirror_source_test: Crash # Instance of 'TypeOperator': type cast s not implemented.
582 mirrors/mirror_in_static_init_test/01: Crash # unsupported element kind: staticF ield:field
583 mirrors/mirror_in_static_init_test/none: Crash # unsupported element kind: stati cField:field
584 mirrors/mirrors_nsm_test/dart2js: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 556 mirrors/mirrors_nsm_test/dart2js: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
585 mirrors/mirrors_nsm_test/none: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 557 mirrors/mirrors_nsm_test/none: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
586 mirrors/mirrors_reader_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 558 mirrors/mirrors_reader_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
587 mirrors/mirrors_resolve_fields_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 559 mirrors/mirrors_resolve_fields_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
588 mirrors/mirrors_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 560 mirrors/mirrors_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
589 mirrors/mirrors_used_inheritance_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 561 mirrors/mirrors_used_inheritance_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
590 mirrors/mixin_application_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 562 mirrors/mixin_application_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
591 mirrors/mixin_members_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 563 mirrors/mixin_members_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
592 mirrors/mixin_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 564 mirrors/mixin_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
593 mirrors/model_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 565 mirrors/model_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 typed_data/float32x4_list_test: Crash # Instance of 'TypeOperator': type check u nimplemented for List<Float32x4>. 635 typed_data/float32x4_list_test: Crash # Instance of 'TypeOperator': type check u nimplemented for List<Float32x4>.
664 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 636 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
665 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 637 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
666 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<Int32x4>. 638 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<Int32x4>.
667 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 639 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
668 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>. 640 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>.
669 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<double>. 641 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<double>.
670 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 642 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
671 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ e check unimplemented for T. 643 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ e check unimplemented for T.
672 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 644 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
645 profiler/metrics_num_test : Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698