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

Side by Side Diff: tests/language_2/language_2_dart2js.status

Issue 2990333002: Run update_status to sort status file (Closed)
Patch Set: redo update_status 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". 5 # Sections in this file should contain "$compiler == dart2js".
6 6
7 # dart2js does not implement the Dart 2.0 static type errors yet. 7 # dart2js does not implement the Dart 2.0 static type errors yet.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 async_await_syntax_test/c04a: Crash 207 async_await_syntax_test/c04a: Crash
208 async_await_syntax_test/c05a: Crash 208 async_await_syntax_test/c05a: Crash
209 async_await_syntax_test/c06a: Crash 209 async_await_syntax_test/c06a: Crash
210 async_await_syntax_test/c07a: Crash 210 async_await_syntax_test/c07a: Crash
211 async_await_syntax_test/c08a: Crash 211 async_await_syntax_test/c08a: Crash
212 async_await_syntax_test/c09a: Crash 212 async_await_syntax_test/c09a: Crash
213 async_await_syntax_test/c10a: Crash 213 async_await_syntax_test/c10a: Crash
214 async_await_syntax_test/d01a: Crash 214 async_await_syntax_test/d01a: Crash
215 async_await_syntax_test/d02a: Crash 215 async_await_syntax_test/d02a: Crash
216 async_await_syntax_test/d03a: Crash 216 async_await_syntax_test/d03a: Crash
217 async_await_syntax_test/d04a: Crash 217 async_await_syntax_test/d04a: Crash # NoSuchMethodError: The getter 'enclosingCl ass' was called on null.
218 async_await_syntax_test/d04a: RuntimeError
219 async_await_syntax_test/d05a: Crash 218 async_await_syntax_test/d05a: Crash
220 async_await_syntax_test/d06a: Crash 219 async_await_syntax_test/d06a: Crash
221 async_await_syntax_test/d07a: Crash 220 async_await_syntax_test/d07a: Crash # NoSuchMethodError: The getter 'enclosingCl ass' was called on null.
222 async_await_syntax_test/d07a: RuntimeError 221 async_await_syntax_test/d08a: Crash # NoSuchMethodError: The getter 'enclosingCl ass' was called on null.
223 async_await_syntax_test/d08a: Crash 222 async_await_syntax_test/d08b: Crash # NoSuchMethodError: The getter 'enclosingCl ass' was called on null.
224 async_await_syntax_test/d08a: RuntimeError
225 async_await_syntax_test/d08b: Crash
226 async_await_syntax_test/d08b: RuntimeError
227 async_await_syntax_test/d09a: Crash 223 async_await_syntax_test/d09a: Crash
228 async_await_syntax_test/d10a: Crash 224 async_await_syntax_test/d10a: Crash
229 async_break_in_finally_test: Crash 225 async_break_in_finally_test: Crash
230 async_call_test: Crash 226 async_call_test: Crash
231 async_cascade_test: Crash 227 async_cascade_test: Crash
232 async_continue_label_test/await_in_body: Crash 228 async_continue_label_test/await_in_body: Crash
233 async_continue_label_test/await_in_condition: Crash 229 async_continue_label_test/await_in_condition: Crash
234 async_continue_label_test/await_in_init: Crash 230 async_continue_label_test/await_in_init: Crash
235 async_continue_label_test/await_in_update: Crash 231 async_continue_label_test/await_in_update: Crash
236 async_continue_label_test/none: Crash 232 async_continue_label_test/none: Crash
237 async_control_structures_test: Crash 233 async_control_structures_test: Crash
238 async_finally_rethrow_test: Crash 234 async_finally_rethrow_test: Crash
239 async_or_generator_return_type_stacktrace_test/01: Crash 235 async_or_generator_return_type_stacktrace_test/01: Crash
240 async_or_generator_return_type_stacktrace_test/02: Crash 236 async_or_generator_return_type_stacktrace_test/02: Crash
241 async_or_generator_return_type_stacktrace_test/03: Crash 237 async_or_generator_return_type_stacktrace_test/03: Crash
242 async_regression_23058_test: Crash 238 async_regression_23058_test: Crash
243 async_rethrow_test: Crash 239 async_rethrow_test: Crash
244 async_return_types_test/nestedFuture: Crash 240 async_return_types_test/nestedFuture: Crash
245 async_return_types_test/none: Crash 241 async_return_types_test/none: Crash
246 async_return_types_test/tooManyTypeParameters: CompileTimeError
247 async_return_types_test/tooManyTypeParameters: Crash 242 async_return_types_test/tooManyTypeParameters: Crash
248 async_return_types_test/wrongReturnType: Crash 243 async_return_types_test/wrongReturnType: Crash
249 async_return_types_test/wrongTypeParameter: Crash 244 async_return_types_test/wrongTypeParameter: Crash
250 async_star_await_pauses_test: Crash 245 async_star_await_pauses_test: Crash
251 async_star_cancel_and_throw_in_finally_test: Crash 246 async_star_cancel_and_throw_in_finally_test: Crash
252 async_star_cancel_while_paused_test: Crash 247 async_star_cancel_while_paused_test: Crash
253 async_star_no_cancel2_test: Crash 248 async_star_no_cancel2_test: Crash
254 async_star_no_cancel_test: Crash 249 async_star_no_cancel_test: Crash
255 async_star_pause_test: Crash 250 async_star_pause_test: Crash
256 async_star_regression_2238_test: Crash 251 async_star_regression_2238_test: Crash
257 async_star_regression_23116_test: Crash 252 async_star_regression_23116_test: Crash
258 async_star_regression_fisk_test: Crash 253 async_star_regression_fisk_test: Crash
259 async_star_stream_take_test: Crash 254 async_star_stream_take_test: Crash
260 async_star_take_reyield_test: Crash 255 async_star_take_reyield_test: Crash
261 bad_constructor_test/05: MissingCompileTimeError 256 bad_constructor_test/05: MissingCompileTimeError
262 bad_named_parameters2_test/01: Crash 257 bad_named_parameters2_test/01: Crash
263 bad_named_parameters_test/01: Crash 258 bad_named_parameters_test/01: Crash
264 bad_named_parameters_test/02: Crash 259 bad_named_parameters_test/02: Crash
265 bad_named_parameters_test/03: Crash 260 bad_named_parameters_test/03: Crash
266 bad_named_parameters_test/04: Crash 261 bad_named_parameters_test/04: Crash
267 bad_named_parameters_test/05: Crash 262 bad_named_parameters_test/05: Crash
268 bad_override_test/03: MissingCompileTimeError 263 bad_override_test/03: MissingCompileTimeError
269 bad_override_test/04: Crash 264 bad_override_test/04: Crash # type 'KernelField' is not a subtype of type 'Proce dure' of 'value' where
270 bad_override_test/04: MissingCompileTimeError
271 bad_override_test/05: MissingCompileTimeError 265 bad_override_test/05: MissingCompileTimeError
272 bailout3_test: Crash 266 bailout3_test: Crash
273 bailout4_test: Crash 267 bailout4_test: Crash
274 bailout5_test: Crash 268 bailout5_test: Crash
275 bailout6_test: Crash 269 bailout6_test: Crash
276 bailout7_test: Crash 270 bailout7_test: Crash
277 bailout_test: Crash 271 bailout_test: Crash
278 bind_test: Crash 272 bind_test: Crash
279 bit_operations_test/01: Crash 273 bit_operations_test/01: Crash
280 bit_operations_test/02: Crash 274 bit_operations_test/02: Crash
281 bit_operations_test/03: Crash 275 bit_operations_test/03: Crash
282 bit_operations_test/04: Crash 276 bit_operations_test/04: Crash
283 bit_operations_test/none: Crash 277 bit_operations_test/none: Crash
284 bool_check_test: Crash 278 bool_check_test: Crash
285 bool_condition_check_test: Crash 279 bool_condition_check_test: Crash
286 bool_test: Crash 280 bool_test: Crash
287 bound_closure_equality_test: Crash 281 bound_closure_equality_test: Crash
288 bound_closure_primitives_test: Crash 282 bound_closure_primitives_test: Crash
289 branch_canonicalization_test: RuntimeError 283 branch_canonicalization_test: RuntimeError
290 break_test: Crash 284 break_test: Crash
291 built_in_identifier_test/01: Crash 285 built_in_identifier_test/01: Crash
292 built_in_identifier_test/none: Crash 286 built_in_identifier_test/none: Crash
287 call_closurization_test: Crash
288 call_constructor_on_unresolvable_class_test/07: Crash
289 call_function2_test: Crash # Assertion failure: Cannot find value local(Maps_map ToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(M aps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Ma ps_mapToString_closure.call).
290 call_function_apply_test: Crash
291 call_function_test: Crash # type 'FunctionType' is not a subtype of type 'Resolu tionFunctionType' of 'type' where
292 call_nonexistent_constructor_test/01: Crash
293 call_nonexistent_constructor_test/02: Crash
294 call_nonexistent_static_test/01: Crash
295 call_nonexistent_static_test/02: Crash
296 call_nonexistent_static_test/03: Crash
297 call_nonexistent_static_test/04: Crash
298 call_nonexistent_static_test/05: Crash
299 call_nonexistent_static_test/06: Crash
300 call_nonexistent_static_test/07: Crash
301 call_nonexistent_static_test/08: Crash
302 call_nonexistent_static_test/09: Crash
303 call_nonexistent_static_test/10: Crash
304 call_operator_test: RuntimeError
305 call_property_test: Crash
306 call_test: Crash
307 call_through_getter_test: Crash
308 call_through_null_getter_test: Crash
309 call_type_literal_test/01: Crash
310 call_with_no_such_method_test: Crash
311 canonical_const2_test: RuntimeError
312 canonical_const_test: Crash
313 cascade2_test: Crash
314 cascade_in_expression_function_test: Crash
315 cascade_precedence_test: Crash
316 cascade_test/none: Crash
317 cast2_test: Crash # Assertion failure: Cannot find value local(main_closure.call #oc) in (local(main#)) for j:closure_call(main_closure.call).
318 cast_test/04: RuntimeError
319 cast_test/05: RuntimeError
320 cast_test/none: RuntimeError
321 catch_liveness_test: Crash
322 cha_deopt1_test: CompileTimeError
323 cha_deopt2_test: CompileTimeError
324 cha_deopt3_test: CompileTimeError
293 function_type/function_type0_test: Crash 325 function_type/function_type0_test: Crash
294 function_type/function_type10_test: Crash 326 function_type/function_type10_test: Crash
295 function_type/function_type11_test: Crash 327 function_type/function_type11_test: Crash
296 function_type/function_type12_test: Crash 328 function_type/function_type12_test: Crash
297 function_type/function_type13_test: Crash 329 function_type/function_type13_test: Crash
298 function_type/function_type14_test: Crash 330 function_type/function_type14_test: Crash
299 function_type/function_type15_test: Crash 331 function_type/function_type15_test: Crash
300 function_type/function_type16_test: Crash 332 function_type/function_type16_test: Crash
301 function_type/function_type17_test: Crash 333 function_type/function_type17_test: Crash
302 function_type/function_type18_test: Crash 334 function_type/function_type18_test: Crash
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 function_type/function_type91_test: Crash 415 function_type/function_type91_test: Crash
384 function_type/function_type92_test: Crash 416 function_type/function_type92_test: Crash
385 function_type/function_type93_test: Crash 417 function_type/function_type93_test: Crash
386 function_type/function_type94_test: Crash 418 function_type/function_type94_test: Crash
387 function_type/function_type95_test: Crash 419 function_type/function_type95_test: Crash
388 function_type/function_type96_test: Crash 420 function_type/function_type96_test: Crash
389 function_type/function_type97_test: Crash 421 function_type/function_type97_test: Crash
390 function_type/function_type98_test: Crash 422 function_type/function_type98_test: Crash
391 function_type/function_type99_test: Crash 423 function_type/function_type99_test: Crash
392 function_type/function_type9_test: Crash 424 function_type/function_type9_test: Crash
393 call_closurization_test: Crash
394 call_constructor_on_unresolvable_class_test/07: Crash
395 call_function_apply_test: Crash
396 call_nonexistent_constructor_test/01: Crash
397 call_nonexistent_constructor_test/02: Crash
398 call_nonexistent_constructor_test/none: Crash
399 call_nonexistent_static_test/01: Crash
400 call_nonexistent_static_test/02: Crash
401 call_nonexistent_static_test/03: Crash
402 call_nonexistent_static_test/04: Crash
403 call_nonexistent_static_test/05: Crash
404 call_nonexistent_static_test/06: Crash
405 call_nonexistent_static_test/07: Crash
406 call_nonexistent_static_test/08: Crash
407 call_nonexistent_static_test/09: Crash
408 call_nonexistent_static_test/10: Crash
409 call_nonexistent_static_test/none: Crash
410 call_operator_test: RuntimeError
411 call_property_test: Crash
412 call_test: Crash
413 call_through_getter_test: Crash
414 call_through_null_getter_test: Crash
415 call_type_literal_test/01: Crash
416 call_with_no_such_method_test: Crash
417 canonical_const2_test: RuntimeError
418 canonical_const3_test: Crash
419 canonical_const_test: Crash
420 cascade2_test: Crash
421 cascade_in_expression_function_test: Crash
422 cascade_precedence_test: Crash
423 cascade_test/none: Crash
424 cast_test/04: RuntimeError
425 cast_test/05: RuntimeError
426 cast_test/none: RuntimeError
427 catch_liveness_test: Crash
428 cha_deopt1_test: CompileTimeError
429 cha_deopt2_test: CompileTimeError
430 cha_deopt3_test: CompileTimeError
431 425
432 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 426 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
433 aborting_switch_case_test: Crash 427 aborting_switch_case_test: Crash
434 abstract_beats_arguments_test: Crash 428 abstract_beats_arguments_test: Crash
435 abstract_exact_selector_test/01: Crash 429 abstract_exact_selector_test/01: Crash
436 abstract_exact_selector_test/none: Crash 430 abstract_exact_selector_test/none: Crash
437 abstract_getter_test/01: Crash 431 abstract_getter_test/01: Crash
438 abstract_method_test: Crash 432 abstract_method_test: Crash
439 abstract_object_method_test: Crash 433 abstract_object_method_test: Crash
440 abstract_runtime_error_test/01: Crash 434 abstract_runtime_error_test/01: Crash
(...skipping 17 matching lines...) Expand all
458 assign_to_type_test/03: Crash 452 assign_to_type_test/03: Crash
459 assign_to_type_test/04: Crash 453 assign_to_type_test/04: Crash
460 assign_top_method_test/01: Crash 454 assign_top_method_test/01: Crash
461 async_and_or_test: Crash 455 async_and_or_test: Crash
462 async_await_catch_regression_test: Crash 456 async_await_catch_regression_test: Crash
463 async_await_foreign_test: Crash 457 async_await_foreign_test: Crash
464 async_await_syntax_test/a01a: Crash 458 async_await_syntax_test/a01a: Crash
465 async_await_syntax_test/a02a: Crash 459 async_await_syntax_test/a02a: Crash
466 async_await_syntax_test/a03a: Crash 460 async_await_syntax_test/a03a: Crash
467 async_await_syntax_test/a03b: Crash 461 async_await_syntax_test/a03b: Crash
468 async_await_syntax_test/a04a: Crash
469 async_await_syntax_test/a04a: RuntimeError 462 async_await_syntax_test/a04a: RuntimeError
470 async_await_syntax_test/a04c: Crash
471 async_await_syntax_test/a04c: RuntimeError 463 async_await_syntax_test/a04c: RuntimeError
472 async_await_syntax_test/a05a: Crash 464 async_await_syntax_test/a05a: Crash
473 async_await_syntax_test/a05b: Crash 465 async_await_syntax_test/a05b: Crash
474 async_await_syntax_test/a06a: Crash 466 async_await_syntax_test/a06a: Crash
475 async_await_syntax_test/a07a: Crash
476 async_await_syntax_test/a07a: RuntimeError 467 async_await_syntax_test/a07a: RuntimeError
477 async_await_syntax_test/a08a: Crash
478 async_await_syntax_test/a08a: RuntimeError 468 async_await_syntax_test/a08a: RuntimeError
479 async_await_syntax_test/a09a: Crash 469 async_await_syntax_test/a09a: Crash
480 async_await_syntax_test/a10a: Crash 470 async_await_syntax_test/a10a: Crash
481 async_await_syntax_test/a11b: Crash
482 async_await_syntax_test/a11b: RuntimeError 471 async_await_syntax_test/a11b: RuntimeError
483 async_await_syntax_test/a11c: Crash 472 async_await_syntax_test/a11c: Crash
484 async_await_syntax_test/a11d: Crash 473 async_await_syntax_test/a11d: Crash
485 async_await_syntax_test/a12g: Crash 474 async_await_syntax_test/a12g: Crash
486 async_await_syntax_test/b01a: Crash 475 async_await_syntax_test/b01a: Crash
487 async_await_syntax_test/b02a: Crash 476 async_await_syntax_test/b02a: Crash
488 async_await_syntax_test/b03a: Crash 477 async_await_syntax_test/b03a: Crash
489 async_await_syntax_test/b04a: Crash
490 async_await_syntax_test/b04a: RuntimeError 478 async_await_syntax_test/b04a: RuntimeError
491 async_await_syntax_test/b05a: Crash 479 async_await_syntax_test/b05a: Crash
492 async_await_syntax_test/b06a: Crash 480 async_await_syntax_test/b06a: Crash
493 async_await_syntax_test/b07a: Crash
494 async_await_syntax_test/b07a: RuntimeError 481 async_await_syntax_test/b07a: RuntimeError
495 async_await_syntax_test/b08a: Crash
496 async_await_syntax_test/b08a: RuntimeError 482 async_await_syntax_test/b08a: RuntimeError
497 async_await_syntax_test/b09a: Crash 483 async_await_syntax_test/b09a: Crash
498 async_await_syntax_test/b10a: Crash 484 async_await_syntax_test/b10a: Crash
499 async_await_syntax_test/b11b: Crash
500 async_await_syntax_test/b11b: RuntimeError 485 async_await_syntax_test/b11b: RuntimeError
501 async_await_syntax_test/b11c: Crash 486 async_await_syntax_test/b11c: Crash
502 async_await_syntax_test/b11d: Crash 487 async_await_syntax_test/b11d: Crash
503 async_await_syntax_test/b12g: Crash 488 async_await_syntax_test/b12g: Crash
504 async_await_syntax_test/c01a: Crash 489 async_await_syntax_test/c01a: Crash
505 async_await_syntax_test/c02a: Crash 490 async_await_syntax_test/c02a: Crash
506 async_await_syntax_test/c03a: Crash 491 async_await_syntax_test/c03a: Crash
507 async_await_syntax_test/c04a: Crash 492 async_await_syntax_test/c04a: Crash
508 async_await_syntax_test/c05a: Crash 493 async_await_syntax_test/c05a: Crash
509 async_await_syntax_test/c06a: Crash 494 async_await_syntax_test/c06a: Crash
510 async_await_syntax_test/c07a: Crash 495 async_await_syntax_test/c07a: Crash
511 async_await_syntax_test/c08a: Crash 496 async_await_syntax_test/c08a: Crash
512 async_await_syntax_test/c09a: Crash 497 async_await_syntax_test/c09a: Crash
513 async_await_syntax_test/c10a: Crash 498 async_await_syntax_test/c10a: Crash
514 async_await_syntax_test/d01a: Crash 499 async_await_syntax_test/d01a: Crash
515 async_await_syntax_test/d02a: Crash 500 async_await_syntax_test/d02a: Crash
516 async_await_syntax_test/d03a: Crash 501 async_await_syntax_test/d03a: Crash
517 async_await_syntax_test/d04a: Crash 502 async_await_syntax_test/d04a: Crash # NoSuchMethodError: The getter 'enclosingCl ass' was called on null.
518 async_await_syntax_test/d04a: RuntimeError
519 async_await_syntax_test/d05a: Crash 503 async_await_syntax_test/d05a: Crash
520 async_await_syntax_test/d06a: Crash 504 async_await_syntax_test/d06a: Crash
521 async_await_syntax_test/d07a: Crash 505 async_await_syntax_test/d07a: Crash # NoSuchMethodError: The getter 'enclosingCl ass' was called on null.
522 async_await_syntax_test/d07a: RuntimeError 506 async_await_syntax_test/d08a: Crash # NoSuchMethodError: The getter 'enclosingCl ass' was called on null.
523 async_await_syntax_test/d08a: Crash 507 async_await_syntax_test/d08b: Crash # NoSuchMethodError: The getter 'enclosingCl ass' was called on null.
524 async_await_syntax_test/d08a: RuntimeError
525 async_await_syntax_test/d08b: Crash
526 async_await_syntax_test/d08b: RuntimeError
527 async_await_syntax_test/d09a: Crash 508 async_await_syntax_test/d09a: Crash
528 async_await_syntax_test/d10a: Crash 509 async_await_syntax_test/d10a: Crash
529 async_break_in_finally_test: Crash 510 async_break_in_finally_test: Crash
530 async_call_test: Crash 511 async_call_test: Crash
531 async_cascade_test: Crash 512 async_cascade_test: Crash
532 async_continue_label_test/await_in_body: Crash 513 async_continue_label_test/await_in_body: Crash
533 async_continue_label_test/await_in_condition: Crash 514 async_continue_label_test/await_in_condition: Crash
534 async_continue_label_test/await_in_init: Crash 515 async_continue_label_test/await_in_init: Crash
535 async_continue_label_test/await_in_update: Crash 516 async_continue_label_test/await_in_update: Crash
536 async_continue_label_test/none: Crash 517 async_continue_label_test/none: Crash
537 async_control_structures_test: Crash 518 async_control_structures_test: Crash
538 async_finally_rethrow_test: Crash 519 async_finally_rethrow_test: Crash
539 async_or_generator_return_type_stacktrace_test/01: Crash 520 async_or_generator_return_type_stacktrace_test/01: Crash
540 async_or_generator_return_type_stacktrace_test/02: Crash 521 async_or_generator_return_type_stacktrace_test/02: Crash
541 async_or_generator_return_type_stacktrace_test/03: Crash 522 async_or_generator_return_type_stacktrace_test/03: Crash
542 async_regression_23058_test: Crash 523 async_regression_23058_test: Crash
543 async_rethrow_test: Crash 524 async_rethrow_test: Crash
544 async_return_types_test/nestedFuture: Crash 525 async_return_types_test/nestedFuture: Crash
545 async_return_types_test/none: Crash 526 async_return_types_test/none: Crash
546 async_return_types_test/tooManyTypeParameters: CompileTimeError
547 async_return_types_test/tooManyTypeParameters: Crash 527 async_return_types_test/tooManyTypeParameters: Crash
548 async_return_types_test/wrongReturnType: Crash 528 async_return_types_test/wrongReturnType: Crash
549 async_return_types_test/wrongTypeParameter: Crash 529 async_return_types_test/wrongTypeParameter: Crash
550 async_star_await_pauses_test: Crash 530 async_star_await_pauses_test: Crash
551 async_star_cancel_and_throw_in_finally_test: Crash 531 async_star_cancel_and_throw_in_finally_test: Crash
552 async_star_cancel_while_paused_test: Crash 532 async_star_cancel_while_paused_test: Crash
553 async_star_no_cancel2_test: Crash 533 async_star_no_cancel2_test: Crash
554 async_star_no_cancel_test: Crash 534 async_star_no_cancel_test: Crash
555 async_star_pause_test: Crash 535 async_star_pause_test: Crash
556 async_star_regression_2238_test: Crash 536 async_star_regression_2238_test: Crash
557 async_star_regression_23116_test: Crash 537 async_star_regression_23116_test: Crash
558 async_star_regression_fisk_test: Crash 538 async_star_regression_fisk_test: Crash
559 async_star_stream_take_test: Crash 539 async_star_stream_take_test: Crash
560 async_star_take_reyield_test: Crash 540 async_star_take_reyield_test: Crash
561 bad_constructor_test/05: MissingCompileTimeError 541 bad_constructor_test/05: MissingCompileTimeError
562 bad_named_parameters2_test/01: Crash 542 bad_named_parameters2_test/01: Crash
563 bad_named_parameters_test/01: Crash 543 bad_named_parameters_test/01: Crash
564 bad_named_parameters_test/02: Crash 544 bad_named_parameters_test/02: Crash
565 bad_named_parameters_test/03: Crash 545 bad_named_parameters_test/03: Crash
566 bad_named_parameters_test/04: Crash 546 bad_named_parameters_test/04: Crash
567 bad_named_parameters_test/05: Crash 547 bad_named_parameters_test/05: Crash
568 bad_override_test/01: Crash 548 bad_override_test/01: Crash
569 bad_override_test/02: Crash 549 bad_override_test/02: Crash
570 bad_override_test/03: Crash
571 bad_override_test/03: MissingCompileTimeError 550 bad_override_test/03: MissingCompileTimeError
572 bad_override_test/04: Crash
573 bad_override_test/04: MissingCompileTimeError 551 bad_override_test/04: MissingCompileTimeError
574 bad_override_test/05: Crash
575 bad_override_test/05: MissingCompileTimeError 552 bad_override_test/05: MissingCompileTimeError
576 bad_override_test/06: Crash 553 bad_override_test/06: Crash
577 bailout3_test: Crash 554 bailout3_test: Crash
578 bailout4_test: Crash 555 bailout4_test: Crash
579 bailout5_test: Crash 556 bailout5_test: Crash
580 bailout6_test: Crash 557 bailout6_test: Crash
581 bailout7_test: Crash 558 bailout7_test: Crash
582 bailout_test: Crash 559 bailout_test: Crash
583 bind_test: Crash 560 bind_test: Crash
584 bit_operations_test/01: Crash 561 bit_operations_test/01: Crash
585 bit_operations_test/02: Crash 562 bit_operations_test/02: Crash
586 bit_operations_test/03: Crash 563 bit_operations_test/03: Crash
587 bit_operations_test/04: Crash 564 bit_operations_test/04: Crash
588 bit_operations_test/none: Crash 565 bit_operations_test/none: Crash
589 bool_check_test: Crash 566 bool_check_test: Crash
590 bool_condition_check_test/01: Crash 567 bool_condition_check_test/01: Crash
591 bool_condition_check_test: Crash 568 bool_condition_check_test: Crash
592 bool_test: Crash 569 bool_test: Crash
593 bound_closure_equality_test: Crash 570 bound_closure_equality_test: Crash
594 bound_closure_primitives_test: Crash 571 bound_closure_primitives_test: Crash
595 branch_canonicalization_test: Crash
596 branch_canonicalization_test: RuntimeError 572 branch_canonicalization_test: RuntimeError
597 break_test: Crash 573 break_test: Crash
598 built_in_identifier_test/01: Crash 574 built_in_identifier_test/01: Crash
599 built_in_identifier_test/none: Crash 575 built_in_identifier_test/none: Crash
576 call_closurization_test: Crash
577 call_constructor_on_unresolvable_class_test/07: Crash
578 call_function2_test: Crash # Assertion failure: Cannot find value local(Maps_map ToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(M aps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Ma ps_mapToString_closure.call).
579 call_function_apply_test: Crash
580 call_nonexistent_constructor_test/01: Crash
581 call_nonexistent_constructor_test/02: Crash
582 call_nonexistent_static_test/01: Crash
583 call_nonexistent_static_test/02: Crash
584 call_nonexistent_static_test/03: Crash
585 call_nonexistent_static_test/04: Crash
586 call_nonexistent_static_test/05: Crash
587 call_nonexistent_static_test/06: Crash
588 call_nonexistent_static_test/07: Crash
589 call_nonexistent_static_test/08: Crash
590 call_nonexistent_static_test/09: Crash
591 call_nonexistent_static_test/10: Crash
592 call_operator_test: RuntimeError
593 call_test: Crash
594 call_through_getter_test: Crash
595 call_through_null_getter_test: Crash
596 call_type_literal_test/01: Crash
597 call_with_no_such_method_test: Crash
598 canonical_const2_test: RuntimeError
599 canonical_const_test: Crash
600 cascade2_test: Crash
601 cascade_in_expression_function_test: Crash
602 cascade_precedence_test: Crash
603 cascade_test/none: Crash
604 cast2_test: Crash # Assertion failure: Cannot find value local(main_closure.call #oc) in (local(main#)) for j:closure_call(main_closure.call).
605 cast_test/04: RuntimeError
606 cast_test/05: RuntimeError
607 cast_test/none: RuntimeError
608 catch_liveness_test: Crash
609 cha_deopt1_test: CompileTimeError
610 cha_deopt2_test: CompileTimeError
611 cha_deopt3_test: CompileTimeError
600 function_type/function_type0_test: Crash 612 function_type/function_type0_test: Crash
601 function_type/function_type10_test: Crash 613 function_type/function_type10_test: Crash
602 function_type/function_type11_test: Crash 614 function_type/function_type11_test: Crash
603 function_type/function_type12_test: Crash 615 function_type/function_type12_test: Crash
604 function_type/function_type13_test: Crash 616 function_type/function_type13_test: Crash
605 function_type/function_type14_test: Crash 617 function_type/function_type14_test: Crash
606 function_type/function_type15_test: Crash 618 function_type/function_type15_test: Crash
607 function_type/function_type16_test: Crash 619 function_type/function_type16_test: Crash
608 function_type/function_type17_test: Crash 620 function_type/function_type17_test: Crash
609 function_type/function_type18_test: Crash 621 function_type/function_type18_test: Crash
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 function_type/function_type91_test: Crash 702 function_type/function_type91_test: Crash
691 function_type/function_type92_test: Crash 703 function_type/function_type92_test: Crash
692 function_type/function_type93_test: Crash 704 function_type/function_type93_test: Crash
693 function_type/function_type94_test: Crash 705 function_type/function_type94_test: Crash
694 function_type/function_type95_test: Crash 706 function_type/function_type95_test: Crash
695 function_type/function_type96_test: Crash 707 function_type/function_type96_test: Crash
696 function_type/function_type97_test: Crash 708 function_type/function_type97_test: Crash
697 function_type/function_type98_test: Crash 709 function_type/function_type98_test: Crash
698 function_type/function_type99_test: Crash 710 function_type/function_type99_test: Crash
699 function_type/function_type9_test: Crash 711 function_type/function_type9_test: Crash
700 call_closurization_test: Crash
701 call_constructor_on_unresolvable_class_test/07: Crash
702 call_function_apply_test: Crash
703 call_nonexistent_constructor_test/01: Crash
704 call_nonexistent_constructor_test/02: Crash
705 call_nonexistent_constructor_test/none: Crash
706 call_nonexistent_static_test/01: Crash
707 call_nonexistent_static_test/02: Crash
708 call_nonexistent_static_test/03: Crash
709 call_nonexistent_static_test/04: Crash
710 call_nonexistent_static_test/05: Crash
711 call_nonexistent_static_test/06: Crash
712 call_nonexistent_static_test/07: Crash
713 call_nonexistent_static_test/08: Crash
714 call_nonexistent_static_test/09: Crash
715 call_nonexistent_static_test/10: Crash
716 call_nonexistent_static_test/none: Crash
717 call_operator_test: Crash
718 call_operator_test: RuntimeError
719 call_test: Crash
720 call_through_getter_test: Crash
721 call_through_null_getter_test: Crash
722 call_type_literal_test/01: Crash
723 call_with_no_such_method_test: Crash
724 canonical_const2_test: Crash
725 canonical_const2_test: RuntimeError
726 canonical_const3_test: Crash
727 canonical_const_test: Crash
728 cascade2_test: Crash
729 cascade_in_expression_function_test: Crash
730 cascade_precedence_test: Crash
731 cascade_test/none: Crash
732 cast_test/04: Crash
733 cast_test/04: RuntimeError
734 cast_test/05: Crash
735 cast_test/05: RuntimeError
736 cast_test/none: Crash
737 cast_test/none: RuntimeError
738 catch_liveness_test: Crash
739 cha_deopt1_test: CompileTimeError
740 cha_deopt2_test: CompileTimeError
741 cha_deopt3_test: CompileTimeError
742 712
743 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 713 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
744 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 714 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
745 715
746 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] 716 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
747 async_star_await_pauses_test: RuntimeError # Need triage 717 async_star_await_pauses_test: RuntimeError # Need triage
748 async_star_no_cancel2_test: RuntimeError # Need triage 718 async_star_no_cancel2_test: RuntimeError # Need triage
749 async_star_no_cancel_test: RuntimeError # Need triage 719 async_star_no_cancel_test: RuntimeError # Need triage
750 720
751 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] 721 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 function_type/function_type55_test: Crash # Issue 27394 776 function_type/function_type55_test: Crash # Issue 27394
807 function_type/function_type62_test: Crash # Issue 27394 777 function_type/function_type62_test: Crash # Issue 27394
808 function_type/function_type63_test: Crash # Issue 27394 778 function_type/function_type63_test: Crash # Issue 27394
809 function_type/function_type6_test: Crash # Issue 27394 779 function_type/function_type6_test: Crash # Issue 27394
810 function_type/function_type7_test: Crash # Issue 27394 780 function_type/function_type7_test: Crash # Issue 27394
811 function_type/function_type98_test: Crash # Issue 27394 781 function_type/function_type98_test: Crash # Issue 27394
812 function_type/function_type99_test: Crash # Issue 27394 782 function_type/function_type99_test: Crash # Issue 27394
813 783
814 [ $compiler == dart2js && $runtime == safarimobilesim ] 784 [ $compiler == dart2js && $runtime == safarimobilesim ]
815 call_through_getter_test: Fail, OK 785 call_through_getter_test: Fail, OK
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698