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

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

Issue 1089113003: Establish test expectations for dart2js running with the CPS based backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 [ $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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 327
328 [ $mode == debug && $arch == ia32 && $system == windows ] 328 [ $mode == debug && $arch == ia32 && $system == windows ]
329 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 329 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
330 330
331 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 331 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
332 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 332 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
333 333
334 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 334 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
335 mirrors/immutable_collections_test: SkipSlow # Timeout. 335 mirrors/immutable_collections_test: SkipSlow # Timeout.
336 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 336 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
337
338 [ $compiler == dart2js && $cps_ir ]
339 async/catch_errors11_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
340 async/catch_errors12_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
341 async/catch_errors13_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
342 async/catch_errors14_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
343 async/catch_errors15_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
344 async/catch_errors16_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
345 async/catch_errors17_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
346 async/catch_errors18_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
347 async/catch_errors19_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
348 async/catch_errors20_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
349 async/catch_errors21_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
350 async/catch_errors22_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
351 async/catch_errors23_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
352 async/catch_errors24_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
353 async/catch_errors25_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
354 async/catch_errors26_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
355 async/catch_errors27_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
356 async/catch_errors28_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
357 async/catch_errors2_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
358 async/catch_errors3_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
359 async/catch_errors4_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
360 async/catch_errors5_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
361 async/catch_errors6_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
362 async/catch_errors7_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
363 async/catch_errors8_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
364 async/catch_errors_test: Crash # (throw _buildException('asyncEnd() was called b efore asyncStart().')): Unhandled node
365 async/deferred/deferred_in_isolate_test: Crash # cannot compile methods that nee d interceptor calling convention.
366 async/first_regression_test: Crash # cannot compile methods that need intercepto r calling convention.
367 async/future_constructor_test: Crash # (throw new ExpectException(message)): Unh andled node
368 async/future_delayed_error_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
369 async/future_microtask_test: Crash # (throw _buildException('asyncEnd() was call ed before asyncStart().')): Unhandled node
370 async/future_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
371 async/future_timeout_test: Crash # cannot compile methods that need interceptor calling convention.
372 async/future_value_chain2_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node
373 async/future_value_chain3_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node
374 async/future_value_chain4_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node
375 async/future_value_chain_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node
376 async/futures_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
377 async/intercept_print1_test: Crash # (throw new ExpectException(message)): Unhan dled node
378 async/intercept_schedule_microtask1_test: Crash # Instance of 'TypeOperator': un implemented in CodeGenerator
379 async/intercept_schedule_microtask2_test: Crash # (throw new ExpectException(mes sage)): Unhandled node
380 async/intercept_schedule_microtask3_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
381 async/intercept_schedule_microtask4_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
382 async/intercept_schedule_microtask5_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
383 async/intercept_schedule_microtask6_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
384 async/multiple_timer_test: Crash # cannot compile methods that need interceptor calling convention.
385 async/print_test/01: Crash # cannot compile methods that need interceptor callin g convention.
386 async/print_test/none: Crash # cannot compile methods that need interceptor call ing convention.
387 async/run_zoned1_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
388 async/run_zoned4_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
389 async/run_zoned5_test: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node
390 async/run_zoned6_test/01: Crash # (rethrow;): Unhandled node
391 async/run_zoned6_test/none: Crash # (rethrow;): Unhandled node
392 async/run_zoned7_test: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node
393 async/run_zoned8_test: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node
394 async/run_zoned9_test/01: Crash # (rethrow;): Unhandled node
395 async/run_zoned9_test/none: Crash # (rethrow;): Unhandled node
396 async/schedule_microtask2_test: Crash # cannot compile methods that need interce ptor calling convention.
397 async/schedule_microtask3_test: Crash # cannot compile methods that need interce ptor calling convention.
398 async/schedule_microtask5_test: Crash # cannot compile methods that need interce ptor calling convention.
399 async/schedule_microtask_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node
400 async/slow_consumer2_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
401 async/slow_consumer3_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
402 async/slow_consumer_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
403 async/stack_trace01_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
404 async/stack_trace02_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
405 async/stack_trace03_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
406 async/stack_trace04_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
407 async/stack_trace05_test: Crash # (throw "should never be reached"): Unhandled n ode
408 async/stack_trace06_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
409 async/stack_trace07_test: Crash # (throw "bad things happen"): Unhandled node
410 async/stack_trace08_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
411 async/stack_trace09_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
412 async/stack_trace10_test: Crash # (throw "should never be reached"): Unhandled n ode
413 async/stack_trace11_test: Crash # (throw "Unreachable"): Unhandled node
414 async/stack_trace12_test: Crash # (throw "Unreachable"): Unhandled node
415 async/stack_trace13_test: Crash # (throw "Unreachable"): Unhandled node
416 async/stack_trace14_test: Crash # (throw "Unreachable"): Unhandled node
417 async/stack_trace15_test: Crash # (throw "Unreachable"): Unhandled node
418 async/stack_trace16_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
419 async/stack_trace17_test: Crash # (throw "Unreachable"): Unhandled node
420 async/stack_trace18_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
421 async/stack_trace19_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
422 async/stack_trace20_test: Crash # (throw "should never be reached"): Unhandled n ode
423 async/stack_trace21_test: Crash # Unhandled node
424 async/stack_trace22_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
425 async/stack_trace23_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
426 async/stack_trace24_test: Crash # (throw "should never be reached"): Unhandled n ode
427 async/stack_trace25_test: Crash # (throw "unreachable"): Unhandled node
428 async/stream_controller_async_test: Crash # cannot compile methods that need int erceptor calling convention.
429 async/stream_controller_test: Crash # (throw _buildException('asyncEnd() was cal led before asyncStart().')): Unhandled node
430 async/stream_event_transformed_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
431 async/stream_first_where_test: Crash # cannot compile methods that need intercep tor calling convention.
432 async/stream_from_iterable_test: Crash # cannot compile methods that need interc eptor calling convention.
433 async/stream_iterator_double_cancel_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
434 async/stream_iterator_test: Crash # cannot compile methods that need interceptor calling convention.
435 async/stream_join_test: Crash # cannot compile methods that need interceptor cal ling convention.
436 async/stream_last_where_test: Crash # cannot compile methods that need intercept or calling convention.
437 async/stream_listen_zone_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node
438 async/stream_periodic2_test: Crash # cannot compile methods that need intercepto r calling convention.
439 async/stream_periodic3_test: Crash # cannot compile methods that need intercepto r calling convention.
440 async/stream_periodic4_test: Crash # cannot compile methods that need intercepto r calling convention.
441 async/stream_periodic5_test: Crash # cannot compile methods that need intercepto r calling convention.
442 async/stream_periodic_test: Crash # cannot compile methods that need interceptor calling convention.
443 async/stream_single_test: Crash # cannot compile methods that need interceptor c alling convention.
444 async/stream_single_to_multi_subscriber_test: Crash # cannot compile methods tha t need interceptor calling convention.
445 async/stream_state_nonzero_timer_test: Crash # cannot compile methods that need interceptor calling convention.
446 async/stream_state_test: Crash # cannot compile methods that need interceptor ca lling convention.
447 async/stream_subscription_as_future_test: Crash # cannot compile methods that ne ed interceptor calling convention.
448 async/stream_subscription_cancel_test: Crash # cannot compile methods that need interceptor calling convention.
449 async/stream_timeout_test: Crash # Please triage this failure.
450 async/stream_transform_test: Crash # cannot compile methods that need intercepto r calling convention.
451 async/stream_transformation_broadcast_test: Crash # cannot compile methods that need interceptor calling convention.
452 async/stream_transformer_from_handlers_test: Crash # (throw _buildException('asy ncEnd() was called before asyncStart().')): Unhandled node
453 async/stream_transformer_test: Crash # (throw new ExpectException(message)): Unh andled node
454 async/stream_zones_test: Crash # (throw _buildException('asyncEnd() was called b efore asyncStart().')): Unhandled node
455 async/timer_cancel1_test: Crash # cannot compile methods that need interceptor c alling convention.
456 async/timer_cancel2_test: Crash # cannot compile methods that need interceptor c alling convention.
457 async/timer_cancel_test: Crash # cannot compile methods that need interceptor ca lling convention.
458 async/timer_isActive_test: Crash # cannot compile methods that need interceptor calling convention.
459 async/timer_isolate_test: Crash # cannot compile methods that need interceptor c alling convention.
460 async/timer_not_available_test: Crash # (try {new Timer(ms*5,(){});}on Unsupport edError catch (e){failed=true;}): "on T" catch block
461 async/timer_regress22626_test: Crash # unsupported element kind: rng:field
462 async/timer_repeat_test: Crash # cannot compile methods that need interceptor ca lling convention.
463 async/timer_test: Crash # cannot compile methods that need interceptor calling c onvention.
464 async/zone_bind_callback_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
465 async/zone_bind_callback_unary_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
466 async/zone_bind_test: Crash # (throw _buildException('asyncEnd() was called befo re asyncStart().')): Unhandled node
467 async/zone_create_periodic_timer_test: Crash # (throw _buildException('asyncEnd( ) was called before asyncStart().')): Unhandled node
468 async/zone_create_timer2_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node
469 async/zone_create_timer_test: Crash # (throw _buildException('asyncEnd() was cal led before asyncStart().')): Unhandled node
470 async/zone_debug_test: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node
471 async/zone_empty_description2_test: Crash # (throw new ExpectException(message)) : Unhandled node
472 async/zone_empty_description_test: Crash # (throw new ExpectException(message)): Unhandled node
473 async/zone_error_callback_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node
474 async/zone_fork_test: Crash # (throw new ExpectException(message)): Unhandled no de
475 async/zone_future_schedule_microtask_test: Crash # (throw _buildException('async End() was called before asyncStart().')): Unhandled node
476 async/zone_register_callback_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
477 async/zone_register_callback_unary_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
478 async/zone_root_bind_test: Crash # (throw new ExpectException(message)): Unhandl ed node
479 async/zone_run_guarded_test: Crash # (throw _buildException('asyncEnd() was call ed before asyncStart().')): Unhandled node
480 async/zone_run_test: Crash # (throw _buildException('asyncEnd() was called befor e asyncStart().')): Unhandled node
481 async/zone_run_unary_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
482 async/zone_value_test: Crash # (throw new ExpectException(message)): Unhandled n ode
483 collection/hash_map_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
484 collection/hash_set_test: Crash # (throw new ExpectException(message)): Unhandle d node
485 collection/linked_list_test: Crash # Instance of 'TypeOperator': unimplemented i n CodeGenerator
486 convert/ascii_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen erator
487 convert/chunked_conversion1_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
488 convert/chunked_conversion2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
489 convert/chunked_conversion_json_decode1_test: Crash # (throw new ExpectException (message)): Unhandled node
490 convert/chunked_conversion_json_encode1_test: Crash # Instance of 'TypeOperator' : unimplemented in CodeGenerator
491 convert/chunked_conversion_utf82_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
492 convert/chunked_conversion_utf83_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
493 convert/chunked_conversion_utf84_test: Crash # (throw new ExpectException(messag e)): Unhandled node
494 convert/chunked_conversion_utf85_test: Crash # (throw new ExpectException(messag e)): Unhandled node
495 convert/chunked_conversion_utf86_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
496 convert/chunked_conversion_utf87_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
497 convert/chunked_conversion_utf88_test: Crash # (throw new ExpectException(messag e)): Unhandled node
498 convert/chunked_conversion_utf89_test: Crash # (throw new ExpectException(messag e)): Unhandled node
499 convert/chunked_conversion_utf8_test: Crash # (throw new ExpectException(message )): Unhandled node
500 convert/codec1_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator
501 convert/codec2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator
502 convert/encoding_test: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node
503 convert/html_escape_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
504 convert/json_chunk_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator
505 convert/json_lib_test: Crash # cannot compile methods that need interceptor call ing convention.
506 convert/json_pretty_test: Crash # Please triage this failure.
507 convert/json_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
508 convert/json_toEncodable_reviver_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
509 convert/json_utf8_chunk_test: Crash # "on T" catch block
510 convert/json_util_test: Crash # Instance of 'TypeOperator': unimplemented in Cod eGenerator
511 convert/latin1_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator
512 convert/line_splitter_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
513 convert/streamed_conversion_json_decode1_test: Crash # (throw _buildException('a syncEnd() was called before asyncStart().')): Unhandled node
514 convert/streamed_conversion_json_encode1_test: Crash # (throw _buildException('a syncEnd() was called before asyncStart().')): Unhandled node
515 convert/streamed_conversion_json_utf8_decode_test: Crash # (throw _buildExceptio n('asyncEnd() was called before asyncStart().')): Unhandled node
516 convert/streamed_conversion_json_utf8_encode_test: Crash # (throw _buildExceptio n('asyncEnd() was called before asyncStart().')): Unhandled node
517 convert/streamed_conversion_utf8_decode_test: Crash # (throw _buildException('as yncEnd() was called before asyncStart().')): Unhandled node
518 convert/streamed_conversion_utf8_encode_test: Crash # (throw _buildException('as yncEnd() was called before asyncStart().')): Unhandled node
519 convert/utf82_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen erator
520 convert/utf83_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen erator
521 convert/utf84_test: Crash # (throw new ExpectException(message)): Unhandled node
522 convert/utf85_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen erator
523 convert/utf8_encode_test: Crash # (throw new ExpectException(message)): Unhandle d node
524 convert/utf8_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
525 js/datetime_roundtrip_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
526 js/null_test: Crash # cannot compile methods that need interceptor calling conve ntion.
527 math/coin_test: Crash # (throw new ExpectException(message)): Unhandled node
528 math/double_pow_test: Crash # (throw new ExpectException(message)): Unhandled no de
529 math/low_test: Crash # (throw new ExpectException(message)): Unhandled node
530 math/math2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera tor
531 math/math_parse_double_test: Crash # Instance of 'TypeOperator': unimplemented i n CodeGenerator
532 math/math_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerat or
533 math/min_max_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
534 math/pi_test: Crash # (throw new ExpectException(message)): Unhandled node
535 math/point_test: Crash # cannot compile methods that need interceptor calling co nvention.
536 math/random_big_test: Crash # (throw new ExpectException(message)): Unhandled no de
537 math/random_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener ator
538 math/rectangle_test: Crash # Please triage this failure.
539 mirrors/abstract_class_test/00: Crash # (throw new ExpectException(message)): Un handled node
540 mirrors/abstract_class_test/none: Crash # (throw new ExpectException(message)): Unhandled node
541 mirrors/abstract_test: Crash # (throw new ExpectException(message)): Unhandled n ode
542 mirrors/accessor_cache_overflow_test: Crash # cannot compile methods that need i nterceptor calling convention.
543 mirrors/array_tracing2_test: Crash # (throw 'Test failed'): Unhandled node
544 mirrors/array_tracing3_test: Crash # (throw 'Test failed'): Unhandled node
545 mirrors/array_tracing_test: Crash # (throw 'Test failed'): Unhandled node
546 mirrors/basic_types_in_dart_core_test: Crash # (throw new ExpectException(messag e)): Unhandled node
547 mirrors/circular_factory_redirection_test/01: Crash # (new A.circular()): Error expression `new A.circular()` unhandled.
548 mirrors/circular_factory_redirection_test/02: Crash # (new A.circular2()): Error expression `new A.circular2()` unhandled.
549 mirrors/circular_factory_redirection_test/none: Crash # Instance of 'TypeOperato r': unimplemented in CodeGenerator
550 mirrors/class_declarations_test/01: Crash # (throw new ExpectException(message)) : Unhandled node
551 mirrors/class_declarations_test/none: Crash # (throw new ExpectException(message )): Unhandled node
552 mirrors/class_mirror_location_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
553 mirrors/class_mirror_type_variables_test: Crash # Instance of 'TypeOperator': un implemented in CodeGenerator
554 mirrors/closures_test: Crash # (throw new ExpectException(message)): Unhandled n ode
555 mirrors/closurization_equivalence_test: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator
556 mirrors/constructor_kinds_test/01: Crash # (throw new ExpectException(message)): Unhandled node
557 mirrors/constructor_kinds_test/none: Crash # (throw new ExpectException(message) ): Unhandled node
558 mirrors/constructor_private_name_test: Crash # cannot compile methods that need interceptor calling convention.
559 mirrors/constructors_test: Crash # (throw new ExpectException(message)): Unhandl ed node
560 mirrors/dart2js_mirrors_test: Crash # (throw new StateError('FAILED: ${name}.\n$ {e}\n${trace}')): Unhandled node
561 mirrors/declarations_type_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
562 mirrors/deferred_mirrors_metadata_test: Crash # (throw _buildException('asyncEnd () was called before asyncStart().')): Unhandled node
563 mirrors/deferred_mirrors_metatarget_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
564 mirrors/deferred_mirrors_update_test: RuntimeError # Please triage this failure.
565 mirrors/delegate_call_through_getter_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
566 mirrors/delegate_function_invocation_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
567 mirrors/delegate_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
568 mirrors/disable_tree_shaking_test: Crash # (throw 'Expected 42, but got ${result }'): Unhandled node
569 mirrors/enum_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
570 mirrors/equality_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
571 mirrors/fake_function_with_call_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
572 mirrors/fake_function_without_call_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
573 mirrors/field_type_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator
574 mirrors/function_type_mirror_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
575 mirrors/generic_bounded_by_type_parameter_test/01: Crash # (try {}on TypeError c atch (e){Expect.isTrue(inCheckedMode());}): "on T" catch block
576 mirrors/generic_bounded_by_type_parameter_test/02: Crash # "on T" catch block
577 mirrors/generic_bounded_by_type_parameter_test/none: Crash # (try {}on TypeError catch (e){Expect.isTrue(inCheckedMode());}): "on T" catch block
578 mirrors/generic_bounded_test/01: Crash # (try {}on TypeError catch (e){Expect.is True(inCheckedMode());}): "on T" catch block
579 mirrors/generic_bounded_test/02: Crash # "on T" catch block
580 mirrors/generic_bounded_test/none: Crash # (try {}on TypeError catch (e){Expect. isTrue(inCheckedMode());}): "on T" catch block
581 mirrors/generic_class_declaration_test: Crash # (throw new ExpectException(messa ge)): Unhandled node
582 mirrors/generic_f_bounded_mixin_application_test: Crash # (throw new ExpectExcep tion(message)): Unhandled node
583 mirrors/generic_f_bounded_test/01: Crash # (throw new ExpectException(message)): Unhandled node
584 mirrors/generic_f_bounded_test/none: Crash # (throw new ExpectException(message) ): Unhandled node
585 mirrors/generic_function_typedef_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
586 mirrors/generic_interface_test/01: Crash # (throw new ExpectException(message)): Unhandled node
587 mirrors/generic_interface_test/none: Crash # (throw new ExpectException(message) ): Unhandled node
588 mirrors/generic_list_test: Crash # (throw new ExpectException(message)): Unhandl ed node
589 mirrors/generic_local_function_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
590 mirrors/generic_mixin_applications_test: Crash # (throw new ExpectException(mess age)): Unhandled node
591 mirrors/generic_mixin_test: Crash # (throw new ExpectException(message)): Unhand led node
592 mirrors/generic_superclass_test/01: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
593 mirrors/generic_superclass_test/none: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
594 mirrors/generic_type_mirror_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
595 mirrors/generics_double_substitution_test/01: Crash # Instance of 'TypeOperator' : unimplemented in CodeGenerator
596 mirrors/generics_double_substitution_test/none: Crash # Instance of 'TypeOperato r': unimplemented in CodeGenerator
597 mirrors/generics_dynamic_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
598 mirrors/generics_special_types_test: Crash # (throw new ExpectException(message) ): Unhandled node
599 mirrors/generics_substitution_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
600 mirrors/generics_test/01: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
601 mirrors/generics_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
602 mirrors/get_field_cache_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
603 mirrors/get_field_static_test/00: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
604 mirrors/get_field_static_test/none: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
605 mirrors/get_field_test: Crash # Instance of 'TypeOperator': unimplemented in Cod eGenerator
606 mirrors/get_symbol_name_no_such_method_test: Crash # (throw 'Expected: "${expect ed}", but got "${actual}"'): Unhandled node
607 mirrors/get_symbol_name_test: Crash # (throw 'Expected: "${expected}", but got " ${actual}"'): Unhandled node
608 mirrors/globalized_closures2_test/00: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
609 mirrors/globalized_closures2_test/none: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator
610 mirrors/globalized_closures_test/00: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
611 mirrors/globalized_closures_test/none: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
612 mirrors/hierarchy_invariants_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
613 mirrors/hot_get_field_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
614 mirrors/hot_set_field_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
615 mirrors/immutable_collections_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
616 mirrors/inference_and_no_such_method_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
617 mirrors/inherit_field_test: Crash # (throw new ExpectException(message)): Unhand led node
618 mirrors/inherited_metadata_test: Crash # (throw new ExpectException(message)): U nhandled node
619 mirrors/initializing_formals_test/01: Crash # (throw new ExpectException(message )): Unhandled node
620 mirrors/initializing_formals_test/03: Crash # cannot compile methods that need i nterceptor calling convention.
621 mirrors/initializing_formals_test/none: Crash # (throw new ExpectException(messa ge)): Unhandled node
622 mirrors/instance_members_easier_test: Crash # (throw new ExpectException(message )): Unhandled node
623 mirrors/instance_members_test: Crash # (throw new ExpectException(message)): Unh andled node
624 mirrors/instance_members_unimplemented_interface_test: Crash # (throw new Expect Exception(message)): Unhandled node
625 mirrors/instance_members_with_override_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
626 mirrors/instantiate_abstract_class_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
627 mirrors/intercepted_cache_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
628 mirrors/intercepted_class_test: Crash # (throw new ExpectException(message)): Un handled node
629 mirrors/intercepted_object_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
630 mirrors/intercepted_superclass_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
631 mirrors/invocation_cache_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
632 mirrors/invocation_fuzz_test/emptyarray: Crash # unsupported element kind: queue :field
633 mirrors/invocation_fuzz_test/false: Crash # unsupported element kind: queue:fiel d
634 mirrors/invocation_fuzz_test/none: Crash # unsupported element kind: queue:field
635 mirrors/invocation_fuzz_test/smi: Crash # unsupported element kind: queue:field
636 mirrors/invocation_fuzz_test/string: Crash # unsupported element kind: queue:fie ld
637 mirrors/invoke_call_on_closure_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
638 mirrors/invoke_call_through_getter_previously_accessed_test/named: Crash # Insta nce of 'TypeOperator': unimplemented in CodeGenerator
639 mirrors/invoke_call_through_getter_previously_accessed_test/none: Crash # Instan ce of 'TypeOperator': unimplemented in CodeGenerator
640 mirrors/invoke_call_through_getter_test/named: Crash # Instance of 'TypeOperator ': unimplemented in CodeGenerator
641 mirrors/invoke_call_through_getter_test/none: Crash # Instance of 'TypeOperator' : unimplemented in CodeGenerator
642 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: Cras h # Instance of 'TypeOperator': unimplemented in CodeGenerator
643 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
644 mirrors/invoke_call_through_implicit_getter_test: Crash # Instance of 'TypeOpera tor': unimplemented in CodeGenerator
645 mirrors/invoke_closurization2_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
646 mirrors/invoke_closurization_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
647 mirrors/invoke_import_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
648 mirrors/invoke_named_test/01: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
649 mirrors/invoke_named_test/none: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
650 mirrors/invoke_natives_malicious_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
651 mirrors/invoke_private_test: Crash # cannot compile methods that need intercepto r calling convention.
652 mirrors/invoke_private_wrong_library_test: Crash # Unhandled node
653 mirrors/invoke_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator
654 mirrors/invoke_throws_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
655 mirrors/is_odd_test: Crash # (throw new ExpectException(message)): Unhandled nod e
656 mirrors/lazy_static_test: Crash # (throw new ExpectException(message)): Unhandle d node
657 mirrors/libraries_test: Crash # Instance of 'TypeOperator': unimplemented in Cod eGenerator
658 mirrors/library_declarations_test/01: Crash # (throw new ExpectException(message )): Unhandled node
659 mirrors/library_declarations_test/none: Crash # (throw new ExpectException(messa ge)): Unhandled node
660 mirrors/library_exports_hidden_test: Crash # (throw new ExpectException(message) ): Unhandled node
661 mirrors/library_exports_shown_test: Crash # (throw new ExpectException(message)) : Unhandled node
662 mirrors/library_imports_bad_metadata_test/01: Crash # (throw new ExpectException (message)): Unhandled node
663 mirrors/library_imports_bad_metadata_test/none: Crash # (throw new ExpectExcepti on(message)): Unhandled node
664 mirrors/library_imports_deferred_test: Crash # (throw new ExpectException(messag e)): Unhandled node
665 mirrors/library_imports_hidden_test: Crash # (throw new ExpectException(message) ): Unhandled node
666 mirrors/library_imports_metadata_test: Crash # (throw new ExpectException(messag e)): Unhandled node
667 mirrors/library_imports_prefixed_show_hide_test: Crash # (throw new ExpectExcept ion(message)): Unhandled node
668 mirrors/library_imports_prefixed_test: Crash # (throw new ExpectException(messag e)): Unhandled node
669 mirrors/library_imports_shown_test: Crash # (throw new ExpectException(message)) : Unhandled node
670 mirrors/library_metadata_test: Crash # (throw 'Null metadata on ${mirror}'): Unh andled node
671 mirrors/library_uri_package_test: Crash # cannot compile methods that need inter ceptor calling convention.
672 mirrors/list_constructor_test/01: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
673 mirrors/list_constructor_test/none: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
674 mirrors/local_function_is_static_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
675 mirrors/local_isolate_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
676 mirrors/metadata_allowed_values_test/01: Crash # (throw new ExpectException(mess age)): Unhandled node
677 mirrors/metadata_allowed_values_test/02: Crash # (throw new ExpectException(mess age)): Unhandled node
678 mirrors/metadata_allowed_values_test/03: Crash # (throw new ExpectException(mess age)): Unhandled node
679 mirrors/metadata_allowed_values_test/04: Crash # (throw new ExpectException(mess age)): Unhandled node
680 mirrors/metadata_allowed_values_test/05: Crash # (throw new ExpectException(mess age)): Unhandled node
681 mirrors/metadata_allowed_values_test/06: Crash # (I): Error expression `I` unhan dled.
682 mirrors/metadata_allowed_values_test/07: Crash # (throw new ExpectException(mess age)): Unhandled node
683 mirrors/metadata_allowed_values_test/08: Crash # (throw new ExpectException(mess age)): Unhandled node
684 mirrors/metadata_allowed_values_test/09: Crash # (throw new ExpectException(mess age)): Unhandled node
685 mirrors/metadata_allowed_values_test/10: Crash # (throw new ExpectException(mess age)): Unhandled node
686 mirrors/metadata_allowed_values_test/11: Crash # (throw new ExpectException(mess age)): Unhandled node
687 mirrors/metadata_allowed_values_test/13: Crash # (throw new ExpectException(mess age)): Unhandled node
688 mirrors/metadata_allowed_values_test/14: Crash # (throw new ExpectException(mess age)): Unhandled node
689 mirrors/metadata_allowed_values_test/15: Crash # (throw new ExpectException(mess age)): Unhandled node
690 mirrors/metadata_allowed_values_test/16: Crash # (throw new ExpectException(mess age)): Unhandled node
691 mirrors/metadata_allowed_values_test/23: Crash # (throw new ExpectException(mess age)): Unhandled node
692 mirrors/metadata_allowed_values_test/24: Crash # (throw new ExpectException(mess age)): Unhandled node
693 mirrors/metadata_allowed_values_test/25: Crash # (throw new ExpectException(mess age)): Unhandled node
694 mirrors/metadata_allowed_values_test/26: Crash # (JJ): Error expression `JJ` unh andled.
695 mirrors/metadata_allowed_values_test/27: Crash # (throw new ExpectException(mess age)): Unhandled node
696 mirrors/metadata_allowed_values_test/none: Crash # (throw new ExpectException(me ssage)): Unhandled node
697 mirrors/metadata_constructed_constant_test: Crash # (throw new ExpectException(m essage)): Unhandled node
698 mirrors/metadata_constructor_arguments_test/01: Crash # (throw new ExpectExcepti on(message)): Unhandled node
699 mirrors/metadata_constructor_arguments_test/02: Crash # (throw new ExpectExcepti on(message)): Unhandled node
700 mirrors/metadata_constructor_arguments_test/03: Crash # (throw new ExpectExcepti on(message)): Unhandled node
701 mirrors/metadata_constructor_arguments_test/04: Crash # (throw new ExpectExcepti on(message)): Unhandled node
702 mirrors/metadata_constructor_arguments_test/05: Crash # (throw new ExpectExcepti on(message)): Unhandled node
703 mirrors/metadata_constructor_arguments_test/06: Crash # (throw new ExpectExcepti on(message)): Unhandled node
704 mirrors/metadata_constructor_arguments_test/07: Crash # (throw new ExpectExcepti on(message)): Unhandled node
705 mirrors/metadata_constructor_arguments_test/none: Crash # (throw new ExpectExcep tion(message)): Unhandled node
706 mirrors/metadata_nested_constructor_call_test/01: Crash # (throw new ExpectExcep tion(message)): Unhandled node
707 mirrors/metadata_nested_constructor_call_test/02: Crash # (throw new ExpectExcep tion(message)): Unhandled node
708 mirrors/metadata_nested_constructor_call_test/03: Crash # (throw new ExpectExcep tion(message)): Unhandled node
709 mirrors/metadata_nested_constructor_call_test/04: Crash # (throw new ExpectExcep tion(message)): Unhandled node
710 mirrors/metadata_nested_constructor_call_test/05: Crash # (throw new ExpectExcep tion(message)): Unhandled node
711 mirrors/metadata_nested_constructor_call_test/06: Crash # (throw new ExpectExcep tion(message)): Unhandled node
712 mirrors/metadata_nested_constructor_call_test/07: Crash # (throw new ExpectExcep tion(message)): Unhandled node
713 mirrors/metadata_nested_constructor_call_test/08: Crash # (throw new ExpectExcep tion(message)): Unhandled node
714 mirrors/metadata_nested_constructor_call_test/09: Crash # (throw new ExpectExcep tion(message)): Unhandled node
715 mirrors/metadata_nested_constructor_call_test/none: Crash # (throw new ExpectExc eption(message)): Unhandled node
716 mirrors/metadata_test: Crash # (throw 'Bad constant: ${symbol}'): Unhandled node
717 mirrors/method_mirror_location_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
718 mirrors/method_mirror_name_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
719 mirrors/method_mirror_properties_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
720 mirrors/method_mirror_returntype_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
721 mirrors/method_mirror_source_line_ending_test: Crash # (throw new ExpectExceptio n(message)): Unhandled node
722 mirrors/method_mirror_source_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
723 mirrors/mirror_in_static_init_test/01: Crash # unsupported element kind: staticF ield:field
724 mirrors/mirror_in_static_init_test/none: Crash # unsupported element kind: stati cField:field
725 mirrors/mirrors_nsm_test/dart2js: Crash # (throw new ExpectException(message)): Unhandled node
726 mirrors/mirrors_nsm_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
727 mirrors/mirrors_reader_test: Crash # (throw 'Unexpected errors occurred reading mirrors.'): Unhandled node
728 mirrors/mirrors_resolve_fields_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
729 mirrors/mirrors_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator
730 mirrors/mirrors_used_get_name2_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
731 mirrors/mirrors_used_get_name_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
732 mirrors/mirrors_used_inheritance_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
733 mirrors/mirrors_used_typedef_declaration_test/01: Crash # Instance of 'TypeOpera tor': unimplemented in CodeGenerator
734 mirrors/mirrors_used_typedef_declaration_test/none: Crash # Instance of 'TypeOpe rator': unimplemented in CodeGenerator
735 mirrors/mixin_application_test: Crash # (throw new ExpectException(message)): Un handled node
736 mirrors/mixin_members_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
737 mirrors/mixin_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen erator
738 mirrors/model_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen erator
739 mirrors/native_class_test: Crash # (throw new ExpectException(message)): Unhandl ed node
740 mirrors/new_instance_optional_arguments_test: Crash # Instance of 'TypeOperator' : unimplemented in CodeGenerator
741 mirrors/new_instance_with_type_arguments_test: Crash # Instance of 'TypeOperator ': unimplemented in CodeGenerator
742 mirrors/no_metadata_test: Crash # (throw new ExpectException(message)): Unhandle d node
743 mirrors/null2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen erator
744 mirrors/null_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
745 mirrors/operator_test: Crash # (throw new ExpectException(message)): Unhandled n ode
746 mirrors/optional_parameters_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
747 mirrors/parameter_annotation_mirror_test: Crash # Instance of 'TypeOperator': un implemented in CodeGenerator
748 mirrors/parameter_is_const_test/01: Crash # (throw new ExpectException(message)) : Unhandled node
749 mirrors/parameter_is_const_test/none: Crash # (throw new ExpectException(message )): Unhandled node
750 mirrors/parameter_metadata_test: Crash # (throw 'Null metadata on ${mirror}'): U nhandled node
751 mirrors/parameter_of_mixin_app_constructor_test: Crash # (throw new ExpectExcept ion(message)): Unhandled node
752 mirrors/parameter_test/01: Crash # (throw new ExpectException(message)): Unhandl ed node
753 mirrors/parameter_test/none: Crash # (throw new ExpectException(message)): Unhan dled node
754 mirrors/private_symbol_mangling_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
755 mirrors/private_symbol_test: Crash # cannot compile methods that need intercepto r calling convention.
756 mirrors/private_types_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
757 mirrors/proxy_type_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator
758 mirrors/raw_type_test/01: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
759 mirrors/raw_type_test/none: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
760 mirrors/redirecting_factory_test/01: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
761 mirrors/redirecting_factory_test/02: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
762 mirrors/redirecting_factory_test/none: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
763 mirrors/reflect_class_test/01: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
764 mirrors/reflect_class_test/02: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
765 mirrors/reflect_class_test/none: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
766 mirrors/reflect_model_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
767 mirrors/reflect_runtime_type_test: Crash # (throw 'Expected "a", but got "${Mirr orSystem.getName(field.simpleName)}"'): Unhandled node
768 mirrors/reflect_two_classes_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
769 mirrors/reflect_uninstantiated_class_test: Crash # (throw 'Expected "a", but got "${MirrorSystem.getName(field.simpleName)}"'): Unhandled node
770 mirrors/reflected_type_classes_test/01: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator
771 mirrors/reflected_type_classes_test/02: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator
772 mirrors/reflected_type_classes_test/03: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator
773 mirrors/reflected_type_classes_test/none: Crash # Instance of 'TypeOperator': un implemented in CodeGenerator
774 mirrors/reflected_type_function_type_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
775 mirrors/reflected_type_special_types_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
776 mirrors/reflected_type_test/01: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
777 mirrors/reflected_type_test/02: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
778 mirrors/reflected_type_test/03: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
779 mirrors/reflected_type_test/none: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
780 mirrors/reflected_type_typedefs_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
781 mirrors/reflected_type_typevars_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
782 mirrors/reflectively_instantiate_uninstantiated_class_test: Crash # "on T" catc h block
783 mirrors/regress_14304_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
784 mirrors/regress_19731_test: Crash # (throw new ExpectException(message)): Unhand led node
785 mirrors/relation_assignable_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
786 mirrors/relation_subclass_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
787 mirrors/relation_subtype_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
788 mirrors/removed_api_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
789 mirrors/repeated_private_anon_mixin_app_test: Crash # (throw new ExpectException (message)): Unhandled node
790 mirrors/return_type_test: Crash # (throw new ExpectException(message)): Unhandle d node
791 mirrors/runtime_type_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
792 mirrors/set_field_with_final_inheritance_test: Crash # Instance of 'TypeOperator ': unimplemented in CodeGenerator
793 mirrors/set_field_with_final_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
794 mirrors/static_members_easier_test: Crash # (throw new ExpectException(message)) : Unhandled node
795 mirrors/static_members_test: Crash # (throw new ExpectException(message)): Unhan dled node
796 mirrors/static_test: Crash # (throw new ExpectException(message)): Unhandled nod e
797 mirrors/superclass2_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
798 mirrors/superclass_test: Crash # (throw new ExpectException(message)): Unhandled node
799 mirrors/symbol_validation_test/01: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
800 mirrors/symbol_validation_test/none: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
801 mirrors/synthetic_accessor_properties_test: Crash # (throw new ExpectException(m essage)): Unhandled node
802 mirrors/to_string_test: Crash # (throw new ExpectException(message)): Unhandled node
803 mirrors/top_level_accessors_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
804 mirrors/type_argument_is_type_variable_test: Crash # (throw new ExpectException( message)): Unhandled node
805 mirrors/type_mirror_for_type_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
806 mirrors/type_variable_is_static_test: Crash # (throw new ExpectException(message )): Unhandled node
807 mirrors/type_variable_owner_test/01: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
808 mirrors/type_variable_owner_test/none: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
809 mirrors/typearguments_mirror_test: Crash # (throw new ExpectException(message)): Unhandled node
810 mirrors/typedef_deferred_library_test: Crash # (throw _buildException('asyncEnd( ) was called before asyncStart().')): Unhandled node
811 mirrors/typedef_in_signature_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
812 mirrors/typedef_library_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
813 mirrors/typedef_metadata_test: Crash # (throw 'Null metadata on ${mirror}'): Unh andled node
814 mirrors/typedef_reflected_type_test/01: Crash # (throw new ExpectException(messa ge)): Unhandled node
815 mirrors/typedef_reflected_type_test/none: Crash # (throw new ExpectException(mes sage)): Unhandled node
816 mirrors/typedef_test: Crash # (throw new ExpectException(message)): Unhandled no de
817 mirrors/unmangled_type_test: Crash # (throw new ExpectException(message)): Unhan dled node
818 mirrors/unnamed_library_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
819 mirrors/variable_is_const_test/01: Crash # (throw new ExpectException(message)): Unhandled node
820 mirrors/variable_is_const_test/none: Crash # (throw new ExpectException(message) ): Unhandled node
821 profiler/metrics_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
822 profiler/user_tags_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator
823 typed_data/byte_data_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
824 typed_data/constructor_checks_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
825 typed_data/endianness_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
826 typed_data/float32x4_clamp_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
827 typed_data/float32x4_cross_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
828 typed_data/float32x4_list_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
829 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
830 typed_data/float32x4_sign_mask_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
831 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
832 typed_data/float32x4_transpose_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
833 typed_data/float32x4_two_arg_shuffle_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
834 typed_data/float32x4_unbox_phi_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
835 typed_data/float32x4_unbox_regress_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
836 typed_data/float64x2_functional_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
837 typed_data/float64x2_typed_list_test: Crash # (throw 123): Unhandled node
838 typed_data/int32x4_arithmetic_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
839 typed_data/int32x4_bigint_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
840 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
841 typed_data/int32x4_shuffle_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
842 typed_data/int32x4_sign_mask_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
843 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator
844 typed_data/int64_list_load_store_test: Crash # Instance of 'TypeOperator': unimp lemented in CodeGenerator
845 typed_data/setRange_1_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
846 typed_data/setRange_2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
847 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
848 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
849 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
850 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
851 typed_data/typed_data_from_list_test: Crash # (throw 'Test failed'): Unhandled n ode
852 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
853 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
854 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
855 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
856 typed_data/typed_data_load_test: Crash # (throw 'Test failed'): Unhandled node
857 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
858 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
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