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

Side by Side Diff: tests/language/language_dart2js.status

Issue 2691753002: Add deferred loading to Kernel. (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 enum_test: Fail # Issue 28340 6 enum_test: Fail # Issue 28340
7 regress_28341_test: Fail # Issue 28340 7 regress_28341_test: Fail # Issue 28340
8 deferred_not_loaded_check_test: Fail # Issue 27577 8 deferred_not_loaded_check_test: Fail # Issue 27577
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 method_name_test: Fail # issue 25574 10 method_name_test: Fail # issue 25574
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 [ $compiler == dart2js && $dart2js_with_kernel ] 368 [ $compiler == dart2js && $dart2js_with_kernel ]
369 abstract_beats_arguments_test: RuntimeError # Issue 27394 369 abstract_beats_arguments_test: RuntimeError # Issue 27394
370 abstract_runtime_error_test/01: RuntimeError # Issue 27394 370 abstract_runtime_error_test/01: RuntimeError # Issue 27394
371 abstract_runtime_error_test/02: RuntimeError # Issue 27394 371 abstract_runtime_error_test/02: RuntimeError # Issue 27394
372 arithmetic_canonicalization_test: RuntimeError # Issue 27394 372 arithmetic_canonicalization_test: RuntimeError # Issue 27394
373 assign_top_method_test/01: Crash # Issue 27394 373 assign_top_method_test/01: Crash # Issue 27394
374 async_await_syntax_test/a04b: Crash # Issue 27394 374 async_await_syntax_test/a04b: Crash # Issue 27394
375 async_await_syntax_test/a06a: RuntimeError # Issue 27394 375 async_await_syntax_test/a06a: RuntimeError # Issue 27394
376 async_await_syntax_test/a07b: Crash # Issue 27394 376 async_await_syntax_test/a07b: Crash # Issue 27394
377 async_await_syntax_test/a08b: Crash # Issue 27394 377 async_await_syntax_test/a08b: Crash # Issue 27394
378 async_await_syntax_test/a12b: Crash # Issue 27394
379 async_await_syntax_test/a12d: Crash # Issue 27394
380 async_await_syntax_test/a13b: Crash # Issue 27394
381 async_await_syntax_test/a13d: Crash # Issue 27394
382 async_await_syntax_test/a14b: Crash # Issue 27394
383 async_await_syntax_test/a14d: Crash # Issue 27394
384 async_await_syntax_test/a15b: Crash # Issue 27394
385 async_await_syntax_test/a15d: Crash # Issue 27394
386 async_await_syntax_test/b06a: RuntimeError # Issue 27394 378 async_await_syntax_test/b06a: RuntimeError # Issue 27394
387 async_await_syntax_test/c06a: RuntimeError # Issue 27394 379 async_await_syntax_test/c06a: RuntimeError # Issue 27394
388 async_await_syntax_test/d06a: RuntimeError # Issue 27394 380 async_await_syntax_test/d06a: RuntimeError # Issue 27394
389 async_await_test: RuntimeError # Issue 27394 381 async_await_test: RuntimeError # Issue 27394
390 async_star_pause_test: RuntimeError # Issue 27394 382 async_star_pause_test: RuntimeError # Issue 27394
391 async_star_regression_fisk_test: RuntimeError # Issue 27394 383 async_star_regression_fisk_test: RuntimeError # Issue 27394
392 async_star_stream_take_test: RuntimeError # Issue 27394 384 async_star_stream_take_test: RuntimeError # Issue 27394
393 async_star_take_reyield_test: RuntimeError # Issue 27394 385 async_star_take_reyield_test: RuntimeError # Issue 27394
394 async_star_test: RuntimeError # Issue 27394 386 async_star_test: RuntimeError # Issue 27394
395 await_for_test: RuntimeError # Issue 27394 387 await_for_test: RuntimeError # Issue 27394
396 await_for_use_local_test: RuntimeError # Issue 27394 388 await_for_use_local_test: RuntimeError # Issue 27394
397 black_listed_test/02: Crash # Issue 27394
398 black_listed_test/04: Crash # Issue 27394
399 black_listed_test/06: Crash # Issue 27394
400 black_listed_test/08: Crash # Issue 27394
401 black_listed_test/10: Crash # Issue 27394
402 black_listed_test/12: Crash # Issue 27394
403 black_listed_test/14: Crash # Issue 27394
404 bootstrap_test: RuntimeError # Issue 27394 389 bootstrap_test: RuntimeError # Issue 27394
405 bound_closure_equality_test: RuntimeError # Issue 27394 390 bound_closure_equality_test: RuntimeError # Issue 27394
406 built_in_identifier_illegal_test/01: Crash # Issue 27394
407 built_in_identifier_illegal_test/04: Crash # Issue 27394
408 built_in_identifier_illegal_test/05: Crash # Issue 27394
409 built_in_identifier_illegal_test/06: Crash # Issue 27394
410 built_in_identifier_illegal_test/07: Crash # Issue 27394
411 built_in_identifier_illegal_test/08: Crash # Issue 27394
412 built_in_identifier_illegal_test/10: Crash # Issue 27394
413 built_in_identifier_illegal_test/12: Crash # Issue 27394
414 built_in_identifier_illegal_test/13: Crash # Issue 27394
415 built_in_identifier_illegal_test/15: Crash # Issue 27394
416 built_in_identifier_illegal_test/16: Crash # Issue 27394
417 built_in_identifier_illegal_test/17: Crash # Issue 27394
418 built_in_identifier_illegal_test/18: Crash # Issue 27394
419 built_in_identifier_illegal_test/19: Crash # Issue 27394
420 built_in_identifier_illegal_test/20: Crash # Issue 27394
421 built_in_identifier_test/01: Crash # Issue 27394 391 built_in_identifier_test/01: Crash # Issue 27394
422 call_nonexistent_static_test/10: Crash # Issue 27394 392 call_nonexistent_static_test/10: Crash # Issue 27394
423 canonical_const3_test: RuntimeError # Issue 27394 393 canonical_const3_test: RuntimeError # Issue 27394
424 canonical_const_test: RuntimeError # Issue 27394 394 canonical_const_test: RuntimeError # Issue 27394
425 cha_deopt1_test: RuntimeError # Issue 27394
426 cha_deopt2_test: RuntimeError # Issue 27394
427 cha_deopt3_test: RuntimeError # Issue 27394
428 closure_in_constructor_test: Crash # Issue 27394 395 closure_in_constructor_test: Crash # Issue 27394
429 closure_in_initializer_test: Crash # Issue 27394 396 closure_in_initializer_test: Crash # Issue 27394
430 closure_type_variable_test: RuntimeError # Issue 27394 397 closure_type_variable_test: RuntimeError # Issue 27394
431 closure_type_variables_test: Crash # Issue 27394 398 closure_type_variables_test: Crash # Issue 27394
432 closures_initializer_test: RuntimeError # Issue 27394 399 closures_initializer_test: RuntimeError # Issue 27394
433 compile_time_constant9_test: RuntimeError # Issue 27394 400 compile_time_constant9_test: RuntimeError # Issue 27394
434 conditional_property_assignment_test/07: RuntimeError # Issue 27394 401 conditional_property_assignment_test/07: RuntimeError # Issue 27394
435 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394 402 conditional_property_increment_decrement_test/01: RuntimeError # Issue 27394
436 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394 403 conditional_property_increment_decrement_test/05: RuntimeError # Issue 27394
437 conditional_property_increment_decrement_test/09: RuntimeError # Issue 27394 404 conditional_property_increment_decrement_test/09: RuntimeError # Issue 27394
438 conditional_property_increment_decrement_test/13: RuntimeError # Issue 27394 405 conditional_property_increment_decrement_test/13: RuntimeError # Issue 27394
439 const_escape_frog_test: RuntimeError # Issue 27394 406 const_escape_frog_test: RuntimeError # Issue 27394
440 const_evaluation_test/01: Crash # Issue 27394 407 const_evaluation_test/01: Crash # Issue 27394
441 const_evaluation_test/none: RuntimeError # Issue 27394
442 const_locals_test: RuntimeError # Issue 27394 408 const_locals_test: RuntimeError # Issue 27394
443 const_map2_test/none: RuntimeError # Issue 27394 409 const_map2_test/none: RuntimeError # Issue 27394
444 const_map3_test/none: RuntimeError # Issue 27394 410 const_map3_test/none: RuntimeError # Issue 27394
445 const_nested_test: RuntimeError # Issue 27394 411 const_nested_test: RuntimeError # Issue 27394
446 const_qq_test: Crash # Issue 27394 412 const_qq_test: Crash # Issue 27394
447 constant_propagation_phis_test: RuntimeError # Issue 27394
448 constructor10_test/01: Crash # Issue 27394 413 constructor10_test/01: Crash # Issue 27394
449 constructor10_test/02: Crash # Issue 27394 414 constructor10_test/02: Crash # Issue 27394
450 constructor12_test: Crash # Issue 27394 415 constructor12_test: Crash # Issue 27394
451 constructor6_test: Crash # Issue 27394 416 constructor6_test: Crash # Issue 27394
452 constructor_named_arguments_test/none: RuntimeError # Issue 27394 417 constructor_named_arguments_test/none: RuntimeError # Issue 27394
453 constructor_redirect2_test/02: Crash # Issue 27394 418 constructor_redirect2_test/02: Crash # Issue 27394
454 constructor_redirect2_test/04: Crash # Issue 27394 419 constructor_redirect2_test/04: Crash # Issue 27394
455 covariant_test/10: Crash # Issue 27394 420 covariant_test/10: Crash # Issue 27394
456 covariant_test/11: Crash # Issue 27394 421 covariant_test/11: Crash # Issue 27394
457 covariant_test/20b: Crash # Issue 27394 422 covariant_test/20b: Crash # Issue 27394
458 covariant_test/21: Crash # Issue 27394 423 covariant_test/21: Crash # Issue 27394
459 covariant_test/21b: Crash # Issue 27394 424 covariant_test/21b: Crash # Issue 27394
460 covariant_test/24: Crash # Issue 27394 425 covariant_test/24: Crash # Issue 27394
461 covariant_test/27: Crash # Issue 27394 426 covariant_test/27: Crash # Issue 27394
462 covariant_test/27b: Crash # Issue 27394 427 covariant_test/27b: Crash # Issue 27394
463 covariant_test/30: Crash # Issue 27394 428 covariant_test/30: Crash # Issue 27394
464 covariant_test/30b: Crash # Issue 27394 429 covariant_test/30b: Crash # Issue 27394
465 covariant_test/31: Crash # Issue 27394 430 covariant_test/31: Crash # Issue 27394
466 covariant_test/31b: Crash # Issue 27394 431 covariant_test/31b: Crash # Issue 27394
467 ct_const_test: RuntimeError # Issue 27394 432 ct_const_test: RuntimeError # Issue 27394
468 cyclic_default_values_test: RuntimeError # Issue 27394 433 cyclic_default_values_test: RuntimeError # Issue 27394
469 cyclic_type2_test: RuntimeError # Issue 27394 434 cyclic_type2_test: RuntimeError # Issue 27394
470 cyclic_type_test/00: RuntimeError # Issue 27394 435 cyclic_type_test/00: RuntimeError # Issue 27394
471 cyclic_type_test/02: RuntimeError # Issue 27394 436 cyclic_type_test/02: RuntimeError # Issue 27394
472 cyclic_type_test/03: RuntimeError # Issue 27394 437 cyclic_type_test/03: RuntimeError # Issue 27394
473 cyclic_type_test/04: RuntimeError # Issue 27394 438 cyclic_type_test/04: RuntimeError # Issue 27394
474 deferred_closurize_load_library_test: RuntimeError # Issue 27394
475 deferred_constant_list_test: RuntimeError # Issue 27394
476 deferred_constraints_constants_test/constructor1: Crash # Issue 27394 439 deferred_constraints_constants_test/constructor1: Crash # Issue 27394
477 deferred_constraints_constants_test/constructor2: Crash # Issue 27394 440 deferred_constraints_constants_test/constructor2: Crash # Issue 27394
478 deferred_constraints_constants_test/default_argument1: Crash # Issue 27394 441 deferred_constraints_constants_test/default_argument1: Crash # Issue 27394
479 deferred_constraints_constants_test/default_argument2: Crash # Issue 27394 442 deferred_constraints_constants_test/default_argument2: Crash # Issue 27394
480 deferred_constraints_constants_test/metadata1: Crash # Issue 27394 443 deferred_constraints_constants_test/metadata1: Crash # Issue 27394
481 deferred_constraints_constants_test/metadata2: Crash # Issue 27394 444 deferred_constraints_constants_test/metadata2: Crash # Issue 27394
482 deferred_constraints_constants_test/metadata3: Crash # Issue 27394 445 deferred_constraints_constants_test/metadata3: Crash # Issue 27394
483 deferred_constraints_constants_test/none: Crash # Issue 27394 446 deferred_constraints_constants_test/none: Crash # Issue 27394
484 deferred_constraints_constants_test/reference1: Crash # Issue 27394 447 deferred_constraints_constants_test/reference1: Crash # Issue 27394
485 deferred_constraints_constants_test/reference2: Crash # Issue 27394 448 deferred_constraints_constants_test/reference2: Crash # Issue 27394
486 deferred_constraints_constants_test/reference_after_load: Crash # Issue 27394 449 deferred_constraints_constants_test/reference_after_load: Crash # Issue 27394
487 deferred_constraints_type_annotation_test/as_operation: Crash # Issue 27394 450 deferred_constraints_type_annotation_test/as_operation: Crash # Issue 27394
488 deferred_constraints_type_annotation_test/catch_check: RuntimeError # Issue 2739 4
489 deferred_constraints_type_annotation_test/is_check: RuntimeError # Issue 27394
490 deferred_constraints_type_annotation_test/new: RuntimeError # Issue 27394
491 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # Issue 27394
492 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # Issue 273 94
493 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # Issue 273 94
494 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # Issue 273 94
495 deferred_constraints_type_annotation_test/none: RuntimeError # Issue 27394
496 deferred_constraints_type_annotation_test/static_method: RuntimeError # Issue 27 394
497 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # Issue 27394
498 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # Issue 27394
499 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # Issue 27394
500 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # Issue 27394
501 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # Issue 27394
502 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # Issue 27394
503 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # I ssue 27394
504 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # Issue 27394
505 deferred_function_type_test: RuntimeError # Issue 27394
506 deferred_global_test: RuntimeError # Issue 27394 451 deferred_global_test: RuntimeError # Issue 27394
507 deferred_import_core_test: RuntimeError # Issue 27394
508 deferred_inheritance_constraints_test/mixin: Crash # Issue 27394 452 deferred_inheritance_constraints_test/mixin: Crash # Issue 27394
509 deferred_inlined_test: RuntimeError # Issue 27394
510 deferred_load_constants_test/none: RuntimeError # Issue 27394 453 deferred_load_constants_test/none: RuntimeError # Issue 27394
511 deferred_load_inval_code_test: RuntimeError # Issue 27394
512 deferred_load_library_wrong_args_test/none: RuntimeError # Issue 27394
513 deferred_mixin_test: RuntimeError # Issue 27394
514 deferred_no_such_method_test: RuntimeError # Issue 27394
515 deferred_only_constant_test: RuntimeError # Issue 27394
516 deferred_optimized_test: RuntimeError # Issue 27394
517 deferred_redirecting_factory_test: RuntimeError # Issue 27394
518 deferred_regression_22995_test: RuntimeError # Issue 27394
519 deferred_regression_28678_test: RuntimeError # Issue 27394
520 deferred_shadow_load_library_test: RuntimeError # Issue 27394
521 deferred_shared_and_unshared_classes_test: RuntimeError # Issue 27394
522 deferred_static_seperate_test: RuntimeError # Issue 27394 454 deferred_static_seperate_test: RuntimeError # Issue 27394
523 deferred_super_dependency_test/01: Crash # Issue 27394 455 deferred_super_dependency_test/01: Crash # Issue 27394
524 deferred_type_dependency_test/as: RuntimeError # Issue 27394
525 deferred_type_dependency_test/is: RuntimeError # Issue 27394
526 deferred_type_dependency_test/none: RuntimeError # Issue 27394
527 deferred_type_dependency_test/type_annotation: RuntimeError # Issue 27394
528 enum_mirror_test: Crash # Issue 27394 456 enum_mirror_test: Crash # Issue 27394
529 enum_syntax_test/07: Crash # Issue 27394
530 enum_syntax_test/08: Crash # Issue 27394
531 equality_test: RuntimeError # Issue 27394 457 equality_test: RuntimeError # Issue 27394
532 evaluation_redirecting_constructor_test: RuntimeError # Issue 27394 458 evaluation_redirecting_constructor_test: RuntimeError # Issue 27394
533 export_ambiguous_main_negative_test: Crash # Issue 27394 459 export_ambiguous_main_negative_test: Crash # Issue 27394
534 f_bounded_quantification4_test: RuntimeError # Issue 27394 460 f_bounded_quantification4_test: RuntimeError # Issue 27394
535 f_bounded_quantification5_test: RuntimeError # Issue 27394 461 f_bounded_quantification5_test: RuntimeError # Issue 27394
536 factory3_negative_test: Crash # Issue 27394
537 factory3_test: RuntimeError # Issue 27394 462 factory3_test: RuntimeError # Issue 27394
538 factory_redirection_test/09: RuntimeError # Issue 27394 463 factory_redirection_test/09: RuntimeError # Issue 27394
539 factory_type_parameter2_test: Crash # Issue 27394 464 factory_type_parameter2_test: Crash # Issue 27394
540 factory_type_parameter_test: RuntimeError # Issue 27394 465 factory_type_parameter_test: RuntimeError # Issue 27394
541 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394 466 final_for_in_variable_test/01: MissingRuntimeError # Issue 27394
542 final_is_not_const_test/none: RuntimeError # Issue 27394
543 final_param_test/01: MissingRuntimeError # Issue 27394 467 final_param_test/01: MissingRuntimeError # Issue 27394
544 final_syntax_test/none: RuntimeError # Issue 27394
545 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394 468 final_variable_assignment_test/01: MissingRuntimeError # Issue 27394
546 first_class_types_constants_test: RuntimeError # Issue 27394 469 first_class_types_constants_test: RuntimeError # Issue 27394
547 first_class_types_libraries_test: RuntimeError # Issue 27394 470 first_class_types_libraries_test: RuntimeError # Issue 27394
548 first_class_types_test: RuntimeError # Issue 27394 471 first_class_types_test: RuntimeError # Issue 27394
549 fixed_type_variable2_test/01: RuntimeError # Issue 27394 472 fixed_type_variable2_test/01: RuntimeError # Issue 27394
550 fixed_type_variable2_test/02: RuntimeError # Issue 27394 473 fixed_type_variable2_test/02: RuntimeError # Issue 27394
551 fixed_type_variable2_test/03: RuntimeError # Issue 27394 474 fixed_type_variable2_test/03: RuntimeError # Issue 27394
552 fixed_type_variable2_test/05: RuntimeError # Issue 27394 475 fixed_type_variable2_test/05: RuntimeError # Issue 27394
553 fixed_type_variable2_test/06: RuntimeError # Issue 27394 476 fixed_type_variable2_test/06: RuntimeError # Issue 27394
554 fixed_type_variable_test/01: RuntimeError # Issue 27394 477 fixed_type_variable_test/01: RuntimeError # Issue 27394
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 illegal_initializer_test/02: Crash # Issue 27394 544 illegal_initializer_test/02: Crash # Issue 27394
622 illegal_initializer_test/03: Crash # Issue 27394 545 illegal_initializer_test/03: Crash # Issue 27394
623 illegal_initializer_test/04: Crash # Issue 27394 546 illegal_initializer_test/04: Crash # Issue 27394
624 inference_mixin_field_test: Crash # Issue 27394 547 inference_mixin_field_test: Crash # Issue 27394
625 initializing_formal_final_test: RuntimeError # Issue 27394 548 initializing_formal_final_test: RuntimeError # Issue 27394
626 inline_super_field_test: Crash # Issue 27394 549 inline_super_field_test: Crash # Issue 27394
627 instance_creation_in_function_annotation_test: Crash # Issue 27394 550 instance_creation_in_function_annotation_test: Crash # Issue 27394
628 instanceof2_test: RuntimeError # Issue 27394 551 instanceof2_test: RuntimeError # Issue 27394
629 instanceof4_test/01: RuntimeError # Issue 27394 552 instanceof4_test/01: RuntimeError # Issue 27394
630 instanceof4_test/none: RuntimeError # Issue 27394 553 instanceof4_test/none: RuntimeError # Issue 27394
631 interface_injection1_negative_test: Crash # Issue 27394
632 interface_injection2_negative_test: Crash # Issue 27394
633 invocation_mirror_test: Crash # Issue 27394 554 invocation_mirror_test: Crash # Issue 27394
634 is_malformed_type_test/94: Crash # Issue 27394 555 is_malformed_type_test/94: Crash # Issue 27394
635 is_malformed_type_test/96: Crash # Issue 27394 556 is_malformed_type_test/96: Crash # Issue 27394
636 is_malformed_type_test/98: Crash # Issue 27394 557 is_malformed_type_test/98: Crash # Issue 27394
637 issue10747_test: RuntimeError # Issue 27394 558 issue10747_test: RuntimeError # Issue 27394
638 issue1578_negative_test: Crash # Issue 27394
639 issue21079_test: Crash # Issue 27394 559 issue21079_test: Crash # Issue 27394
640 issue9602_test: Crash # Issue 27394 560 issue9602_test: Crash # Issue 27394
641 issue_1751477_test: RuntimeError # Issue 27394
642 issue_25671a_test/01: Crash # Issue 27394 561 issue_25671a_test/01: Crash # Issue 27394
643 issue_25671b_test/01: Crash # Issue 27394 562 issue_25671b_test/01: Crash # Issue 27394
644 library_env_test/has_html_support: RuntimeError # Issue 27394 563 library_env_test/has_html_support: RuntimeError # Issue 27394
645 library_env_test/has_io_support: RuntimeError # Issue 27394 564 library_env_test/has_io_support: RuntimeError # Issue 27394
646 library_env_test/has_mirror_support: RuntimeError # Issue 27394 565 library_env_test/has_mirror_support: RuntimeError # Issue 27394
647 library_env_test/none: RuntimeError # Issue 27394 566 library_env_test/none: RuntimeError # Issue 27394
648 list_is_test: RuntimeError # Issue 27394 567 list_is_test: RuntimeError # Issue 27394
649 list_test: RuntimeError # Issue 27394 568 list_test: RuntimeError # Issue 27394
650 main_not_a_function_test/01: Crash # Issue 27394 569 main_not_a_function_test/01: Crash # Issue 27394
651 malbounded_type_cast_test: RuntimeError # Issue 27394 570 malbounded_type_cast_test: RuntimeError # Issue 27394
(...skipping 19 matching lines...) Expand all
671 mixin_illegal_cycles_test/02: Crash # Issue 27394 590 mixin_illegal_cycles_test/02: Crash # Issue 27394
672 mixin_illegal_cycles_test/03: Crash # Issue 27394 591 mixin_illegal_cycles_test/03: Crash # Issue 27394
673 mixin_illegal_cycles_test/04: Crash # Issue 27394 592 mixin_illegal_cycles_test/04: Crash # Issue 27394
674 mixin_illegal_cycles_test/06: Crash # Issue 27394 593 mixin_illegal_cycles_test/06: Crash # Issue 27394
675 mixin_illegal_super_use_test/02: Crash # Issue 27394 594 mixin_illegal_super_use_test/02: Crash # Issue 27394
676 mixin_illegal_super_use_test/03: Crash # Issue 27394 595 mixin_illegal_super_use_test/03: Crash # Issue 27394
677 mixin_illegal_super_use_test/05: Crash # Issue 27394 596 mixin_illegal_super_use_test/05: Crash # Issue 27394
678 mixin_illegal_super_use_test/06: Crash # Issue 27394 597 mixin_illegal_super_use_test/06: Crash # Issue 27394
679 mixin_illegal_super_use_test/08: Crash # Issue 27394 598 mixin_illegal_super_use_test/08: Crash # Issue 27394
680 mixin_illegal_super_use_test/09: Crash # Issue 27394 599 mixin_illegal_super_use_test/09: Crash # Issue 27394
681 mixin_illegal_syntax_test/00: Crash # Issue 27394
682 mixin_illegal_syntax_test/01: Crash # Issue 27394
683 mixin_illegal_syntax_test/02: Crash # Issue 27394
684 mixin_illegal_syntax_test/03: Crash # Issue 27394
685 mixin_illegal_syntax_test/04: Crash # Issue 27394
686 mixin_illegal_syntax_test/05: Crash # Issue 27394
687 mixin_illegal_syntax_test/06: Crash # Issue 27394
688 mixin_illegal_syntax_test/07: Crash # Issue 27394
689 mixin_illegal_syntax_test/08: Crash # Issue 27394
690 mixin_illegal_syntax_test/09: Crash # Issue 27394
691 mixin_illegal_syntax_test/10: Crash # Issue 27394
692 mixin_illegal_syntax_test/11: Crash # Issue 27394
693 mixin_illegal_syntax_test/12: Crash # Issue 27394
694 mixin_illegal_syntax_test/14: Crash # Issue 27394
695 mixin_invalid_inheritance1_test/01: Crash # Issue 27394 600 mixin_invalid_inheritance1_test/01: Crash # Issue 27394
696 mixin_invalid_inheritance1_test/02: Crash # Issue 27394 601 mixin_invalid_inheritance1_test/02: Crash # Issue 27394
697 mixin_invalid_inheritance1_test/03: Crash # Issue 27394 602 mixin_invalid_inheritance1_test/03: Crash # Issue 27394
698 mixin_invalid_inheritance2_test/01: Crash # Issue 27394 603 mixin_invalid_inheritance2_test/01: Crash # Issue 27394
699 mixin_invalid_inheritance2_test/02: Crash # Issue 27394 604 mixin_invalid_inheritance2_test/02: Crash # Issue 27394
700 mixin_invalid_inheritance2_test/03: Crash # Issue 27394 605 mixin_invalid_inheritance2_test/03: Crash # Issue 27394
701 mixin_lib_extends_field_test: Crash # Issue 27394 606 mixin_lib_extends_field_test: Crash # Issue 27394
702 mixin_mixin4_test: RuntimeError # Issue 27394 607 mixin_mixin4_test: RuntimeError # Issue 27394
703 mixin_mixin5_test: RuntimeError # Issue 27394 608 mixin_mixin5_test: RuntimeError # Issue 27394
704 mixin_mixin_bound2_test: RuntimeError # Issue 27394 609 mixin_mixin_bound2_test: RuntimeError # Issue 27394
(...skipping 25 matching lines...) Expand all
730 mixin_type_variable_test/07: Crash # Issue 27394 635 mixin_type_variable_test/07: Crash # Issue 27394
731 mixin_type_variable_test/08: Crash # Issue 27394 636 mixin_type_variable_test/08: Crash # Issue 27394
732 mixin_typedef_constructor_test: Crash # Issue 27394 637 mixin_typedef_constructor_test: Crash # Issue 27394
733 named_parameters_aggregated_test/05: RuntimeError # Issue 27394 638 named_parameters_aggregated_test/05: RuntimeError # Issue 27394
734 named_parameters_default_eq_test/none: RuntimeError # Issue 27394 639 named_parameters_default_eq_test/none: RuntimeError # Issue 27394
735 named_parameters_passing_falsy_test: RuntimeError # Issue 27394 640 named_parameters_passing_falsy_test: RuntimeError # Issue 27394
736 named_parameters_passing_null_test: RuntimeError # Issue 27394 641 named_parameters_passing_null_test: RuntimeError # Issue 27394
737 named_parameters_passing_zero_test: RuntimeError # Issue 27394 642 named_parameters_passing_zero_test: RuntimeError # Issue 27394
738 named_parameters_test/01: MissingRuntimeError # Issue 27394 643 named_parameters_test/01: MissingRuntimeError # Issue 27394
739 namer2_test: RuntimeError # Issue 27394 644 namer2_test: RuntimeError # Issue 27394
740 no_main_test/01: Crash # Issue 27394
741 null_bottom_test/none: RuntimeError # Issue 27394 645 null_bottom_test/none: RuntimeError # Issue 27394
742 null_is2_test: RuntimeError # Issue 27394 646 null_is2_test: RuntimeError # Issue 27394
743 null_is_bottom_test/14: RuntimeError # Issue 27394 647 null_is_bottom_test/14: RuntimeError # Issue 27394
744 null_is_bottom_test/16: RuntimeError # Issue 27394 648 null_is_bottom_test/16: RuntimeError # Issue 27394
745 null_test/01: Crash # Issue 27394 649 null_test/01: Crash # Issue 27394
746 null_test/02: Crash # Issue 27394 650 null_test/02: Crash # Issue 27394
747 null_test/03: Crash # Issue 27394 651 null_test/03: Crash # Issue 27394
748 null_test/none: Crash # Issue 27394 652 null_test/none: Crash # Issue 27394
749 nullaware_opt_test: RuntimeError # Issue 27394 653 nullaware_opt_test: RuntimeError # Issue 27394
750 operator_equals_test: RuntimeError # Issue 27394 654 operator_equals_test: RuntimeError # Issue 27394
751 optional_named_parameters_test/none: RuntimeError # Issue 27394 655 optional_named_parameters_test/none: RuntimeError # Issue 27394
752 private_mixin2_test: Crash # Issue 27394 656 private_mixin2_test: Crash # Issue 27394
753 redirecting_constructor_initializer_test: RuntimeError # Issue 27394 657 redirecting_constructor_initializer_test: RuntimeError # Issue 27394
754 redirecting_factory_long_test: RuntimeError # Issue 27394 658 redirecting_factory_long_test: RuntimeError # Issue 27394
755 redirecting_factory_reflection_test: Crash # Issue 27394 659 redirecting_factory_reflection_test: Crash # Issue 27394
756 regress_18535_test: Crash # Issue 27394 660 regress_18535_test: Crash # Issue 27394
757 regress_18713_test: Crash # Issue 27394 661 regress_18713_test: Crash # Issue 27394
758 regress_22443_test: RuntimeError # Issue 27394
759 regress_22666_test: Crash # Issue 27394 662 regress_22666_test: Crash # Issue 27394
760 regress_22700_test: RuntimeError # Issue 27394 663 regress_22700_test: RuntimeError # Issue 27394
761 regress_23408_test: RuntimeError # Issue 27394
762 regress_23650_test: RuntimeError # Issue 27394 664 regress_23650_test: RuntimeError # Issue 27394
763 regress_23996_test: RuntimeError # Issue 27394 665 regress_23996_test: RuntimeError # Issue 27394
764 regress_25246_1_test: Crash # Issue 27394 666 regress_25246_1_test: Crash # Issue 27394
765 regress_28255_test: Crash # Issue 27394 667 regress_28255_test: Crash # Issue 27394
766 regress_28278_test: RuntimeError # Issue 27394
767 reify_typevar_test: RuntimeError # Issue 27394 668 reify_typevar_test: RuntimeError # Issue 27394
768 runtime_type_function_test: RuntimeError # Issue 27394 669 runtime_type_function_test: RuntimeError # Issue 27394
769 static_call_wrong_argument_count_negative_test: Fail # Issue 27394 670 static_call_wrong_argument_count_negative_test: Fail # Issue 27394
770 static_setter_get_test/01: Crash # Issue 27394 671 static_setter_get_test/01: Crash # Issue 27394
771 static_top_level_test/00: Crash # Issue 27394 672 static_top_level_test/00: Crash # Issue 27394
772 static_top_level_test/04: Crash # Issue 27394 673 static_top_level_test/04: Crash # Issue 27394
773 super_call4_test: Crash # Issue 27394 674 super_call4_test: Crash # Issue 27394
774 super_conditional_operator_test/01: Crash # Issue 27394 675 super_conditional_operator_test/01: Crash # Issue 27394
775 super_getter_setter_test: Crash # Issue 27394 676 super_getter_setter_test: Crash # Issue 27394
776 super_no_such_method1_test/01: Crash # Issue 27394 677 super_no_such_method1_test/01: Crash # Issue 27394
777 super_no_such_method2_test/01: Crash # Issue 27394 678 super_no_such_method2_test/01: Crash # Issue 27394
778 super_no_such_method3_test/01: Crash # Issue 27394 679 super_no_such_method3_test/01: Crash # Issue 27394
779 super_no_such_method4_test/01: Crash # Issue 27394 680 super_no_such_method4_test/01: Crash # Issue 27394
780 super_no_such_method5_test/01: Crash # Issue 27394 681 super_no_such_method5_test/01: Crash # Issue 27394
781 super_operator_index5_test: Crash # Issue 27394 682 super_operator_index5_test: Crash # Issue 27394
782 super_operator_index6_test: Crash # Issue 27394 683 super_operator_index6_test: Crash # Issue 27394
783 super_operator_index7_test: Crash # Issue 27394 684 super_operator_index7_test: Crash # Issue 27394
784 super_operator_index8_test: Crash # Issue 27394 685 super_operator_index8_test: Crash # Issue 27394
785 super_operator_index_test/01: Crash # Issue 27394 686 super_operator_index_test/01: Crash # Issue 27394
786 super_operator_index_test/02: Crash # Issue 27394 687 super_operator_index_test/02: Crash # Issue 27394
787 super_operator_index_test/03: Crash # Issue 27394 688 super_operator_index_test/03: Crash # Issue 27394
788 super_operator_index_test/04: Crash # Issue 27394 689 super_operator_index_test/04: Crash # Issue 27394
789 super_operator_index_test/05: Crash # Issue 27394 690 super_operator_index_test/05: Crash # Issue 27394
790 super_operator_index_test/06: Crash # Issue 27394 691 super_operator_index_test/06: Crash # Issue 27394
791 super_operator_index_test/07: Crash # Issue 27394 692 super_operator_index_test/07: Crash # Issue 27394
792 super_operator_test: Crash # Issue 27394 693 super_operator_test: Crash # Issue 27394
793 super_setter_interceptor_test: RuntimeError # Issue 27394 694 super_setter_interceptor_test: RuntimeError # Issue 27394
794 syntax_test/28: Crash # Issue 27394
795 syntax_test/29: Crash # Issue 27394
796 syntax_test/30: Crash # Issue 27394
797 syntax_test/31: Crash # Issue 27394
798 syntax_test/32: Crash # Issue 27394
799 syntax_test/33: Crash # Issue 27394
800 syntax_test/34: Crash # Issue 27394
801 syntax_test/35: Crash # Issue 27394
802 syntax_test/36: Crash # Issue 27394
803 syntax_test/37: Crash # Issue 27394
804 syntax_test/38: Crash # Issue 27394
805 syntax_test/39: Crash # Issue 27394
806 syntax_test/40: Crash # Issue 27394
807 syntax_test/41: Crash # Issue 27394
808 syntax_test/42: Crash # Issue 27394
809 syntax_test/43: Crash # Issue 27394
810 syntax_test/44: Crash # Issue 27394
811 syntax_test/45: Crash # Issue 27394
812 syntax_test/46: Crash # Issue 27394
813 syntax_test/48: Crash # Issue 27394
814 this_conditional_operator_test/01: Crash # Issue 27394 695 this_conditional_operator_test/01: Crash # Issue 27394
815 try_catch_syntax_test/13: Crash # Issue 27394 696 try_catch_syntax_test/13: Crash # Issue 27394
816 try_catch_syntax_test/14: Crash # Issue 27394 697 try_catch_syntax_test/14: Crash # Issue 27394
817 try_catch_syntax_test/15: Crash # Issue 27394 698 try_catch_syntax_test/15: Crash # Issue 27394
818 type_argument_substitution_test: RuntimeError # Issue 27394 699 type_argument_substitution_test: RuntimeError # Issue 27394
819 type_parameter_literal_test: RuntimeError # Issue 27394 700 type_parameter_literal_test: RuntimeError # Issue 27394
820 type_parameter_test/01: Crash # Issue 27394 701 type_parameter_test/01: Crash # Issue 27394
821 type_parameter_test/02: Crash # Issue 27394 702 type_parameter_test/02: Crash # Issue 27394
822 type_parameter_test/03: Crash # Issue 27394 703 type_parameter_test/03: Crash # Issue 27394
823 type_parameter_test/04: Crash # Issue 27394 704 type_parameter_test/04: Crash # Issue 27394
824 type_parameter_test/05: Crash # Issue 27394 705 type_parameter_test/05: Crash # Issue 27394
825 type_parameter_test/06: Crash # Issue 27394 706 type_parameter_test/06: Crash # Issue 27394
826 type_parameter_test/none: Crash # Issue 27394 707 type_parameter_test/none: Crash # Issue 27394
827 type_variable_closure2_test: RuntimeError # Issue 27394 708 type_variable_closure2_test: RuntimeError # Issue 27394
828 type_variable_closure3_test: RuntimeError # Issue 27394 709 type_variable_closure3_test: RuntimeError # Issue 27394
829 type_variable_closure4_test: RuntimeError # Issue 27394 710 type_variable_closure4_test: RuntimeError # Issue 27394
830 type_variable_closure_test: Crash # Issue 27394 711 type_variable_closure_test: Crash # Issue 27394
831 type_variable_field_initializer2_test: RuntimeError # Issue 27394 712 type_variable_field_initializer2_test: RuntimeError # Issue 27394
832 type_variable_field_initializer_closure2_test: Crash # Issue 27394 713 type_variable_field_initializer_closure2_test: Crash # Issue 27394
833 type_variable_field_initializer_closure_test: Crash # Issue 27394 714 type_variable_field_initializer_closure_test: Crash # Issue 27394
834 type_variable_field_initializer_test: RuntimeError # Issue 27394 715 type_variable_field_initializer_test: RuntimeError # Issue 27394
835 type_variable_function_type_test: RuntimeError # Issue 27394 716 type_variable_function_type_test: RuntimeError # Issue 27394
836 type_variable_nested_test: RuntimeError # Issue 27394 717 type_variable_nested_test: RuntimeError # Issue 27394
837 type_variable_typedef_test: RuntimeError # Issue 27394 718 type_variable_typedef_test: RuntimeError # Issue 27394
838 unbalanced_brace_test/01: Crash # Issue 27394
839 unbalanced_brace_test/02: Crash # Issue 27394
840 variable_declaration_metadata_test/02: Crash # Issue 27394
841 variable_declaration_metadata_test/04: Crash # Issue 27394
842 719
843 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 720 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
844 class_cycle2_test/01: Crash # Issue 27394 721 class_cycle2_test/01: Crash # Issue 27394
845 class_cycle_test/00: Crash # Issue 27394 722 class_cycle_test/00: Crash # Issue 27394
846 class_cycle_test/01: Crash # Issue 27394 723 class_cycle_test/01: Crash # Issue 27394
847 conditional_method_invocation_test/02: Crash # Issue 27394 724 conditional_method_invocation_test/02: Crash # Issue 27394
848 conditional_method_invocation_test/04: Crash # Issue 27394 725 conditional_method_invocation_test/04: Crash # Issue 27394
849 conditional_method_invocation_test/06: Crash # Issue 27394 726 conditional_method_invocation_test/06: Crash # Issue 27394
850 const_types_test/23: Crash # Issue 27394 727 const_types_test/23: Crash # Issue 27394
851 const_types_test/24: Crash # Issue 27394 728 const_types_test/24: Crash # Issue 27394
(...skipping 11 matching lines...) Expand all
863 factory_redirection_test/02: Crash # Issue 27394 740 factory_redirection_test/02: Crash # Issue 27394
864 factory_redirection_test/03: Crash # Issue 27394 741 factory_redirection_test/03: Crash # Issue 27394
865 mixin_cyclic_test/02: Crash # Issue 27394 742 mixin_cyclic_test/02: Crash # Issue 27394
866 mixin_illegal_cycles_test/01: Crash # Issue 27394 743 mixin_illegal_cycles_test/01: Crash # Issue 27394
867 mixin_illegal_cycles_test/05: Crash # Issue 27394 744 mixin_illegal_cycles_test/05: Crash # Issue 27394
868 named_parameters_test/01: Crash # Issue 27394 745 named_parameters_test/01: Crash # Issue 27394
869 named_parameters_test/03: Crash # Issue 27394 746 named_parameters_test/03: Crash # Issue 27394
870 named_parameters_test/05: Crash # Issue 27394 747 named_parameters_test/05: Crash # Issue 27394
871 named_parameters_test/07: Crash # Issue 27394 748 named_parameters_test/07: Crash # Issue 27394
872 named_parameters_test/09: Crash # Issue 27394 749 named_parameters_test/09: Crash # Issue 27394
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698