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

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

Issue 2729943003: Recover from bad supertypes. (Closed)
Patch Set: 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
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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 abstract_beats_arguments_test: RuntimeError 6 abstract_beats_arguments_test: RuntimeError
7 abstract_runtime_error_test/01: RuntimeError 7 abstract_runtime_error_test/01: RuntimeError
8 abstract_runtime_error_test/02: RuntimeError 8 abstract_runtime_error_test/02: RuntimeError
9 accessor_conflict_export2_test: RuntimeError 9 accessor_conflict_export2_test: RuntimeError
10 accessor_conflict_export_test: RuntimeError 10 accessor_conflict_export_test: RuntimeError
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 enum_syntax_test/06: MissingCompileTimeError 316 enum_syntax_test/06: MissingCompileTimeError
317 enum_syntax_test/20: Crash 317 enum_syntax_test/20: Crash
318 enum_syntax_test/21: MissingCompileTimeError 318 enum_syntax_test/21: MissingCompileTimeError
319 enum_syntax_test/22: Crash 319 enum_syntax_test/22: Crash
320 enum_syntax_test/30: MissingCompileTimeError 320 enum_syntax_test/30: MissingCompileTimeError
321 evaluation_redirecting_constructor_test: RuntimeError 321 evaluation_redirecting_constructor_test: RuntimeError
322 export_ambiguous_main_negative_test: Crash 322 export_ambiguous_main_negative_test: Crash
323 export_double_same_main_test: Crash 323 export_double_same_main_test: Crash
324 export_main_test: Crash 324 export_main_test: Crash
325 export_private_test/01: MissingCompileTimeError 325 export_private_test/01: MissingCompileTimeError
326 extend_type_parameter2_negative_test: DartkCrash
327 extend_type_parameter_negative_test: DartkCrash
328 external_test/11: MissingCompileTimeError 326 external_test/11: MissingCompileTimeError
329 external_test/12: MissingCompileTimeError 327 external_test/12: MissingCompileTimeError
330 external_test/13: MissingRuntimeError 328 external_test/13: MissingRuntimeError
331 external_test/20: MissingRuntimeError 329 external_test/20: MissingRuntimeError
332 external_test/21: MissingCompileTimeError 330 external_test/21: MissingCompileTimeError
333 external_test/22: MissingCompileTimeError 331 external_test/22: MissingCompileTimeError
334 external_test/23: MissingCompileTimeError 332 external_test/23: MissingCompileTimeError
335 external_test/24: MissingCompileTimeError 333 external_test/24: MissingCompileTimeError
336 external_test/25: MissingCompileTimeError 334 external_test/25: MissingCompileTimeError
337 external_test/30: MissingCompileTimeError 335 external_test/30: MissingCompileTimeError
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 function_syntax_test/74: MissingCompileTimeError 370 function_syntax_test/74: MissingCompileTimeError
373 function_type/function_type*: DartkCrash # Issue 27969 371 function_type/function_type*: DartkCrash # Issue 27969
374 function_type_alias2_test: RuntimeError 372 function_type_alias2_test: RuntimeError
375 function_type_alias3_test: RuntimeError 373 function_type_alias3_test: RuntimeError
376 function_type_alias4_test: RuntimeError 374 function_type_alias4_test: RuntimeError
377 function_type_alias5_test/00: MissingCompileTimeError 375 function_type_alias5_test/00: MissingCompileTimeError
378 function_type_alias5_test/01: MissingCompileTimeError 376 function_type_alias5_test/01: MissingCompileTimeError
379 function_type_alias5_test/02: MissingCompileTimeError 377 function_type_alias5_test/02: MissingCompileTimeError
380 function_type_alias6_test/00: MissingCompileTimeError 378 function_type_alias6_test/00: MissingCompileTimeError
381 function_type_alias7_test/00: MissingCompileTimeError 379 function_type_alias7_test/00: MissingCompileTimeError
382 function_type_alias7_test/01: DartkCrash
383 function_type_alias7_test/02: MissingCompileTimeError 380 function_type_alias7_test/02: MissingCompileTimeError
384 function_type_alias9_test/00: MissingCompileTimeError 381 function_type_alias9_test/00: MissingCompileTimeError
385 function_type_parameter2_negative_test: Crash 382 function_type_parameter2_negative_test: Crash
386 function_type_parameter_negative_test: Crash 383 function_type_parameter_negative_test: Crash
387 generic_closure_test: RuntimeError 384 generic_closure_test: RuntimeError
388 generic_constructor_mixin3_test: Crash 385 generic_constructor_mixin3_test: Crash
389 generic_field_mixin2_test: RuntimeError 386 generic_field_mixin2_test: RuntimeError
390 generic_field_mixin3_test: RuntimeError 387 generic_field_mixin3_test: RuntimeError
391 generic_field_mixin4_test: RuntimeError 388 generic_field_mixin4_test: RuntimeError
392 generic_field_mixin5_test: RuntimeError 389 generic_field_mixin5_test: RuntimeError
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 library_ambiguous_test/05: MissingCompileTimeError 431 library_ambiguous_test/05: MissingCompileTimeError
435 library_env_test/has_html_support: RuntimeError 432 library_env_test/has_html_support: RuntimeError
436 library_env_test/has_no_io_support: RuntimeError 433 library_env_test/has_no_io_support: RuntimeError
437 list_literal2_negative_test: Fail 434 list_literal2_negative_test: Fail
438 list_literal4_test: RuntimeError 435 list_literal4_test: RuntimeError
439 main_not_a_function_test/01: Crash 436 main_not_a_function_test/01: Crash
440 malformed2_test/00: RuntimeError 437 malformed2_test/00: RuntimeError
441 malformed_inheritance_test/01: MissingCompileTimeError 438 malformed_inheritance_test/01: MissingCompileTimeError
442 malformed_inheritance_test/03: Crash 439 malformed_inheritance_test/03: Crash
443 malformed_inheritance_test/05: MissingCompileTimeError 440 malformed_inheritance_test/05: MissingCompileTimeError
444 malformed_inheritance_test/07: DartkCrash
445 malformed_inheritance_test/08: DartkCrash
446 malformed_inheritance_test/09: MissingCompileTimeError 441 malformed_inheritance_test/09: MissingCompileTimeError
447 malformed_inheritance_test/10: MissingCompileTimeError 442 malformed_inheritance_test/10: MissingCompileTimeError
448 malformed_inheritance_test/11: DartkCrash
449 malformed_inheritance_test/12: DartkCrash
450 malformed_test/none: RuntimeError 443 malformed_test/none: RuntimeError
451 map_literal2_negative_test: Fail 444 map_literal2_negative_test: Fail
452 map_literal3_test: RuntimeError 445 map_literal3_test: RuntimeError
453 map_literal6_test: RuntimeError 446 map_literal6_test: RuntimeError
454 metadata_test: CompileTimeError 447 metadata_test: CompileTimeError
455 method_name_test: CompileTimeError 448 method_name_test: CompileTimeError
456 method_override_test: RuntimeError 449 method_override_test: RuntimeError
457 missing_const_constructor_test/02: MissingCompileTimeError 450 missing_const_constructor_test/02: MissingCompileTimeError
458 missing_const_constructor_test/03: MissingCompileTimeError 451 missing_const_constructor_test/03: MissingCompileTimeError
459 missing_const_constructor_test/04: Crash 452 missing_const_constructor_test/04: Crash
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 unsupported_operators_test/02: MissingCompileTimeError 808 unsupported_operators_test/02: MissingCompileTimeError
816 unsupported_operators_test/03: MissingCompileTimeError 809 unsupported_operators_test/03: MissingCompileTimeError
817 unsupported_operators_test/04: MissingCompileTimeError 810 unsupported_operators_test/04: MissingCompileTimeError
818 811
819 # dartk: precompilation failures (debug) 812 # dartk: precompilation failures (debug)
820 [ $compiler == dartkp && $mode == debug ] 813 [ $compiler == dartkp && $mode == debug ]
821 external_test/13: Crash 814 external_test/13: Crash
822 final_syntax_test/09: Crash 815 final_syntax_test/09: Crash
823 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 816 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
824 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 817 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« pkg/front_end/test/fasta/compile.status ('K') | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698