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

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

Issue 2987133002: Update the function_type tests for Dart 2.0. (Closed)
Patch Set: Fix status file. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/language/function_type/test_generator.dart ('k') | tests/language/language_kernel.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 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 generalized_void_syntax_test: Crash # Issue #30176 454 generalized_void_syntax_test: Crash # Issue #30176
455 syntax_test/none: Crash # Issue #30176. 455 syntax_test/none: Crash # Issue #30176.
456 456
457 # Note: there are two flags to test dart2js with kernel: 457 # Note: there are two flags to test dart2js with kernel:
458 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o f the 458 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o f the
459 # compiler. This flag will be deleted soon 459 # compiler. This flag will be deleted soon
460 # - dart2js_with_kernel: tests the entire pipeline with kernel. 460 # - dart2js_with_kernel: tests the entire pipeline with kernel.
461 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ] 461 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ]
462 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394 462 abstract_beats_arguments2_test/01: RuntimeError # Issue 27394
463 final_super_field_set_test/01: RuntimeError # Issue 27394 463 final_super_field_set_test/01: RuntimeError # Issue 27394
464 function_type/function_type14_test: Crash # Issue 27394
465 function_type/function_type15_test: Crash # Issue 27394
466 function_type/function_type20_test: Crash # Issue 27394
467 function_type/function_type21_test: Crash # Issue 27394
468 function_type/function_type22_test: Crash # Issue 27394
469 function_type/function_type23_test: Crash # Issue 27394
470 function_type/function_type24_test: Crash # Issue 27394
471 function_type/function_type25_test: Crash # Issue 27394
472 function_type/function_type26_test: Crash # Issue 27394
473 function_type/function_type27_test: Crash # Issue 27394
474 function_type/function_type28_test: Crash # Issue 27394
475 function_type/function_type29_test: Crash # Issue 27394
476 function_type/function_type30_test: Crash # Issue 27394
477 function_type/function_type31_test: Crash # Issue 27394
478 function_type/function_type32_test: Crash # Issue 27394
479 function_type/function_type33_test: Crash # Issue 27394
480 function_type/function_type34_test: Crash # Issue 27394
481 function_type/function_type35_test: Crash # Issue 27394
482 function_type/function_type36_test: Crash # Issue 27394
483 function_type/function_type37_test: Crash # Issue 27394
484 function_type/function_type38_test: Crash # Issue 27394
485 function_type/function_type39_test: Crash # Issue 27394
486 function_type/function_type40_test: Crash # Issue 27394
487 function_type/function_type41_test: Crash # Issue 27394
488 function_type/function_type42_test: Crash # Issue 27394
489 function_type/function_type43_test: Crash # Issue 27394
490 function_type/function_type44_test: Crash # Issue 27394
491 function_type/function_type45_test: Crash # Issue 27394
492 function_type/function_type46_test: Crash # Issue 27394
493 function_type/function_type47_test: Crash # Issue 27394
494 function_type/function_type48_test: Crash # Issue 27394
495 function_type/function_type49_test: Crash # Issue 27394
496 function_type/function_type50_test: Crash # Issue 27394
497 function_type/function_type51_test: Crash # Issue 27394
498 function_type/function_type52_test: Crash # Issue 27394
499 function_type/function_type53_test: Crash # Issue 27394
500 function_type/function_type54_test: Crash # Issue 27394
501 function_type/function_type55_test: Crash # Issue 27394
502 function_type/function_type62_test: Crash # Issue 27394
503 function_type/function_type63_test: Crash # Issue 27394
504 function_type/function_type6_test: Crash # Issue 27394
505 function_type/function_type7_test: Crash # Issue 27394
506 function_type/function_type98_test: Crash # Issue 27394
507 function_type/function_type99_test: Crash # Issue 27394
508 generic_function_typedef_test: Crash # Issue 27394 464 generic_function_typedef_test: Crash # Issue 27394
509 getter_setter_in_lib_test: Crash # Issue 27394 465 getter_setter_in_lib_test: Crash # Issue 27394
510 466
511 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && ! $dar t2js_with_kernel ] 467 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && ! $dar t2js_with_kernel ]
512 conditional_method_invocation_test/02: Crash # Issue 27394 468 conditional_method_invocation_test/02: Crash # Issue 27394
513 conditional_method_invocation_test/04: Crash # Issue 27394 469 conditional_method_invocation_test/04: Crash # Issue 27394
514 conditional_method_invocation_test/06: Crash # Issue 27394 470 conditional_method_invocation_test/06: Crash # Issue 27394
515 const_types_test/23: Crash # Issue 27394 471 const_types_test/23: Crash # Issue 27394
516 const_types_test/24: Crash # Issue 27394 472 const_types_test/24: Crash # Issue 27394
517 const_types_test/25: Crash # Issue 27394 473 const_types_test/25: Crash # Issue 27394
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 function_subtype_not3_test: Crash 937 function_subtype_not3_test: Crash
982 function_subtype_setter0_test: Crash 938 function_subtype_setter0_test: Crash
983 function_subtype_typearg0_test: Crash 939 function_subtype_typearg0_test: Crash
984 function_subtype_typearg1_test: Crash 940 function_subtype_typearg1_test: Crash
985 function_subtype_typearg2_test: Crash 941 function_subtype_typearg2_test: Crash
986 function_subtype_typearg3_test: Crash 942 function_subtype_typearg3_test: Crash
987 function_subtype_typearg4_test: Crash 943 function_subtype_typearg4_test: Crash
988 function_subtype_typearg5_test: Crash 944 function_subtype_typearg5_test: Crash
989 function_syntax_test/none: Crash 945 function_syntax_test/none: Crash
990 function_test: Crash 946 function_test: Crash
991 function_type/function_type0_test: Crash
992 function_type/function_type10_test: Crash
993 function_type/function_type11_test: Crash
994 function_type/function_type12_test: Crash
995 function_type/function_type13_test: Crash
996 function_type/function_type14_test: Crash
997 function_type/function_type15_test: Crash
998 function_type/function_type16_test: Crash
999 function_type/function_type17_test: Crash
1000 function_type/function_type18_test: Crash
1001 function_type/function_type19_test: Crash
1002 function_type/function_type1_test: Crash
1003 function_type/function_type20_test: Crash
1004 function_type/function_type21_test: Crash
1005 function_type/function_type22_test: Crash
1006 function_type/function_type23_test: Crash
1007 function_type/function_type24_test: Crash
1008 function_type/function_type25_test: Crash
1009 function_type/function_type26_test: Crash
1010 function_type/function_type27_test: Crash
1011 function_type/function_type28_test: Crash
1012 function_type/function_type29_test: Crash
1013 function_type/function_type2_test: Crash
1014 function_type/function_type30_test: Crash
1015 function_type/function_type31_test: Crash
1016 function_type/function_type32_test: Crash
1017 function_type/function_type33_test: Crash
1018 function_type/function_type34_test: Crash
1019 function_type/function_type35_test: Crash
1020 function_type/function_type36_test: Crash
1021 function_type/function_type37_test: Crash
1022 function_type/function_type38_test: Crash
1023 function_type/function_type39_test: Crash
1024 function_type/function_type3_test: Crash
1025 function_type/function_type40_test: Crash
1026 function_type/function_type41_test: Crash
1027 function_type/function_type42_test: Crash
1028 function_type/function_type43_test: Crash
1029 function_type/function_type44_test: Crash
1030 function_type/function_type45_test: Crash
1031 function_type/function_type46_test: Crash
1032 function_type/function_type47_test: Crash
1033 function_type/function_type48_test: Crash
1034 function_type/function_type49_test: Crash
1035 function_type/function_type4_test: Crash
1036 function_type/function_type50_test: Crash
1037 function_type/function_type51_test: Crash
1038 function_type/function_type52_test: Crash
1039 function_type/function_type53_test: Crash
1040 function_type/function_type54_test: Crash
1041 function_type/function_type55_test: Crash
1042 function_type/function_type56_test: Crash
1043 function_type/function_type57_test: Crash
1044 function_type/function_type58_test: Crash
1045 function_type/function_type59_test: Crash
1046 function_type/function_type5_test: Crash
1047 function_type/function_type60_test: Crash
1048 function_type/function_type61_test: Crash
1049 function_type/function_type62_test: Crash
1050 function_type/function_type63_test: Crash
1051 function_type/function_type64_test: Crash
1052 function_type/function_type65_test: Crash
1053 function_type/function_type66_test: Crash
1054 function_type/function_type67_test: Crash
1055 function_type/function_type68_test: Crash
1056 function_type/function_type69_test: Crash
1057 function_type/function_type6_test: Crash
1058 function_type/function_type70_test: Crash
1059 function_type/function_type71_test: Crash
1060 function_type/function_type72_test: Crash
1061 function_type/function_type73_test: Crash
1062 function_type/function_type74_test: Crash
1063 function_type/function_type75_test: Crash
1064 function_type/function_type76_test: Crash
1065 function_type/function_type77_test: Crash
1066 function_type/function_type78_test: Crash
1067 function_type/function_type79_test: Crash
1068 function_type/function_type7_test: Crash
1069 function_type/function_type80_test: Crash
1070 function_type/function_type81_test: Crash
1071 function_type/function_type82_test: Crash
1072 function_type/function_type83_test: Crash
1073 function_type/function_type84_test: Crash
1074 function_type/function_type85_test: Crash
1075 function_type/function_type86_test: Crash
1076 function_type/function_type87_test: Crash
1077 function_type/function_type88_test: Crash
1078 function_type/function_type89_test: Crash
1079 function_type/function_type8_test: Crash
1080 function_type/function_type90_test: Crash
1081 function_type/function_type91_test: Crash
1082 function_type/function_type92_test: Crash
1083 function_type/function_type93_test: Crash
1084 function_type/function_type94_test: Crash
1085 function_type/function_type95_test: Crash
1086 function_type/function_type96_test: Crash
1087 function_type/function_type97_test: Crash
1088 function_type/function_type98_test: Crash
1089 function_type/function_type99_test: Crash
1090 function_type/function_type9_test: Crash
1091 function_type2_test: Crash 947 function_type2_test: Crash
1092 function_type3_test: Crash 948 function_type3_test: Crash
1093 function_type_alias2_test: Crash 949 function_type_alias2_test: Crash
1094 function_type_alias3_test: Crash 950 function_type_alias3_test: Crash
1095 function_type_alias4_test: Crash 951 function_type_alias4_test: Crash
1096 function_type_alias6_test/none: Crash 952 function_type_alias6_test/none: Crash
1097 function_type_alias8_test: RuntimeError 953 function_type_alias8_test: RuntimeError
1098 function_type_alias9_test/none: Crash 954 function_type_alias9_test/none: Crash
1099 function_type_alias_test: Crash 955 function_type_alias_test: Crash
1100 function_type_parameter2_negative_test: Crash 956 function_type_parameter2_negative_test: Crash
(...skipping 2584 matching lines...) Expand 10 before | Expand all | Expand 10 after
3685 unresolved_top_level_method_negative_test: Crash 3541 unresolved_top_level_method_negative_test: Crash
3686 unresolved_top_level_var_negative_test: Crash 3542 unresolved_top_level_var_negative_test: Crash
3687 unsupported_operators_test/none: Crash 3543 unsupported_operators_test/none: Crash
3688 var_init_test: Crash 3544 var_init_test: Crash
3689 void_check_test: Crash 3545 void_check_test: Crash
3690 while_test: Crash 3546 while_test: Crash
3691 wrong_number_type_arguments_test/00: Crash 3547 wrong_number_type_arguments_test/00: Crash
3692 wrong_number_type_arguments_test/01: Crash 3548 wrong_number_type_arguments_test/01: Crash
3693 wrong_number_type_arguments_test/02: Crash 3549 wrong_number_type_arguments_test/02: Crash
3694 wrong_number_type_arguments_test/none: Crash 3550 wrong_number_type_arguments_test/none: Crash
OLDNEW
« no previous file with comments | « tests/language/function_type/test_generator.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698