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

Side by Side Diff: tests/co19/co19-kernel.status

Issue 2728683005: Set dartAsyncMarker the same as asyncMarker unless explicitly set (Closed)
Patch Set: Review comment Created 3 years, 9 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 | « pkg/kernel/lib/ast.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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash 8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash 9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 Language/Expressions/Assignment/no_such_method_t06: RuntimeError 156 Language/Expressions/Assignment/no_such_method_t06: RuntimeError
157 Language/Expressions/Assignment/no_such_method_t07: RuntimeError 157 Language/Expressions/Assignment/no_such_method_t07: RuntimeError
158 Language/Expressions/Assignment/no_such_method_t08: RuntimeError 158 Language/Expressions/Assignment/no_such_method_t08: RuntimeError
159 Language/Expressions/Assignment/no_such_method_t09: RuntimeError 159 Language/Expressions/Assignment/no_such_method_t09: RuntimeError
160 Language/Expressions/Assignment/static_type_t05: RuntimeError 160 Language/Expressions/Assignment/static_type_t05: RuntimeError
161 Language/Expressions/Assignment/static_type_t06: RuntimeError 161 Language/Expressions/Assignment/static_type_t06: RuntimeError
162 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError 162 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError
163 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError 163 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
164 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError 164 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
165 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError 165 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
166 Language/Expressions/Await_Expressions/evaluation_throws_t06: RuntimeError
167 Language/Expressions/Await_Expressions/evaluation_throws_t07: RuntimeError
168 Language/Expressions/Await_Expressions/syntax_t06: Crash 166 Language/Expressions/Await_Expressions/syntax_t06: Crash
169 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError 167 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError
170 Language/Expressions/Constants/bitwise_operators_t02: Crash 168 Language/Expressions/Constants/bitwise_operators_t02: Crash
171 Language/Expressions/Constants/bitwise_operators_t03: Crash 169 Language/Expressions/Constants/bitwise_operators_t03: Crash
172 Language/Expressions/Constants/bitwise_operators_t04: Crash 170 Language/Expressions/Constants/bitwise_operators_t04: Crash
173 Language/Expressions/Constants/bitwise_operators_t05: Crash 171 Language/Expressions/Constants/bitwise_operators_t05: Crash
174 Language/Expressions/Constants/bitwise_operators_t06: Crash 172 Language/Expressions/Constants/bitwise_operators_t06: Crash
175 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError 173 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
176 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError 174 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
177 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError 175 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 Language/Statements/Continue/async_loops_t10: DartkCrash 493 Language/Statements/Continue/async_loops_t10: DartkCrash
496 Language/Statements/Continue/label_t03: DartkCrash 494 Language/Statements/Continue/label_t03: DartkCrash
497 Language/Statements/Continue/label_t06: MissingCompileTimeError 495 Language/Statements/Continue/label_t06: MissingCompileTimeError
498 Language/Statements/Continue/label_t08: MissingCompileTimeError 496 Language/Statements/Continue/label_t08: MissingCompileTimeError
499 Language/Statements/Continue/label_t09: MissingCompileTimeError 497 Language/Statements/Continue/label_t09: MissingCompileTimeError
500 Language/Statements/Continue/label_t10: MissingCompileTimeError 498 Language/Statements/Continue/label_t10: MissingCompileTimeError
501 Language/Statements/Continue/label_t11: MissingCompileTimeError 499 Language/Statements/Continue/label_t11: MissingCompileTimeError
502 Language/Statements/Continue/label_t14: DartkCrash 500 Language/Statements/Continue/label_t14: DartkCrash
503 Language/Statements/Continue/label_t17: DartkCrash 501 Language/Statements/Continue/label_t17: DartkCrash
504 Language/Statements/Do/execution_t04: Crash 502 Language/Statements/Do/execution_t04: Crash
505 Language/Statements/For/Asynchronous_For_in/execution_t04: RuntimeError
506 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError 503 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError
507 Language/Statements/For/syntax_t07: RuntimeError 504 Language/Statements/For/syntax_t07: RuntimeError
508 Language/Statements/For/syntax_t09: MissingCompileTimeError 505 Language/Statements/For/syntax_t09: MissingCompileTimeError
509 Language/Statements/For/syntax_t12: MissingCompileTimeError 506 Language/Statements/For/syntax_t12: MissingCompileTimeError
510 Language/Statements/For/syntax_t13: MissingCompileTimeError 507 Language/Statements/For/syntax_t13: MissingCompileTimeError
511 Language/Statements/For/syntax_t16: MissingCompileTimeError 508 Language/Statements/For/syntax_t16: MissingCompileTimeError
512 Language/Statements/For/syntax_t19: MissingCompileTimeError 509 Language/Statements/For/syntax_t19: MissingCompileTimeError
513 Language/Statements/For/syntax_t20: MissingCompileTimeError 510 Language/Statements/For/syntax_t20: MissingCompileTimeError
514 Language/Statements/If/execution_t03: Crash 511 Language/Statements/If/execution_t03: Crash
515 Language/Statements/Labels/namespace_t01: DartkCrash 512 Language/Statements/Labels/namespace_t01: DartkCrash
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 621 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
625 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 622 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
626 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 623 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
627 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 624 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
628 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 625 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
629 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 626 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
630 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 627 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
631 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations. 628 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations.
632 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 629 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
633 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 630 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
634 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError
635 LibTest/isolate/Isolate/spawn_A02_t03: RuntimeError
636 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
637 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
638 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
639 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
640 631
641 632
642 # Override tests marked as failing elsewhere. 633 # Override tests marked as failing elsewhere.
643 [ $compiler == dartk || $compiler == dartkp ] 634 [ $compiler == dartk || $compiler == dartkp ]
644 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 635 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
645 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash 636 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
646 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash 637 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
647 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError 638 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
648 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError 639 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
649 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError 640 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 Language/Expressions/Assignment/no_such_method_t06: RuntimeError 784 Language/Expressions/Assignment/no_such_method_t06: RuntimeError
794 Language/Expressions/Assignment/no_such_method_t07: RuntimeError 785 Language/Expressions/Assignment/no_such_method_t07: RuntimeError
795 Language/Expressions/Assignment/no_such_method_t08: RuntimeError 786 Language/Expressions/Assignment/no_such_method_t08: RuntimeError
796 Language/Expressions/Assignment/no_such_method_t09: RuntimeError 787 Language/Expressions/Assignment/no_such_method_t09: RuntimeError
797 Language/Expressions/Assignment/static_type_t05: RuntimeError 788 Language/Expressions/Assignment/static_type_t05: RuntimeError
798 Language/Expressions/Assignment/static_type_t06: RuntimeError 789 Language/Expressions/Assignment/static_type_t06: RuntimeError
799 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError 790 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError
800 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError 791 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
801 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError 792 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
802 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError 793 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
803 Language/Expressions/Await_Expressions/evaluation_throws_t06: RuntimeError
804 Language/Expressions/Await_Expressions/evaluation_throws_t07: RuntimeError
805 Language/Expressions/Await_Expressions/syntax_t06: Crash 794 Language/Expressions/Await_Expressions/syntax_t06: Crash
806 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError 795 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError
807 Language/Expressions/Constants/bitwise_operators_t02: Crash 796 Language/Expressions/Constants/bitwise_operators_t02: Crash
808 Language/Expressions/Constants/bitwise_operators_t03: Crash 797 Language/Expressions/Constants/bitwise_operators_t03: Crash
809 Language/Expressions/Constants/bitwise_operators_t04: Crash 798 Language/Expressions/Constants/bitwise_operators_t04: Crash
810 Language/Expressions/Constants/bitwise_operators_t05: Crash 799 Language/Expressions/Constants/bitwise_operators_t05: Crash
811 Language/Expressions/Constants/bitwise_operators_t06: Crash 800 Language/Expressions/Constants/bitwise_operators_t06: Crash
812 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError 801 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
813 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError 802 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
814 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError 803 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 Language/Statements/Continue/async_loops_t10: DartkCrash 1122 Language/Statements/Continue/async_loops_t10: DartkCrash
1134 Language/Statements/Continue/label_t03: DartkCrash 1123 Language/Statements/Continue/label_t03: DartkCrash
1135 Language/Statements/Continue/label_t06: MissingCompileTimeError 1124 Language/Statements/Continue/label_t06: MissingCompileTimeError
1136 Language/Statements/Continue/label_t08: MissingCompileTimeError 1125 Language/Statements/Continue/label_t08: MissingCompileTimeError
1137 Language/Statements/Continue/label_t09: MissingCompileTimeError 1126 Language/Statements/Continue/label_t09: MissingCompileTimeError
1138 Language/Statements/Continue/label_t10: MissingCompileTimeError 1127 Language/Statements/Continue/label_t10: MissingCompileTimeError
1139 Language/Statements/Continue/label_t11: MissingCompileTimeError 1128 Language/Statements/Continue/label_t11: MissingCompileTimeError
1140 Language/Statements/Continue/label_t14: DartkCrash 1129 Language/Statements/Continue/label_t14: DartkCrash
1141 Language/Statements/Continue/label_t17: DartkCrash 1130 Language/Statements/Continue/label_t17: DartkCrash
1142 Language/Statements/Do/execution_t04: Crash 1131 Language/Statements/Do/execution_t04: Crash
1143 Language/Statements/For/Asynchronous_For_in/execution_t04: RuntimeError
1144 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError 1132 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError
1145 Language/Statements/For/syntax_t07: RuntimeError 1133 Language/Statements/For/syntax_t07: RuntimeError
1146 Language/Statements/For/syntax_t09: MissingCompileTimeError 1134 Language/Statements/For/syntax_t09: MissingCompileTimeError
1147 Language/Statements/For/syntax_t12: MissingCompileTimeError 1135 Language/Statements/For/syntax_t12: MissingCompileTimeError
1148 Language/Statements/For/syntax_t13: MissingCompileTimeError 1136 Language/Statements/For/syntax_t13: MissingCompileTimeError
1149 Language/Statements/For/syntax_t16: MissingCompileTimeError 1137 Language/Statements/For/syntax_t16: MissingCompileTimeError
1150 Language/Statements/For/syntax_t19: MissingCompileTimeError 1138 Language/Statements/For/syntax_t19: MissingCompileTimeError
1151 Language/Statements/For/syntax_t20: MissingCompileTimeError 1139 Language/Statements/For/syntax_t20: MissingCompileTimeError
1152 Language/Statements/If/execution_t03: Crash 1140 Language/Statements/If/execution_t03: Crash
1153 Language/Statements/Labels/namespace_t01: DartkCrash 1141 Language/Statements/Labels/namespace_t01: DartkCrash
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError 1232 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError
1245 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError 1233 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError
1246 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError 1234 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError
1247 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError 1235 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError
1248 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError 1236 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError
1249 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError 1237 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError
1250 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError 1238 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError
1251 LibTest/core/Invocation/memberName_A01_t01: RuntimeError 1239 LibTest/core/Invocation/memberName_A01_t01: RuntimeError
1252 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError 1240 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError
1253 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError 1241 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError
1254 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError
1255 LibTest/isolate/Isolate/spawn_A02_t03: RuntimeError
1256 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
1257 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
1258 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
1259 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
1260 1242
1261 ############################################################################### 1243 ###############################################################################
1262 # Dartk Entries 1244 # Dartk Entries
1263 ############################################################################### 1245 ###############################################################################
1264 1246
1265 [ $compiler == dartk || $compiler == dartkp ] 1247 [ $compiler == dartk || $compiler == dartkp ]
1266 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 1248 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
1267 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash 1249 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
1268 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash 1250 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
1269 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError 1251 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1416 Language/Expressions/Assignment/no_such_method_t06: RuntimeError 1398 Language/Expressions/Assignment/no_such_method_t06: RuntimeError
1417 Language/Expressions/Assignment/no_such_method_t07: RuntimeError 1399 Language/Expressions/Assignment/no_such_method_t07: RuntimeError
1418 Language/Expressions/Assignment/no_such_method_t08: RuntimeError 1400 Language/Expressions/Assignment/no_such_method_t08: RuntimeError
1419 Language/Expressions/Assignment/no_such_method_t09: RuntimeError 1401 Language/Expressions/Assignment/no_such_method_t09: RuntimeError
1420 Language/Expressions/Assignment/static_type_t05: RuntimeError 1402 Language/Expressions/Assignment/static_type_t05: RuntimeError
1421 Language/Expressions/Assignment/static_type_t06: RuntimeError 1403 Language/Expressions/Assignment/static_type_t06: RuntimeError
1422 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError 1404 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError
1423 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError 1405 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
1424 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError 1406 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
1425 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError 1407 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
1426 Language/Expressions/Await_Expressions/evaluation_throws_t06: RuntimeError
1427 Language/Expressions/Await_Expressions/evaluation_throws_t07: RuntimeError
1428 Language/Expressions/Await_Expressions/syntax_t06: Crash 1408 Language/Expressions/Await_Expressions/syntax_t06: Crash
1429 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError 1409 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError
1430 Language/Expressions/Constants/bitwise_operators_t02: Crash 1410 Language/Expressions/Constants/bitwise_operators_t02: Crash
1431 Language/Expressions/Constants/bitwise_operators_t03: Crash 1411 Language/Expressions/Constants/bitwise_operators_t03: Crash
1432 Language/Expressions/Constants/bitwise_operators_t04: Crash 1412 Language/Expressions/Constants/bitwise_operators_t04: Crash
1433 Language/Expressions/Constants/bitwise_operators_t05: Crash 1413 Language/Expressions/Constants/bitwise_operators_t05: Crash
1434 Language/Expressions/Constants/bitwise_operators_t06: Crash 1414 Language/Expressions/Constants/bitwise_operators_t06: Crash
1435 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError 1415 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
1436 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError 1416 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
1437 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError 1417 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1768 Language/Statements/Continue/label_t03: DartkCrash 1748 Language/Statements/Continue/label_t03: DartkCrash
1769 Language/Statements/Continue/label_t06: MissingCompileTimeError 1749 Language/Statements/Continue/label_t06: MissingCompileTimeError
1770 Language/Statements/Continue/label_t07: MissingCompileTimeError 1750 Language/Statements/Continue/label_t07: MissingCompileTimeError
1771 Language/Statements/Continue/label_t08: MissingCompileTimeError 1751 Language/Statements/Continue/label_t08: MissingCompileTimeError
1772 Language/Statements/Continue/label_t09: MissingCompileTimeError 1752 Language/Statements/Continue/label_t09: MissingCompileTimeError
1773 Language/Statements/Continue/label_t10: MissingCompileTimeError 1753 Language/Statements/Continue/label_t10: MissingCompileTimeError
1774 Language/Statements/Continue/label_t11: MissingCompileTimeError 1754 Language/Statements/Continue/label_t11: MissingCompileTimeError
1775 Language/Statements/Continue/label_t14: DartkCrash 1755 Language/Statements/Continue/label_t14: DartkCrash
1776 Language/Statements/Continue/label_t17: DartkCrash 1756 Language/Statements/Continue/label_t17: DartkCrash
1777 Language/Statements/Do/execution_t04: Crash 1757 Language/Statements/Do/execution_t04: Crash
1778 Language/Statements/For/Asynchronous_For_in/execution_t04: RuntimeError
1779 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError 1758 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError
1780 Language/Statements/For/syntax_t07: RuntimeError 1759 Language/Statements/For/syntax_t07: RuntimeError
1781 Language/Statements/For/syntax_t09: MissingCompileTimeError 1760 Language/Statements/For/syntax_t09: MissingCompileTimeError
1782 Language/Statements/For/syntax_t12: MissingCompileTimeError 1761 Language/Statements/For/syntax_t12: MissingCompileTimeError
1783 Language/Statements/For/syntax_t13: MissingCompileTimeError 1762 Language/Statements/For/syntax_t13: MissingCompileTimeError
1784 Language/Statements/For/syntax_t16: MissingCompileTimeError 1763 Language/Statements/For/syntax_t16: MissingCompileTimeError
1785 Language/Statements/For/syntax_t19: MissingCompileTimeError 1764 Language/Statements/For/syntax_t19: MissingCompileTimeError
1786 Language/Statements/For/syntax_t20: MissingCompileTimeError 1765 Language/Statements/For/syntax_t20: MissingCompileTimeError
1787 Language/Statements/If/execution_t03: Crash 1766 Language/Statements/If/execution_t03: Crash
1788 Language/Statements/Labels/namespace_t01: DartkCrash 1767 Language/Statements/Labels/namespace_t01: DartkCrash
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError 1865 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError
1887 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError 1866 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError
1888 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError 1867 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError
1889 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError 1868 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError
1890 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError 1869 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError
1891 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError 1870 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError
1892 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError 1871 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError
1893 LibTest/core/Invocation/memberName_A01_t01: RuntimeError 1872 LibTest/core/Invocation/memberName_A01_t01: RuntimeError
1894 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError 1873 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError
1895 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError 1874 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError
1896 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError
1897 LibTest/isolate/Isolate/spawn_A02_t03: RuntimeError
1898 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
1899 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
1900 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
1901 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
1902 1875
1903 # dartk: JIT failures 1876 # dartk: JIT failures
1904 [ $compiler == dartk && $runtime == vm ] 1877 [ $compiler == dartk && $runtime == vm ]
1905 Language/Classes/Getters/syntax_t06: MissingCompileTimeError 1878 Language/Classes/Getters/syntax_t06: MissingCompileTimeError
1906 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError 1879 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError
1907 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError 1880 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError
1908 Language/Expressions/Constants/exception_t01: Crash 1881 Language/Expressions/Constants/exception_t01: Crash
1909 Language/Expressions/Constants/exception_t02: Crash 1882 Language/Expressions/Constants/exception_t02: Crash
1910 Language/Expressions/Constants/static_method_t03: MissingCompileTimeError 1883 Language/Expressions/Constants/static_method_t03: MissingCompileTimeError
1911 Language/Metadata/before_class_t01: RuntimeError 1884 Language/Metadata/before_class_t01: RuntimeError
(...skipping 18 matching lines...) Expand all
1930 Language/Metadata/compilation_t11: MissingCompileTimeError 1903 Language/Metadata/compilation_t11: MissingCompileTimeError
1931 Language/Mixins/Mixin_Application/syntax_t16: DartkCrash 1904 Language/Mixins/Mixin_Application/syntax_t16: DartkCrash
1932 Language/Overview/Privacy/private_and_public_t04: CompileTimeError 1905 Language/Overview/Privacy/private_and_public_t04: CompileTimeError
1933 Language/Overview/Scoping/conflicting_names_t43: MissingCompileTimeError 1906 Language/Overview/Scoping/conflicting_names_t43: MissingCompileTimeError
1934 Language/Statements/Labels/scope_t01: CompileTimeError 1907 Language/Statements/Labels/scope_t01: CompileTimeError
1935 Language/Statements/Labels/scope_t07: CompileTimeError 1908 Language/Statements/Labels/scope_t07: CompileTimeError
1936 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError 1909 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError
1937 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError 1910 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError
1938 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError 1911 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError
1939 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError 1912 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError
1940 LibTest/isolate/Isolate/spawnUri_A02_t04: RuntimeError
1941 1913
1942 # dartk: precompilation failures 1914 # dartk: precompilation failures
1943 [ $compiler == dartkp && $runtime == dart_precompiled ] 1915 [ $compiler == dartkp && $runtime == dart_precompiled ]
1944 Language/Classes/Constructors/Factories/redirecting_to_itself_t01: MissingCompil eTimeError 1916 Language/Classes/Constructors/Factories/redirecting_to_itself_t01: MissingCompil eTimeError
1945 Language/Classes/Constructors/Factories/redirecting_to_itself_t02: MissingCompil eTimeError 1917 Language/Classes/Constructors/Factories/redirecting_to_itself_t02: MissingCompil eTimeError
1946 Language/Classes/Constructors/Factories/redirecting_to_itself_t03: MissingCompil eTimeError 1918 Language/Classes/Constructors/Factories/redirecting_to_itself_t03: MissingCompil eTimeError
1947 Language/Classes/Constructors/Factories/redirecting_to_itself_t04: MissingCompil eTimeError 1919 Language/Classes/Constructors/Factories/redirecting_to_itself_t04: MissingCompil eTimeError
1948 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t01: MissingCompileTimeError 1920 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t01: MissingCompileTimeError
1949 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t02: MissingCompileTimeError 1921 Language/Classes/Constructors/Generative_Constructors/initializer_for_a_variable _t02: MissingCompileTimeError
1950 Language/Classes/Constructors/Generative_Constructors/initializers_t06: MissingC ompileTimeError 1922 Language/Classes/Constructors/Generative_Constructors/initializers_t06: MissingC ompileTimeError
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
2191 Language/Expressions/Assignment/no_such_method_t06: RuntimeError 2163 Language/Expressions/Assignment/no_such_method_t06: RuntimeError
2192 Language/Expressions/Assignment/no_such_method_t07: RuntimeError 2164 Language/Expressions/Assignment/no_such_method_t07: RuntimeError
2193 Language/Expressions/Assignment/no_such_method_t08: RuntimeError 2165 Language/Expressions/Assignment/no_such_method_t08: RuntimeError
2194 Language/Expressions/Assignment/no_such_method_t09: RuntimeError 2166 Language/Expressions/Assignment/no_such_method_t09: RuntimeError
2195 Language/Expressions/Assignment/static_type_t05: RuntimeError 2167 Language/Expressions/Assignment/static_type_t05: RuntimeError
2196 Language/Expressions/Assignment/static_type_t06: RuntimeError 2168 Language/Expressions/Assignment/static_type_t06: RuntimeError
2197 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError 2169 Language/Expressions/Assignment/static_warning_t03/none: RuntimeError
2198 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError 2170 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
2199 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError 2171 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
2200 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError 2172 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
2201 Language/Expressions/Await_Expressions/evaluation_throws_t06: RuntimeError
2202 Language/Expressions/Await_Expressions/evaluation_throws_t07: RuntimeError
2203 Language/Expressions/Await_Expressions/syntax_t06: Crash 2173 Language/Expressions/Await_Expressions/syntax_t06: Crash
2204 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError 2174 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError
2205 Language/Expressions/Constants/bitwise_operators_t02: Crash 2175 Language/Expressions/Constants/bitwise_operators_t02: Crash
2206 Language/Expressions/Constants/bitwise_operators_t03: Crash 2176 Language/Expressions/Constants/bitwise_operators_t03: Crash
2207 Language/Expressions/Constants/bitwise_operators_t04: Crash 2177 Language/Expressions/Constants/bitwise_operators_t04: Crash
2208 Language/Expressions/Constants/bitwise_operators_t05: Crash 2178 Language/Expressions/Constants/bitwise_operators_t05: Crash
2209 Language/Expressions/Constants/bitwise_operators_t06: Crash 2179 Language/Expressions/Constants/bitwise_operators_t06: Crash
2210 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError 2180 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
2211 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError 2181 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
2212 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError 2182 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
2538 Language/Statements/Continue/async_loops_t10: DartkCrash 2508 Language/Statements/Continue/async_loops_t10: DartkCrash
2539 Language/Statements/Continue/label_t03: DartkCrash 2509 Language/Statements/Continue/label_t03: DartkCrash
2540 Language/Statements/Continue/label_t06: MissingCompileTimeError 2510 Language/Statements/Continue/label_t06: MissingCompileTimeError
2541 Language/Statements/Continue/label_t08: MissingCompileTimeError 2511 Language/Statements/Continue/label_t08: MissingCompileTimeError
2542 Language/Statements/Continue/label_t09: MissingCompileTimeError 2512 Language/Statements/Continue/label_t09: MissingCompileTimeError
2543 Language/Statements/Continue/label_t10: MissingCompileTimeError 2513 Language/Statements/Continue/label_t10: MissingCompileTimeError
2544 Language/Statements/Continue/label_t11: MissingCompileTimeError 2514 Language/Statements/Continue/label_t11: MissingCompileTimeError
2545 Language/Statements/Continue/label_t14: DartkCrash 2515 Language/Statements/Continue/label_t14: DartkCrash
2546 Language/Statements/Continue/label_t17: DartkCrash 2516 Language/Statements/Continue/label_t17: DartkCrash
2547 Language/Statements/Do/execution_t04: Crash 2517 Language/Statements/Do/execution_t04: Crash
2548 Language/Statements/For/Asynchronous_For_in/execution_t04: RuntimeError
2549 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError 2518 Language/Statements/For/Asynchronous_For_in/syntax_t02: MissingCompileTimeError
2550 Language/Statements/For/syntax_t07: RuntimeError 2519 Language/Statements/For/syntax_t07: RuntimeError
2551 Language/Statements/For/syntax_t09: MissingCompileTimeError 2520 Language/Statements/For/syntax_t09: MissingCompileTimeError
2552 Language/Statements/For/syntax_t12: MissingCompileTimeError 2521 Language/Statements/For/syntax_t12: MissingCompileTimeError
2553 Language/Statements/For/syntax_t13: MissingCompileTimeError 2522 Language/Statements/For/syntax_t13: MissingCompileTimeError
2554 Language/Statements/For/syntax_t16: MissingCompileTimeError 2523 Language/Statements/For/syntax_t16: MissingCompileTimeError
2555 Language/Statements/For/syntax_t19: MissingCompileTimeError 2524 Language/Statements/For/syntax_t19: MissingCompileTimeError
2556 Language/Statements/For/syntax_t20: MissingCompileTimeError 2525 Language/Statements/For/syntax_t20: MissingCompileTimeError
2557 Language/Statements/If/execution_t03: Crash 2526 Language/Statements/If/execution_t03: Crash
2558 Language/Statements/Labels/namespace_t01: DartkCrash 2527 Language/Statements/Labels/namespace_t01: DartkCrash
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
2662 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError 2631 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError
2663 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError 2632 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError
2664 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError 2633 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError
2665 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError 2634 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError
2666 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError 2635 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError
2667 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError 2636 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError
2668 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError 2637 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError
2669 LibTest/core/Invocation/memberName_A01_t01: RuntimeError 2638 LibTest/core/Invocation/memberName_A01_t01: RuntimeError
2670 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError 2639 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError
2671 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError 2640 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError
2672 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError
2673 LibTest/isolate/Isolate/spawn_A02_t03: RuntimeError
2674 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
2675 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
2676 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
2677 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
2678 2641
2679 # dartk: JIT failures 2642 # dartk: JIT failures
2680 [ $compiler == dartk && $runtime == vm ] 2643 [ $compiler == dartk && $runtime == vm ]
2681 Language/Classes/Getters/syntax_t06: MissingCompileTimeError 2644 Language/Classes/Getters/syntax_t06: MissingCompileTimeError
2682 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError 2645 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError
2683 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError 2646 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError
2684 Language/Expressions/Constants/static_method_t03: MissingCompileTimeError 2647 Language/Expressions/Constants/static_method_t03: MissingCompileTimeError
2685 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError 2648 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError
2686 Language/Expressions/Object_Identity/string_t01: RuntimeError 2649 Language/Expressions/Object_Identity/string_t01: RuntimeError
2687 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError 2650 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError
(...skipping 28 matching lines...) Expand all
2716 Language/Metadata/compilation_t10: MissingCompileTimeError 2679 Language/Metadata/compilation_t10: MissingCompileTimeError
2717 Language/Metadata/compilation_t11: MissingCompileTimeError 2680 Language/Metadata/compilation_t11: MissingCompileTimeError
2718 Language/Overview/Privacy/private_and_public_t04: CompileTimeError 2681 Language/Overview/Privacy/private_and_public_t04: CompileTimeError
2719 Language/Overview/Scoping/conflicting_names_t43: MissingCompileTimeError 2682 Language/Overview/Scoping/conflicting_names_t43: MissingCompileTimeError
2720 Language/Statements/Labels/scope_t01: CompileTimeError 2683 Language/Statements/Labels/scope_t01: CompileTimeError
2721 Language/Statements/Labels/scope_t07: CompileTimeError 2684 Language/Statements/Labels/scope_t07: CompileTimeError
2722 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError 2685 Language/Statements/Local_Variable_Declaration/syntax_t05: CompileTimeError
2723 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError 2686 Language/Statements/Local_Variable_Declaration/syntax_t06: CompileTimeError
2724 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError 2687 Language/Statements/Local_Variable_Declaration/syntax_t18: CompileTimeError
2725 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError 2688 Language/Statements/Local_Variable_Declaration/syntax_t19: CompileTimeError
2726 LibTest/isolate/Isolate/spawnUri_A02_t04: RuntimeError
2727 2689
2728 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 2690 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
2729 Language/Classes/Constructors/Constant_Constructors/syntax_t03: Crash 2691 Language/Classes/Constructors/Constant_Constructors/syntax_t03: Crash
2730 Language/Classes/Instance_Variables/constant_t01: Crash 2692 Language/Classes/Instance_Variables/constant_t01: Crash
2731 Language/Expressions/Lists/constant_list_t01: Crash 2693 Language/Expressions/Lists/constant_list_t01: Crash
2732 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash 2694 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash
2733 Language/Statements/Switch/syntax_t16: Crash 2695 Language/Statements/Switch/syntax_t16: Crash
2734 Language/Statements/Switch/syntax_t17: Crash 2696 Language/Statements/Switch/syntax_t17: Crash
2735 Language/Statements/Yield_and_Yield_Each/Yield/location_t02: Crash 2697 Language/Statements/Yield_and_Yield_Each/Yield/location_t02: Crash
2736 Language/Statements/Yield_and_Yield_Each/Yield/location_t04: Crash 2698 Language/Statements/Yield_and_Yield_Each/Yield/location_t04: Crash
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
2833 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 2795 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
2834 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 2796 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
2835 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 2797 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
2836 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 2798 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
2837 Language/Statements/Try/syntax_t12: MissingCompileTimeError 2799 Language/Statements/Try/syntax_t12: MissingCompileTimeError
2838 Language/Variables/final_t03: MissingCompileTimeError 2800 Language/Variables/final_t03: MissingCompileTimeError
2839 2801
2840 # dartk: precompilation failures (debug) 2802 # dartk: precompilation failures (debug)
2841 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 2803 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
2842 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 2804 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/kernel/lib/ast.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698