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

Side by Side Diff: tests/language.status

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 1 month 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
OLDNEW
1 # Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file 1 # Copyright (c) 2015, the Fletch 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ ($compiler == fletchc || $runtime == fletchc) && $host_checked ]
9 regress_14348_test: Crash
10
11 [ $compiler == fletchc || $runtime == fletchc ] 8 [ $compiler == fletchc || $runtime == fletchc ]
12 abstract_runtime_error_test/01: RuntimeError 9 abstract_runtime_error_test/01: RuntimeError
13 abstract_runtime_error_test/02: RuntimeError 10 abstract_runtime_error_test/02: RuntimeError
14 arithmetic_test: RuntimeError 11 arithmetic_test: RuntimeError
15 assertion_test: RuntimeError 12 assertion_test: RuntimeError
16 assign_to_type_test/01: RuntimeError 13 assign_to_type_test/01: RuntimeError
17 assign_to_type_test/02: RuntimeError 14 assign_to_type_test/02: RuntimeError
18 assign_to_type_test/03: RuntimeError 15 assign_to_type_test/03: RuntimeError
19 assign_to_type_test/04: RuntimeError 16 assign_to_type_test/04: RuntimeError
17 assign_top_method_test/01: RuntimeError
20 async_and_or_test: RuntimeError 18 async_and_or_test: RuntimeError
21 async_await_catch_regression_test: RuntimeError 19 async_await_catch_regression_test: RuntimeError
22 async_await_syntax_test/a05a: RuntimeError 20 async_await_syntax_test/a05a: RuntimeError
23 async_await_syntax_test/a05b: RuntimeError 21 async_await_syntax_test/a05b: RuntimeError
24 async_await_syntax_test/a05h: RuntimeError 22 async_await_syntax_test/a05h: RuntimeError
25 async_await_syntax_test/a06a: RuntimeError 23 async_await_syntax_test/a06a: RuntimeError
26 async_await_syntax_test/a07a: RuntimeError 24 async_await_syntax_test/a07a: RuntimeError
27 async_await_syntax_test/a08a: RuntimeError 25 async_await_syntax_test/a08a: RuntimeError
28 async_await_syntax_test/a09a: RuntimeError 26 async_await_syntax_test/a09a: RuntimeError
29 async_await_syntax_test/a10a: RuntimeError 27 async_await_syntax_test/a10a: RuntimeError
(...skipping 30 matching lines...) Expand all
60 async_break_in_finally_test: RuntimeError 58 async_break_in_finally_test: RuntimeError
61 async_continue_label_test/await_in_body: RuntimeError 59 async_continue_label_test/await_in_body: RuntimeError
62 async_continue_label_test/await_in_condition: RuntimeError 60 async_continue_label_test/await_in_condition: RuntimeError
63 async_continue_label_test/await_in_init: RuntimeError 61 async_continue_label_test/await_in_init: RuntimeError
64 async_continue_label_test/await_in_update: RuntimeError 62 async_continue_label_test/await_in_update: RuntimeError
65 async_continue_label_test/none: RuntimeError 63 async_continue_label_test/none: RuntimeError
66 async_control_structures_test: RuntimeError 64 async_control_structures_test: RuntimeError
67 async_finally_rethrow_test: RuntimeError 65 async_finally_rethrow_test: RuntimeError
68 async_regression_23058_test: RuntimeError 66 async_regression_23058_test: RuntimeError
69 async_rethrow_test: RuntimeError 67 async_rethrow_test: RuntimeError
68 async_return_types_test/return_value_sync_star: RuntimeError
70 async_return_types_test/nestedFuture: RuntimeError 69 async_return_types_test/nestedFuture: RuntimeError
71 async_return_types_test/none: RuntimeError 70 async_return_types_test/none: RuntimeError
72 async_return_types_test/tooManyTypeParameters: RuntimeError 71 async_return_types_test/tooManyTypeParameters: RuntimeError
73 async_return_types_test/wrongReturnType: RuntimeError 72 async_return_types_test/wrongReturnType: RuntimeError
74 async_return_types_test/wrongTypeParameter: RuntimeError 73 async_return_types_test/wrongTypeParameter: RuntimeError
75 async_star_await_pauses_test: RuntimeError 74 async_star_await_pauses_test: RuntimeError
76 async_star_cancel_and_throw_in_finally_test: RuntimeError 75 async_star_cancel_and_throw_in_finally_test: RuntimeError
77 async_star_cancel_while_paused_test: RuntimeError 76 async_star_cancel_while_paused_test: RuntimeError
78 async_star_regression_2238_test: RuntimeError 77 async_star_regression_2238_test: RuntimeError
79 async_star_regression_23116_test: RuntimeError 78 async_star_regression_23116_test: RuntimeError
(...skipping 29 matching lines...) Expand all
109 await_backwards_compatibility_test/await3: RuntimeError 108 await_backwards_compatibility_test/await3: RuntimeError
110 await_backwards_compatibility_test/await4: RuntimeError 109 await_backwards_compatibility_test/await4: RuntimeError
111 await_backwards_compatibility_test/none: RuntimeError 110 await_backwards_compatibility_test/none: RuntimeError
112 await_exceptions_test: RuntimeError 111 await_exceptions_test: RuntimeError
113 await_for_cancel_test: RuntimeError 112 await_for_cancel_test: RuntimeError
114 await_for_test: RuntimeError 113 await_for_test: RuntimeError
115 await_for_use_local_test: RuntimeError 114 await_for_use_local_test: RuntimeError
116 await_future_test: RuntimeError 115 await_future_test: RuntimeError
117 await_nonfuture_test: RuntimeError 116 await_nonfuture_test: RuntimeError
118 await_not_started_immediately_test: RuntimeError 117 await_not_started_immediately_test: RuntimeError
118 await_null_aware_test: RuntimeError
119 await_postfix_expr_test: RuntimeError 119 await_postfix_expr_test: RuntimeError
120 await_regression_test: RuntimeError 120 await_regression_test: RuntimeError
121 await_test: RuntimeError 121 await_test: RuntimeError
122 bad_constructor_test/05: CompileTimeError 122 bad_constructor_test/05: CompileTimeError
123 bit_operations_test/01: RuntimeError 123 bit_operations_test/01: RuntimeError
124 bit_operations_test/02: RuntimeError 124 bit_operations_test/02: RuntimeError
125 bit_operations_test/03: RuntimeError 125 bit_operations_test/03: RuntimeError
126 bit_operations_test/04: RuntimeError 126 bit_operations_test/04: RuntimeError
127 bit_operations_test/none: RuntimeError 127 bit_operations_test/none: RuntimeError
128 built_in_identifier_prefix_test: Fail 128 built_in_identifier_prefix_test: Fail
129 built_in_identifier_test/01: CompileTimeError 129 built_in_identifier_test/01: CompileTimeError
130 call_closurization_test: RuntimeError # Issue 153 130 call_closurization_test: RuntimeError # Issue 153
131 call_function_apply_test: RuntimeError 131 call_function_apply_test: RuntimeError
132 call_nonexistent_constructor_test/01: RuntimeError 132 call_nonexistent_constructor_test/01: RuntimeError
133 call_nonexistent_static_test/09: RuntimeError
133 call_nonexistent_static_test/10: RuntimeError 134 call_nonexistent_static_test/10: RuntimeError
134 call_with_no_such_method_test: RuntimeError 135 call_with_no_such_method_test: RuntimeError
135 cast_test/01: MissingRuntimeError 136 cast_test/01: MissingRuntimeError
136 cast_test/10: MissingRuntimeError 137 cast_test/10: MissingRuntimeError
137 cast_test/12: MissingRuntimeError 138 cast_test/12: MissingRuntimeError
138 cast_test/14: MissingRuntimeError 139 cast_test/14: MissingRuntimeError
139 cha_deopt1_test: RuntimeError 140 cha_deopt1_test: RuntimeError
140 cha_deopt2_test: RuntimeError 141 cha_deopt2_test: RuntimeError
141 cha_deopt3_test: RuntimeError 142 cha_deopt3_test: RuntimeError
142 class_cycle2_test/02: MissingCompileTimeError 143 class_cycle2_test/02: MissingCompileTimeError
(...skipping 21 matching lines...) Expand all
164 class_literal_test/22: RuntimeError 165 class_literal_test/22: RuntimeError
165 class_literal_test/23: RuntimeError 166 class_literal_test/23: RuntimeError
166 class_literal_test/24: RuntimeError 167 class_literal_test/24: RuntimeError
167 class_literal_test/25: RuntimeError 168 class_literal_test/25: RuntimeError
168 class_literal_test/none: RuntimeError 169 class_literal_test/none: RuntimeError
169 classes_static_method_clash_test: RuntimeError 170 classes_static_method_clash_test: RuntimeError
170 closure_in_constructor_test: RuntimeError 171 closure_in_constructor_test: RuntimeError
171 closure_type_variable_test: RuntimeError 172 closure_type_variable_test: RuntimeError
172 closures_initializer2_test: RuntimeError 173 closures_initializer2_test: RuntimeError
173 closures_initializer_test: RuntimeError 174 closures_initializer_test: RuntimeError
174 compile_time_constant_i_test: RuntimeError
175 compile_time_constant_l_test: RuntimeError
176 compile_time_constant_test/01: RuntimeError 175 compile_time_constant_test/01: RuntimeError
177 compound_assignment_operator_test: RuntimeError 176 compound_assignment_operator_test: RuntimeError
178 conditional_method_invocation_test/12: RuntimeError
179 conditional_method_invocation_test/13: RuntimeError
180 conditional_method_invocation_test/14: RuntimeError
181 conditional_method_invocation_test/15: RuntimeError
182 conditional_method_invocation_test/16: RuntimeError
183 conditional_method_invocation_test/17: RuntimeError
184 conditional_method_invocation_test/18: RuntimeError
185 conditional_method_invocation_test/19: RuntimeError
186 conditional_property_access_test/10: RuntimeError
187 conditional_property_access_test/11: RuntimeError
188 conditional_property_access_test/12: RuntimeError
189 conditional_property_access_test/13: RuntimeError
190 conditional_property_access_test/14: RuntimeError
191 conditional_property_access_test/15: RuntimeError
192 conditional_property_access_test/16: RuntimeError
193 conditional_property_access_test/17: RuntimeError
194 conditional_property_assignment_test/23: RuntimeError
195 conditional_property_assignment_test/24: RuntimeError
196 conditional_property_assignment_test/25: RuntimeError
197 conditional_property_assignment_test/26: RuntimeError
198 conditional_property_assignment_test/27: RuntimeError
199 conditional_property_assignment_test/28: RuntimeError
200 conditional_property_assignment_test/29: RuntimeError
201 conditional_property_assignment_test/30: RuntimeError
202 conditional_property_assignment_test/31: RuntimeError
203 conditional_property_assignment_test/32: RuntimeError
204 conditional_property_assignment_test/33: RuntimeError
205 conditional_property_assignment_test/34: RuntimeError
206 conditional_property_assignment_test/35: RuntimeError
207 conditional_property_increment_decrement_test/17: RuntimeError
208 conditional_property_increment_decrement_test/18: RuntimeError
209 conditional_property_increment_decrement_test/19: RuntimeError
210 conditional_property_increment_decrement_test/20: RuntimeError
211 conditional_property_increment_decrement_test/21: RuntimeError
212 conditional_property_increment_decrement_test/22: RuntimeError
213 conditional_property_increment_decrement_test/23: RuntimeError
214 conditional_property_increment_decrement_test/24: RuntimeError
215 conditional_property_increment_decrement_test/25: RuntimeError
216 conditional_property_increment_decrement_test/26: RuntimeError
217 conditional_property_increment_decrement_test/27: RuntimeError
218 conditional_property_increment_decrement_test/28: RuntimeError
219 conditional_property_increment_decrement_test/29: RuntimeError
220 conditional_property_increment_decrement_test/30: RuntimeError
221 conditional_property_increment_decrement_test/31: RuntimeError
222 conditional_property_increment_decrement_test/32: RuntimeError
223 conditional_property_increment_decrement_test/33: RuntimeError
224 conditional_property_increment_decrement_test/34: RuntimeError
225 conditional_property_increment_decrement_test/35: RuntimeError
226 conditional_property_increment_decrement_test/36: RuntimeError
227 conditional_property_increment_decrement_test/37: RuntimeError
228 conditional_property_increment_decrement_test/38: RuntimeError
229 conditional_property_increment_decrement_test/39: RuntimeError
230 conditional_property_increment_decrement_test/40: RuntimeError
231 const_constructor_nonconst_field_test/01: MissingCompileTimeError 177 const_constructor_nonconst_field_test/01: MissingCompileTimeError
232 const_dynamic_type_literal_test/01: RuntimeError 178 const_dynamic_type_literal_test/01: RuntimeError
233 const_error_multiply_initialized_test/02: CompileTimeError 179 const_error_multiply_initialized_test/02: CompileTimeError
234 const_error_multiply_initialized_test/04: CompileTimeError 180 const_error_multiply_initialized_test/04: CompileTimeError
235 const_evaluation_test/01: CompileTimeError 181 const_evaluation_test/01: CompileTimeError
236 const_evaluation_test/none: CompileTimeError 182 const_evaluation_test/none: CompileTimeError
237 const_instance_field_test/01: MissingCompileTimeError 183 const_instance_field_test/01: MissingCompileTimeError
238 const_locals_test: RuntimeError 184 const_locals_test: RuntimeError
239 const_native_factory_test/01: MissingCompileTimeError 185 const_native_factory_test/01: MissingCompileTimeError
240 const_nested_test: RuntimeError 186 const_nested_test: RuntimeError
(...skipping 26 matching lines...) Expand all
267 cyclic_typedef_test/05: MissingCompileTimeError 213 cyclic_typedef_test/05: MissingCompileTimeError
268 cyclic_typedef_test/06: MissingCompileTimeError 214 cyclic_typedef_test/06: MissingCompileTimeError
269 cyclic_typedef_test/07: MissingCompileTimeError 215 cyclic_typedef_test/07: MissingCompileTimeError
270 cyclic_typedef_test/08: MissingCompileTimeError 216 cyclic_typedef_test/08: MissingCompileTimeError
271 cyclic_typedef_test/09: MissingCompileTimeError 217 cyclic_typedef_test/09: MissingCompileTimeError
272 cyclic_typedef_test/10: MissingCompileTimeError 218 cyclic_typedef_test/10: MissingCompileTimeError
273 cyclic_typedef_test/11: MissingCompileTimeError 219 cyclic_typedef_test/11: MissingCompileTimeError
274 deferred_call_empty_before_load_test: RuntimeError 220 deferred_call_empty_before_load_test: RuntimeError
275 deferred_closurize_load_library_test: RuntimeError 221 deferred_closurize_load_library_test: RuntimeError
276 deferred_constant_list_test: RuntimeError 222 deferred_constant_list_test: RuntimeError
277 deferred_constraints_constants_test/default_argument1: Crash
278 deferred_constraints_constants_test/none: CompileTimeError 223 deferred_constraints_constants_test/none: CompileTimeError
279 deferred_constraints_constants_test/reference_after_load: CompileTimeError 224 deferred_constraints_constants_test/reference_after_load: CompileTimeError
280 deferred_constraints_type_annotation_test/as_operation: RuntimeError 225 deferred_constraints_type_annotation_test/as_operation: RuntimeError
281 deferred_constraints_type_annotation_test/catch_check: RuntimeError 226 deferred_constraints_type_annotation_test/catch_check: RuntimeError
282 deferred_constraints_type_annotation_test/is_check: RuntimeError 227 deferred_constraints_type_annotation_test/is_check: RuntimeError
283 deferred_constraints_type_annotation_test/new: RuntimeError 228 deferred_constraints_type_annotation_test/new: RuntimeError
284 deferred_constraints_type_annotation_test/new_before_load: RuntimeError 229 deferred_constraints_type_annotation_test/new_before_load: RuntimeError
285 deferred_constraints_type_annotation_test/new_generic1: RuntimeError 230 deferred_constraints_type_annotation_test/new_generic1: RuntimeError
286 deferred_constraints_type_annotation_test/new_generic2: RuntimeError 231 deferred_constraints_type_annotation_test/new_generic2: RuntimeError
287 deferred_constraints_type_annotation_test/new_generic3: RuntimeError 232 deferred_constraints_type_annotation_test/new_generic3: RuntimeError
(...skipping 23 matching lines...) Expand all
311 deferred_mixin_test: RuntimeError 256 deferred_mixin_test: RuntimeError
312 deferred_no_such_method_test: RuntimeError 257 deferred_no_such_method_test: RuntimeError
313 deferred_not_loaded_check_test: RuntimeError 258 deferred_not_loaded_check_test: RuntimeError
314 deferred_only_constant_test: RuntimeError 259 deferred_only_constant_test: RuntimeError
315 deferred_optimized_test: RuntimeError 260 deferred_optimized_test: RuntimeError
316 deferred_redirecting_factory_test: RuntimeError 261 deferred_redirecting_factory_test: RuntimeError
317 deferred_regression_22995_test: RuntimeError 262 deferred_regression_22995_test: RuntimeError
318 deferred_shadow_load_library_test: RuntimeError 263 deferred_shadow_load_library_test: RuntimeError
319 deferred_shared_and_unshared_classes_test: RuntimeError 264 deferred_shared_and_unshared_classes_test: RuntimeError
320 deferred_static_seperate_test: RuntimeError 265 deferred_static_seperate_test: RuntimeError
266 deferred_super_dependency_test/01: RuntimeError
321 deferred_type_dependency_test/as: RuntimeError 267 deferred_type_dependency_test/as: RuntimeError
322 deferred_type_dependency_test/is: RuntimeError 268 deferred_type_dependency_test/is: RuntimeError
323 deferred_type_dependency_test/none: RuntimeError 269 deferred_type_dependency_test/none: RuntimeError
324 deferred_type_dependency_test/type_annotation: RuntimeError 270 deferred_type_dependency_test/type_annotation: RuntimeError
325 duplicate_implements_test/03: RuntimeError 271 duplicate_implements_test/03: RuntimeError
326 duplicate_implements_test/04: RuntimeError 272 duplicate_implements_test/04: RuntimeError
327 dynamic_prefix_core_test/01: Fail 273 dynamic_prefix_core_test/01: Fail
328 dynamic_prefix_core_test/none: RuntimeError 274 dynamic_prefix_core_test/none: RuntimeError
329 dynamic_test: RuntimeError 275 dynamic_test: RuntimeError
330 dynamic_type_literal_test: RuntimeError 276 dynamic_type_literal_test: RuntimeError
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 generic_instanceof2_test: RuntimeError 401 generic_instanceof2_test: RuntimeError
456 generic_instanceof3_test: RuntimeError 402 generic_instanceof3_test: RuntimeError
457 generic_instanceof4_test: RuntimeError 403 generic_instanceof4_test: RuntimeError
458 generic_instanceof5_test: RuntimeError 404 generic_instanceof5_test: RuntimeError
459 generic_instanceof_test: RuntimeError 405 generic_instanceof_test: RuntimeError
460 generic_is_check_test: RuntimeError 406 generic_is_check_test: RuntimeError
461 generic_native_test: RuntimeError 407 generic_native_test: RuntimeError
462 generic_object_type_test: RuntimeError 408 generic_object_type_test: RuntimeError
463 generic_parameterized_extends_test: RuntimeError 409 generic_parameterized_extends_test: RuntimeError
464 generic_test: RuntimeError 410 generic_test: RuntimeError
465 getter_setter_in_lib_test: CompileTimeError 411 getter_setter_in_lib_test: RuntimeError
466 if_null_assignment_behavior_test/01: RuntimeError 412 if_null_assignment_behavior_test/01: RuntimeError
467 if_null_assignment_behavior_test/02: RuntimeError 413 if_null_assignment_behavior_test/02: RuntimeError
468 if_null_assignment_behavior_test/03: RuntimeError 414 if_null_assignment_behavior_test/03: RuntimeError
469 if_null_assignment_behavior_test/04: RuntimeError 415 if_null_assignment_behavior_test/04: RuntimeError
470 if_null_assignment_behavior_test/05: RuntimeError 416 if_null_assignment_behavior_test/05: RuntimeError
471 if_null_assignment_behavior_test/06: RuntimeError 417 if_null_assignment_behavior_test/06: RuntimeError
472 if_null_assignment_behavior_test/07: RuntimeError 418 if_null_assignment_behavior_test/07: RuntimeError
473 if_null_assignment_behavior_test/08: RuntimeError 419 if_null_assignment_behavior_test/08: RuntimeError
474 if_null_assignment_behavior_test/09: RuntimeError 420 if_null_assignment_behavior_test/09: RuntimeError
475 if_null_assignment_behavior_test/10: RuntimeError 421 if_null_assignment_behavior_test/10: RuntimeError
476 if_null_assignment_behavior_test/11: RuntimeError 422 if_null_assignment_behavior_test/11: RuntimeError
477 if_null_assignment_behavior_test/12: RuntimeError 423 if_null_assignment_behavior_test/12: RuntimeError
478 if_null_assignment_behavior_test/13: RuntimeError 424 if_null_assignment_behavior_test/13: RuntimeError
479 if_null_assignment_behavior_test/14: RuntimeError 425 if_null_assignment_behavior_test/14: RuntimeError
480 if_null_assignment_behavior_test/15: RuntimeError 426 if_null_assignment_behavior_test/15: RuntimeError
481 if_null_assignment_behavior_test/16: RuntimeError 427 if_null_assignment_behavior_test/16: RuntimeError
482 if_null_assignment_behavior_test/17: RuntimeError 428 if_null_assignment_behavior_test/17: RuntimeError
483 if_null_assignment_behavior_test/18: RuntimeError 429 if_null_assignment_behavior_test/18: RuntimeError
484 if_null_assignment_behavior_test/19: RuntimeError 430 if_null_assignment_behavior_test/19: RuntimeError
485 if_null_assignment_behavior_test/20: RuntimeError 431 if_null_assignment_behavior_test/20: RuntimeError
486 if_null_assignment_behavior_test/21: RuntimeError 432 if_null_assignment_behavior_test/21: RuntimeError
487 if_null_assignment_behavior_test/22: RuntimeError 433 if_null_assignment_behavior_test/22: RuntimeError
488 if_null_assignment_behavior_test/23: RuntimeError 434 if_null_assignment_behavior_test/23: RuntimeError
489 if_null_assignment_behavior_test/24: RuntimeError 435 if_null_assignment_behavior_test/24: RuntimeError
490 if_null_assignment_behavior_test/25: RuntimeError 436 if_null_assignment_behavior_test/25: RuntimeError
491 if_null_assignment_behavior_test/26: RuntimeError 437 if_null_assignment_behavior_test/26: RuntimeError
492 if_null_assignment_behavior_test/27: RuntimeError 438 if_null_assignment_behavior_test/27: RuntimeError
493 if_null_assignment_behavior_test/28: RuntimeError 439 if_null_assignment_behavior_test/28: RuntimeError
494 if_null_assignment_behavior_test/29: RuntimeError 440 if_null_assignment_behavior_test/29: Crash
ahe 2015/11/17 16:44:10 Let's investigate this. Would like to avoid adding
sigurdm 2015/11/19 14:33:48 These are corresponding to crashes in dart2js. The
495 if_null_assignment_behavior_test/31: RuntimeError 441 if_null_assignment_behavior_test/31: RuntimeError
496 if_null_assignment_behavior_test/32: RuntimeError 442 if_null_assignment_behavior_test/32: RuntimeError
497 if_null_assignment_behavior_test/none: RuntimeError 443 if_null_assignment_behavior_test/none: RuntimeError
498 if_null_assignment_static_test/01: RuntimeError 444 if_null_assignment_static_test/01: RuntimeError
499 if_null_assignment_static_test/02: RuntimeError 445 if_null_assignment_static_test/02: RuntimeError
500 if_null_assignment_static_test/03: RuntimeError 446 if_null_assignment_static_test/03: RuntimeError
501 if_null_assignment_static_test/04: RuntimeError 447 if_null_assignment_static_test/04: RuntimeError
502 if_null_assignment_static_test/05: RuntimeError 448 if_null_assignment_static_test/05: RuntimeError
503 if_null_assignment_static_test/06: RuntimeError 449 if_null_assignment_static_test/06: RuntimeError
504 if_null_assignment_static_test/07: RuntimeError 450 if_null_assignment_static_test/07: RuntimeError
(...skipping 26 matching lines...) Expand all
531 if_null_assignment_static_test/34: RuntimeError 477 if_null_assignment_static_test/34: RuntimeError
532 if_null_assignment_static_test/35: RuntimeError 478 if_null_assignment_static_test/35: RuntimeError
533 if_null_assignment_static_test/36: RuntimeError 479 if_null_assignment_static_test/36: RuntimeError
534 if_null_assignment_static_test/37: RuntimeError 480 if_null_assignment_static_test/37: RuntimeError
535 if_null_assignment_static_test/38: RuntimeError 481 if_null_assignment_static_test/38: RuntimeError
536 if_null_assignment_static_test/39: RuntimeError 482 if_null_assignment_static_test/39: RuntimeError
537 if_null_assignment_static_test/40: RuntimeError 483 if_null_assignment_static_test/40: RuntimeError
538 if_null_assignment_static_test/41: RuntimeError 484 if_null_assignment_static_test/41: RuntimeError
539 if_null_assignment_static_test/42: RuntimeError 485 if_null_assignment_static_test/42: RuntimeError
540 if_null_assignment_static_test/none: RuntimeError 486 if_null_assignment_static_test/none: RuntimeError
541 if_null_behavior_test/01: RuntimeError
542 if_null_behavior_test/02: RuntimeError
543 if_null_behavior_test/03: RuntimeError
544 if_null_behavior_test/04: RuntimeError
545 if_null_behavior_test/05: RuntimeError
546 if_null_behavior_test/06: RuntimeError
547 if_null_behavior_test/07: RuntimeError
548 if_null_behavior_test/08: RuntimeError
549 if_null_behavior_test/09: RuntimeError
550 if_null_behavior_test/10: RuntimeError
551 if_null_behavior_test/11: RuntimeError
552 if_null_behavior_test/12: RuntimeError
553 if_null_behavior_test/13: RuntimeError
554 if_null_behavior_test/14: RuntimeError
555 if_null_behavior_test/15: RuntimeError
556 if_null_behavior_test/16: RuntimeError
557 if_null_behavior_test/none: RuntimeError
558 if_null_evaluation_order_test/01: RuntimeError
559 if_null_evaluation_order_test/02: RuntimeError
560 if_null_evaluation_order_test/none: RuntimeError
561 if_null_precedence_test/01: RuntimeError
562 if_null_precedence_test/02: RuntimeError
563 if_null_precedence_test/03: RuntimeError
564 if_null_precedence_test/04: RuntimeError
565 if_null_precedence_test/05: RuntimeError
566 if_null_precedence_test/06: RuntimeError
567 if_null_precedence_test/07: RuntimeError
568 if_null_precedence_test/08: RuntimeError
569 if_null_precedence_test/none: RuntimeError
570 incr_op_test: RuntimeError 487 incr_op_test: RuntimeError
571 instance_creation_in_function_annotation_test: CompileTimeError 488 instance_creation_in_function_annotation_test: CompileTimeError
572 instanceof2_test: RuntimeError 489 instanceof2_test: RuntimeError
573 instanceof3_test: RuntimeError 490 instanceof3_test: RuntimeError
574 instanceof4_test/01: RuntimeError 491 instanceof4_test/01: RuntimeError
575 instanceof4_test/none: RuntimeError 492 instanceof4_test/none: RuntimeError
576 instantiate_type_variable_test/01: CompileTimeError
577 interface2_negative_test: Fail 493 interface2_negative_test: Fail
578 interface_cycle_test/01: MissingCompileTimeError 494 interface_cycle_test/01: MissingCompileTimeError
579 interface_cycle_test/02: MissingCompileTimeError 495 interface_cycle_test/02: MissingCompileTimeError
580 invocation_mirror2_test: CompileTimeError 496 invocation_mirror2_test: CompileTimeError
497 invocation_mirror_empty_arguments_test: RuntimeError
581 invocation_mirror_invoke_on2_test: CompileTimeError 498 invocation_mirror_invoke_on2_test: CompileTimeError
582 invocation_mirror_invoke_on_test: CompileTimeError 499 invocation_mirror_invoke_on_test: CompileTimeError
583 invocation_mirror_test: RuntimeError 500 invocation_mirror_test: RuntimeError
584 is_malformed_type_test/94: RuntimeError 501 is_malformed_type_test/94: RuntimeError
585 is_malformed_type_test/95: RuntimeError 502 is_malformed_type_test/95: RuntimeError
586 is_malformed_type_test/96: RuntimeError 503 is_malformed_type_test/96: RuntimeError
587 is_malformed_type_test/97: RuntimeError 504 is_malformed_type_test/97: RuntimeError
588 is_malformed_type_test/98: RuntimeError 505 is_malformed_type_test/98: RuntimeError
589 is_malformed_type_test/99: RuntimeError 506 is_malformed_type_test/99: RuntimeError
590 is_not_class2_test: RuntimeError 507 is_not_class2_test: RuntimeError
591 isnot_malformed_type_test: RuntimeError 508 isnot_malformed_type_test: RuntimeError
592 issue10561_test: CompileTimeError 509 issue10561_test: CompileTimeError
593 issue10747_test: RuntimeError 510 issue10747_test: RuntimeError
594 issue13474_test: RuntimeError 511 issue13474_test: RuntimeError
595 issue13673_test: RuntimeError 512 issue13673_test: RuntimeError
596 issue14242_test: RuntimeError 513 issue14242_test: RuntimeError
597 issue18628_1_test/01: RuntimeError 514 issue18628_1_test/01: RuntimeError
598 issue21079_test: CompileTimeError 515 issue21079_test: CompileTimeError
599 issue23244_test: CompileTimeError 516 issue23244_test: CompileTimeError
600 issue_1751477_test: RuntimeError 517 issue_1751477_test: RuntimeError
601 issue_23914_test: CompileTimeError
602 lazy_static3_test: RuntimeError 518 lazy_static3_test: RuntimeError
603 list_is_test: RuntimeError 519 list_is_test: RuntimeError
604 list_literal4_test: RuntimeError 520 list_literal4_test: RuntimeError
605 list_test: RuntimeError 521 list_test: RuntimeError
606 local_function3_test: RuntimeError 522 local_function3_test: RuntimeError
607 local_function_test: RuntimeError 523 local_function_test: RuntimeError
608 main_not_a_function_test/01: CompileTimeError 524 main_not_a_function_test/01: CompileTimeError
609 main_test/03: CompileTimeError 525 main_test/03: CompileTimeError
610 malbounded_type_cast_test: RuntimeError 526 malbounded_type_cast_test: RuntimeError
611 malbounded_type_literal_test: RuntimeError 527 malbounded_type_literal_test: RuntimeError
(...skipping 18 matching lines...) Expand all
630 mixin_illegal_cycles_test/06: MissingCompileTimeError 546 mixin_illegal_cycles_test/06: MissingCompileTimeError
631 mixin_mixin2_test: RuntimeError 547 mixin_mixin2_test: RuntimeError
632 mixin_mixin3_test: RuntimeError 548 mixin_mixin3_test: RuntimeError
633 mixin_mixin4_test: RuntimeError 549 mixin_mixin4_test: RuntimeError
634 mixin_mixin5_test: RuntimeError 550 mixin_mixin5_test: RuntimeError
635 mixin_mixin6_test: RuntimeError 551 mixin_mixin6_test: RuntimeError
636 mixin_mixin7_test: RuntimeError 552 mixin_mixin7_test: RuntimeError
637 mixin_mixin_bound2_test: RuntimeError 553 mixin_mixin_bound2_test: RuntimeError
638 mixin_mixin_bound_test: RuntimeError 554 mixin_mixin_bound_test: RuntimeError
639 mixin_only_for_rti_test: RuntimeError 555 mixin_only_for_rti_test: RuntimeError
556 mixin_super_2_test: CompileTimeError
557 mixin_superclass_test: CompileTimeError
640 mixin_super_bound2_test: CompileTimeError 558 mixin_super_bound2_test: CompileTimeError
641 mixin_super_constructor_named_test/01: MissingCompileTimeError 559 mixin_super_constructor_named_test/01: MissingCompileTimeError
642 mixin_super_constructor_positionals_test/01: MissingCompileTimeError 560 mixin_super_constructor_positionals_test/01: MissingCompileTimeError
643 mixin_super_test: CompileTimeError 561 mixin_super_test: CompileTimeError
644 mixin_type_parameter1_test: RuntimeError 562 mixin_type_parameter1_test: RuntimeError
645 mixin_type_parameter2_test: RuntimeError 563 mixin_type_parameter2_test: RuntimeError
646 mixin_type_parameter3_test: RuntimeError 564 mixin_type_parameter3_test: RuntimeError
647 mixin_type_parameters_mixin_extends_test: RuntimeError 565 mixin_type_parameters_mixin_extends_test: RuntimeError
648 mixin_type_parameters_mixin_test: RuntimeError 566 mixin_type_parameters_mixin_test: RuntimeError
649 mixin_type_parameters_simple_test: RuntimeError 567 mixin_type_parameters_simple_test: RuntimeError
650 mixin_type_parameters_super_extends_test: RuntimeError 568 mixin_type_parameters_super_extends_test: RuntimeError
651 mixin_type_parameters_super_test: RuntimeError 569 mixin_type_parameters_super_test: RuntimeError
570 mixin_super_use_test: CompileTimeError
652 multiline_newline_test/01: CompileTimeError 571 multiline_newline_test/01: CompileTimeError
653 multiline_newline_test/02: CompileTimeError 572 multiline_newline_test/02: CompileTimeError
654 multiline_newline_test/03: CompileTimeError 573 multiline_newline_test/03: CompileTimeError
655 multiline_newline_test/04: RuntimeError 574 multiline_newline_test/04: RuntimeError
656 multiline_newline_test/05: RuntimeError 575 multiline_newline_test/05: RuntimeError
657 multiline_newline_test/06: RuntimeError 576 multiline_newline_test/06: RuntimeError
658 multiline_newline_test/none: RuntimeError 577 multiline_newline_test/none: RuntimeError
659 named_parameters_aggregated_test/01: MissingCompileTimeError 578 named_parameters_aggregated_test/01: MissingCompileTimeError
660 named_parameters_type_test/01: MissingRuntimeError 579 named_parameters_type_test/01: MissingRuntimeError
661 named_parameters_type_test/02: MissingRuntimeError 580 named_parameters_type_test/02: MissingRuntimeError
662 named_parameters_type_test/03: MissingRuntimeError 581 named_parameters_type_test/03: MissingRuntimeError
663 named_parameters_with_conversions_test: RuntimeError 582 named_parameters_with_conversions_test: RuntimeError
664 namer2_test: RuntimeError 583 namer2_test: RuntimeError
665 nan_identical_test: RuntimeError 584 nan_identical_test: RuntimeError
666 new_expression_type_args_test/00: CompileTimeError
667 new_expression_type_args_test/01: CompileTimeError
668 no_main_test/01: CompileTimeError 585 no_main_test/01: CompileTimeError
669 no_such_method2_test: RuntimeError 586 no_such_method2_test: RuntimeError
670 no_such_method_dispatcher_test: RuntimeError 587 no_such_method_dispatcher_test: RuntimeError
671 no_such_method_test: CompileTimeError 588 no_such_method_test: CompileTimeError
672 not_enough_positional_arguments_test/01: CompileTimeError 589 not_enough_positional_arguments_test/01: CompileTimeError
673 not_enough_positional_arguments_test/02: CompileTimeError 590 not_enough_positional_arguments_test/02: CompileTimeError
674 not_enough_positional_arguments_test/05: CompileTimeError 591 not_enough_positional_arguments_test/05: CompileTimeError
675 null_is2_test: RuntimeError 592 null_is2_test: RuntimeError
676 null_test/none: CompileTimeError 593 null_test/none: CompileTimeError
677 nullaware_opt_test: RuntimeError 594 nullaware_opt_test: RuntimeError
678 number_identity2_test: RuntimeError 595 number_identity2_test: RuntimeError
679 on_catch_malformed_type_test: RuntimeError 596 on_catch_malformed_type_test: RuntimeError
680 overridden_no_such_method_test: CompileTimeError 597 overridden_no_such_method_test: CompileTimeError
681 override_inheritance_mixed_test/08: CompileTimeError 598 override_inheritance_mixed_test/08: CompileTimeError
682 override_inheritance_mixed_test/09: CompileTimeError 599 override_inheritance_mixed_test/09: CompileTimeError
683 positional_parameters_type_test/01: MissingRuntimeError 600 positional_parameters_type_test/01: MissingRuntimeError
684 positional_parameters_type_test/02: MissingRuntimeError 601 positional_parameters_type_test/02: MissingRuntimeError
685 prefix16_test: RuntimeError 602 prefix16_test: RuntimeError
686 prefix_assignment_test/01: RuntimeError 603 prefix_assignment_test/01: Crash
ahe 2015/11/17 16:44:10 Ditto.
sigurdm 2015/11/19 14:33:47 ditto
687 prefix_assignment_test/02: RuntimeError 604 prefix_assignment_test/02: Crash
688 prefix_identifier_reference_test/05: RuntimeError 605 prefix_identifier_reference_test/05: Crash
689 redirecting_constructor_initializer_test: RuntimeError 606 redirecting_constructor_initializer_test: RuntimeError
690 redirecting_factory_default_values_test/01: MissingCompileTimeError 607 redirecting_factory_default_values_test/01: MissingCompileTimeError
691 redirecting_factory_default_values_test/02: MissingCompileTimeError 608 redirecting_factory_default_values_test/02: MissingCompileTimeError
692 redirecting_factory_long_test: RuntimeError 609 redirecting_factory_long_test: RuntimeError
693 redirecting_factory_reflection_test: CompileTimeError 610 redirecting_factory_reflection_test: CompileTimeError
694 ref_before_declaration_test/00: MissingCompileTimeError 611 ref_before_declaration_test/00: MissingCompileTimeError
695 ref_before_declaration_test/01: MissingCompileTimeError 612 ref_before_declaration_test/01: MissingCompileTimeError
696 ref_before_declaration_test/02: MissingCompileTimeError 613 ref_before_declaration_test/02: MissingCompileTimeError
697 ref_before_declaration_test/03: MissingCompileTimeError 614 ref_before_declaration_test/03: MissingCompileTimeError
698 ref_before_declaration_test/04: MissingCompileTimeError 615 ref_before_declaration_test/04: MissingCompileTimeError
699 ref_before_declaration_test/05: MissingCompileTimeError 616 ref_before_declaration_test/05: MissingCompileTimeError
700 ref_before_declaration_test/06: MissingCompileTimeError 617 ref_before_declaration_test/06: MissingCompileTimeError
701 regress_13462_0_test: CompileTimeError 618 regress_13462_0_test: CompileTimeError
702 regress_13462_1_test: CompileTimeError 619 regress_13462_1_test: CompileTimeError
703 regress_13494_test: RuntimeError 620 regress_13494_test: RuntimeError
704 regress_14348_test: CompileTimeError
705 regress_17382_test: RuntimeError 621 regress_17382_test: RuntimeError
706 regress_18535_test: CompileTimeError 622 regress_18535_test: CompileTimeError
707 regress_20935_test: Fail 623 regress_20935_test: Fail
708 regress_21795_test: RuntimeError 624 regress_21795_test: RuntimeError
709 regress_22438_test: RuntimeError 625 regress_22438_test: RuntimeError
710 regress_22443_test: RuntimeError 626 regress_22443_test: RuntimeError
711 regress_22445_test: RuntimeError 627 regress_22445_test: RuntimeError
712 regress_22579_test: RuntimeError 628 regress_22579_test: RuntimeError
713 regress_22700_test: RuntimeError 629 regress_22700_test: RuntimeError
714 regress_22777_test: RuntimeError 630 regress_22777_test: RuntimeError
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 vm/debug_break_enabled_vm_test/01: CompileTimeError 735 vm/debug_break_enabled_vm_test/01: CompileTimeError
820 vm/debug_break_enabled_vm_test/none: CompileTimeError 736 vm/debug_break_enabled_vm_test/none: CompileTimeError
821 vm/issue21220_vm_test: CompileTimeError # Int32x4 support 737 vm/issue21220_vm_test: CompileTimeError # Int32x4 support
822 vm/load_to_load_forwarding_vm_test: CompileTimeError 738 vm/load_to_load_forwarding_vm_test: CompileTimeError
823 vm/load_to_load_unaligned_forwarding_vm_test: CompileTimeError 739 vm/load_to_load_unaligned_forwarding_vm_test: CompileTimeError
824 vm/no_such_method_error_message_vm_test: RuntimeError 740 vm/no_such_method_error_message_vm_test: RuntimeError
825 vm/optimized_await_regress_test: RuntimeError 741 vm/optimized_await_regress_test: RuntimeError
826 vm/optimized_guarded_field_isolates_test: CompileTimeError 742 vm/optimized_guarded_field_isolates_test: CompileTimeError
827 vm/reflect_core_vm_test: CompileTimeError 743 vm/reflect_core_vm_test: CompileTimeError
828 vm/reusable_boxes_test: CompileTimeError 744 vm/reusable_boxes_test: CompileTimeError
745 vm/regress_24517_test: RuntimeError
829 vm/type_cast_vm_test: RuntimeError 746 vm/type_cast_vm_test: RuntimeError
830 vm/type_vm_test: RuntimeError 747 vm/type_vm_test: RuntimeError
831 vm/typed_data_polymorphic_view_test: RuntimeError 748 vm/typed_data_polymorphic_view_test: RuntimeError
832 749
833 # Object.runtimeType isn't implemented 750 # Object.runtimeType isn't implemented
834 f_bounded_equality_test: RuntimeError 751 f_bounded_equality_test: RuntimeError
835 f_bounded_quantification4_test: RuntimeError 752 f_bounded_quantification4_test: RuntimeError
836 f_bounded_quantification5_test: RuntimeError 753 f_bounded_quantification5_test: RuntimeError
837 first_class_types_libraries_test: RuntimeError 754 first_class_types_libraries_test: RuntimeError
838 first_class_types_test: RuntimeError 755 first_class_types_test: RuntimeError
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 this_test/07: RuntimeError 819 this_test/07: RuntimeError
903 820
904 # Fletch reports compile-time error, but should report a runtime error. 821 # Fletch reports compile-time error, but should report a runtime error.
905 bad_constructor_test/05: CompileTimeError 822 bad_constructor_test/05: CompileTimeError
906 constructor_duplicate_final_test/01: CompileTimeError 823 constructor_duplicate_final_test/01: CompileTimeError
907 constructor_duplicate_final_test/02: CompileTimeError 824 constructor_duplicate_final_test/02: CompileTimeError
908 constructor_named_arguments_test/01: CompileTimeError 825 constructor_named_arguments_test/01: CompileTimeError
909 external_test/10: CompileTimeError 826 external_test/10: CompileTimeError
910 external_test/13: CompileTimeError 827 external_test/13: CompileTimeError
911 external_test/20: CompileTimeError 828 external_test/20: CompileTimeError
912 instantiate_type_variable_test/01: CompileTimeError
913 main_not_a_function_test/01: CompileTimeError 829 main_not_a_function_test/01: CompileTimeError
914 main_test/03: CompileTimeError 830 main_test/03: CompileTimeError
915 new_expression_type_args_test/00: CompileTimeError
916 new_expression_type_args_test/01: CompileTimeError
917 no_main_test/01: CompileTimeError 831 no_main_test/01: CompileTimeError
918 not_enough_positional_arguments_test/01: CompileTimeError 832 not_enough_positional_arguments_test/01: CompileTimeError
919 not_enough_positional_arguments_test/05: CompileTimeError 833 not_enough_positional_arguments_test/05: CompileTimeError
920 not_enough_positional_arguments_test/02: CompileTimeError 834 not_enough_positional_arguments_test/02: CompileTimeError
921 835
922 [ $system == lk ] 836 [ $system == lk ]
923 await_for_test: Crash 837 await_for_test: Crash
924 bit_operations_test/01: Crash 838 bit_operations_test/01: Crash
925 bit_operations_test/02: Crash 839 bit_operations_test/02: Crash
926 bit_operations_test/03: Crash 840 bit_operations_test/03: Crash
(...skipping 14 matching lines...) Expand all
941 number_identity2_test: Crash 855 number_identity2_test: Crash
942 round_test: RuntimeError 856 round_test: RuntimeError
943 vm/typed_data_polymorphic_view_test: Crash 857 vm/typed_data_polymorphic_view_test: Crash
944 vm/closure_memory_retention_test: Crash # Out of memory. Fragmentation. 858 vm/closure_memory_retention_test: Crash # Out of memory. Fragmentation.
945 # Slow because of stack-overflow exception printing. 859 # Slow because of stack-overflow exception printing.
946 issue_22780_test/01: Slow, Pass 860 issue_22780_test/01: Slow, Pass
947 final_syntax_test/08: Slow, Pass 861 final_syntax_test/08: Slow, Pass
948 862
949 [ $mode == debug && $system == macos && $asan ] 863 [ $mode == debug && $system == macos && $asan ]
950 closure_cycles_test: Slow, Pass 864 closure_cycles_test: Slow, Pass
OLDNEW
« tests/corelib.status ('K') | « tests/golem/golem_tests.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698