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

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

Issue 2725973004: Correctly recover from incorrect imports, etc. (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
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/stack_listener.dart ('k') | 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) 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError 406 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError
407 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError 407 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError
408 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError 408 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError
409 Language/Libraries_and_Scripts/Imports/same_name_t07: MissingCompileTimeError 409 Language/Libraries_and_Scripts/Imports/same_name_t07: MissingCompileTimeError
410 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError 410 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError
411 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError 411 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError
412 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError 412 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError
413 Language/Libraries_and_Scripts/Imports/same_name_t17: MissingCompileTimeError 413 Language/Libraries_and_Scripts/Imports/same_name_t17: MissingCompileTimeError
414 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError 414 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError
415 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries. 415 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries.
416 Language/Libraries_and_Scripts/Imports/syntax_t02: DartkCrash
417 Language/Libraries_and_Scripts/Imports/syntax_t03: DartkCrash
418 Language/Libraries_and_Scripts/Imports/syntax_t04: DartkCrash
419 Language/Libraries_and_Scripts/Imports/syntax_t11: DartkCrash
420 Language/Libraries_and_Scripts/Imports/syntax_t13: DartkCrash
421 Language/Libraries_and_Scripts/Imports/syntax_t18: DartkCrash
422 Language/Libraries_and_Scripts/Imports/syntax_t20: DartkCrash
423 Language/Libraries_and_Scripts/Imports/syntax_t21: DartkCrash
424 Language/Libraries_and_Scripts/Imports/syntax_t32: MissingCompileTimeError 416 Language/Libraries_and_Scripts/Imports/syntax_t32: MissingCompileTimeError
425 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError 417 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError
426 Language/Libraries_and_Scripts/Parts/compilation_t02: Timeout 418 Language/Libraries_and_Scripts/Parts/compilation_t02: Timeout
427 Language/Libraries_and_Scripts/Parts/compilation_t07: MissingCompileTimeError 419 Language/Libraries_and_Scripts/Parts/compilation_t07: MissingCompileTimeError
428 Language/Libraries_and_Scripts/Parts/compilation_t08: DartkCrash 420 Language/Libraries_and_Scripts/Parts/compilation_t08: DartkCrash
429 Language/Libraries_and_Scripts/Parts/compilation_t09: DartkCrash 421 Language/Libraries_and_Scripts/Parts/compilation_t09: DartkCrash
430 Language/Libraries_and_Scripts/Parts/compilation_t10: DartkCrash 422 Language/Libraries_and_Scripts/Parts/compilation_t10: DartkCrash
431 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError 423 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError
432 Language/Libraries_and_Scripts/Parts/static_warning_t01: RuntimeError 424 Language/Libraries_and_Scripts/Parts/static_warning_t01: RuntimeError
433 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError 425 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError
434 Language/Libraries_and_Scripts/Parts/syntax_t05: DartkCrash
435 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass # OK 426 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass # OK
436 Language/Libraries_and_Scripts/Parts/syntax_t07: DartkCrash
437 Language/Libraries_and_Scripts/Parts/syntax_t08: DartkCrash
438 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError 427 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError
439 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError 428 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError
440 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError 429 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError
441 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError 430 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError
442 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError 431 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError
443 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError 432 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError
444 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash 433 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash
445 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: Crash 434 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: Crash
446 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError 435 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError
447 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError 436 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 Language/Reference/Lexical_Rules/Comments/documentation_t03: Crash 510 Language/Reference/Lexical_Rules/Comments/documentation_t03: Crash
522 Language/Reference/Lexical_Rules/Comments/documentation_t04: Crash 511 Language/Reference/Lexical_Rules/Comments/documentation_t04: Crash
523 Language/Reference/Lexical_Rules/Comments/documentation_t05: Crash 512 Language/Reference/Lexical_Rules/Comments/documentation_t05: Crash
524 Language/Reference/Lexical_Rules/Comments/documentation_t06: Crash 513 Language/Reference/Lexical_Rules/Comments/documentation_t06: Crash
525 Language/Reference/Lexical_Rules/Comments/documentation_t10: Crash 514 Language/Reference/Lexical_Rules/Comments/documentation_t10: Crash
526 Language/Reference/Lexical_Rules/Comments/documentation_t11: Crash 515 Language/Reference/Lexical_Rules/Comments/documentation_t11: Crash
527 Language/Reference/Lexical_Rules/Comments/multi_line_t03: Crash 516 Language/Reference/Lexical_Rules/Comments/multi_line_t03: Crash
528 Language/Reference/Lexical_Rules/Comments/multi_line_t04: Crash 517 Language/Reference/Lexical_Rules/Comments/multi_line_t04: Crash
529 Language/Reference/Lexical_Rules/Comments/multi_line_t05: Crash 518 Language/Reference/Lexical_Rules/Comments/multi_line_t05: Crash
530 Language/Reference/Lexical_Rules/Comments/multi_line_t06: Crash 519 Language/Reference/Lexical_Rules/Comments/multi_line_t06: Crash
531 Language/Reference/Lexical_Rules/Reserved_Words/assert_t12: DartkCrash
532 Language/Reference/Lexical_Rules/Reserved_Words/break_t12: DartkCrash
533 Language/Reference/Lexical_Rules/Reserved_Words/case_t12: DartkCrash
534 Language/Reference/Lexical_Rules/Reserved_Words/catch_t12: DartkCrash
535 Language/Reference/Lexical_Rules/Reserved_Words/class_t12: DartkCrash
536 Language/Reference/Lexical_Rules/Reserved_Words/const_t12: DartkCrash
537 Language/Reference/Lexical_Rules/Reserved_Words/continue_t12: DartkCrash
538 Language/Reference/Lexical_Rules/Reserved_Words/default_t12: DartkCrash
539 Language/Reference/Lexical_Rules/Reserved_Words/do_t12: DartkCrash
540 Language/Reference/Lexical_Rules/Reserved_Words/else_t12: DartkCrash
541 Language/Reference/Lexical_Rules/Reserved_Words/enum_t12: DartkCrash
542 Language/Reference/Lexical_Rules/Reserved_Words/extends_t12: DartkCrash
543 Language/Reference/Lexical_Rules/Reserved_Words/false_t12: DartkCrash
544 Language/Reference/Lexical_Rules/Reserved_Words/final_t12: DartkCrash
545 Language/Reference/Lexical_Rules/Reserved_Words/finally_t12: DartkCrash
546 Language/Reference/Lexical_Rules/Reserved_Words/for_t12: DartkCrash
547 Language/Reference/Lexical_Rules/Reserved_Words/if_t12: DartkCrash
548 Language/Reference/Lexical_Rules/Reserved_Words/in_t12: DartkCrash
549 Language/Reference/Lexical_Rules/Reserved_Words/is_t12: DartkCrash
550 Language/Reference/Lexical_Rules/Reserved_Words/new_t12: DartkCrash
551 Language/Reference/Lexical_Rules/Reserved_Words/null_t12: DartkCrash
552 Language/Reference/Lexical_Rules/Reserved_Words/rethrow_t12: DartkCrash
553 Language/Reference/Lexical_Rules/Reserved_Words/return_t12: DartkCrash
554 Language/Reference/Lexical_Rules/Reserved_Words/super_t12: DartkCrash
555 Language/Reference/Lexical_Rules/Reserved_Words/switch_t12: DartkCrash
556 Language/Reference/Lexical_Rules/Reserved_Words/this_t12: DartkCrash
557 Language/Reference/Lexical_Rules/Reserved_Words/throw_t12: DartkCrash
558 Language/Reference/Lexical_Rules/Reserved_Words/true_t12: DartkCrash
559 Language/Reference/Lexical_Rules/Reserved_Words/try_t12: DartkCrash
560 Language/Reference/Lexical_Rules/Reserved_Words/var_t12: DartkCrash
561 Language/Reference/Lexical_Rules/Reserved_Words/void_t12: DartkCrash
562 Language/Reference/Lexical_Rules/Reserved_Words/while_t12: DartkCrash
563 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02: MissingCompileTi meError 520 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02: MissingCompileTi meError
564 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03: MissingCompileTi meError 521 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03: MissingCompileTi meError
565 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04: MissingCompileTi meError 522 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04: MissingCompileTi meError
566 Language/Reference/Lexical_Rules/Reserved_Words/with_t12: DartkCrash
567 Language/Reference/Lexical_Rules/whitespace_t01: MissingCompileTimeError 523 Language/Reference/Lexical_Rules/whitespace_t01: MissingCompileTimeError
568 Language/Reference/Lexical_Rules/whitespace_t02: MissingCompileTimeError 524 Language/Reference/Lexical_Rules/whitespace_t02: MissingCompileTimeError
569 Language/Reference/Lexical_Rules/whitespace_t03: MissingCompileTimeError 525 Language/Reference/Lexical_Rules/whitespace_t03: MissingCompileTimeError
570 Language/Reference/Lexical_Rules/whitespace_t04: MissingCompileTimeError 526 Language/Reference/Lexical_Rules/whitespace_t04: MissingCompileTimeError
571 Language/Reference/Lexical_Rules/whitespace_t05: MissingCompileTimeError 527 Language/Reference/Lexical_Rules/whitespace_t05: MissingCompileTimeError
572 Language/Reference/Lexical_Rules/whitespace_t06: MissingCompileTimeError 528 Language/Reference/Lexical_Rules/whitespace_t06: MissingCompileTimeError
573 Language/Reference/Lexical_Rules/whitespace_t07: MissingCompileTimeError 529 Language/Reference/Lexical_Rules/whitespace_t07: MissingCompileTimeError
574 Language/Reference/Lexical_Rules/whitespace_t08: MissingCompileTimeError 530 Language/Reference/Lexical_Rules/whitespace_t08: MissingCompileTimeError
575 Language/Reference/Lexical_Rules/whitespace_t09: MissingCompileTimeError 531 Language/Reference/Lexical_Rules/whitespace_t09: MissingCompileTimeError
576 Language/Statements/Assert/syntax_t04: MissingCompileTimeError 532 Language/Statements/Assert/syntax_t04: MissingCompileTimeError
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 808 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
853 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 809 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
854 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 810 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
855 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 811 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
856 Language/Statements/Try/syntax_t12: MissingCompileTimeError 812 Language/Statements/Try/syntax_t12: MissingCompileTimeError
857 Language/Variables/final_t03: MissingCompileTimeError 813 Language/Variables/final_t03: MissingCompileTimeError
858 814
859 # dartk: precompilation failures (debug) 815 # dartk: precompilation failures (debug)
860 [ $compiler == dartkp && $mode == debug ] 816 [ $compiler == dartkp && $mode == debug ]
861 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 817 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/stack_listener.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698