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

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

Issue 2723173002: Apply transformers and other work arounds to get boostrapping to work. (Closed)
Patch Set: Add exception class. 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/pkg.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash 8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash 9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 Language/Expressions/Constants/bitwise_operators_t03: Crash 172 Language/Expressions/Constants/bitwise_operators_t03: Crash
173 Language/Expressions/Constants/bitwise_operators_t04: Crash 173 Language/Expressions/Constants/bitwise_operators_t04: Crash
174 Language/Expressions/Constants/bitwise_operators_t05: Crash 174 Language/Expressions/Constants/bitwise_operators_t05: Crash
175 Language/Expressions/Constants/bitwise_operators_t06: Crash 175 Language/Expressions/Constants/bitwise_operators_t06: Crash
176 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError 176 Language/Expressions/Constants/constant_constructor_t03: MissingCompileTimeError
177 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError 177 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
178 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError 178 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
179 Language/Expressions/Constants/depending_on_itself_t03: Crash 179 Language/Expressions/Constants/depending_on_itself_t03: Crash
180 Language/Expressions/Constants/equals_expression_t02: MissingCompileTimeError 180 Language/Expressions/Constants/equals_expression_t02: MissingCompileTimeError
181 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError 181 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError
182 Language/Expressions/Constants/exception_t01: Crash
183 Language/Expressions/Constants/exception_t02: Crash
182 Language/Expressions/Constants/exception_t03: Crash 184 Language/Expressions/Constants/exception_t03: Crash
183 Language/Expressions/Constants/exception_t04: MissingCompileTimeError 185 Language/Expressions/Constants/exception_t04: MissingCompileTimeError
184 Language/Expressions/Constants/identical_t02: Crash 186 Language/Expressions/Constants/identical_t02: Crash
185 Language/Expressions/Constants/identical_t03: MissingCompileTimeError 187 Language/Expressions/Constants/identical_t03: MissingCompileTimeError
186 Language/Expressions/Constants/identifier_denotes_a_constant_t03: Crash 188 Language/Expressions/Constants/identifier_denotes_a_constant_t03: Crash
187 Language/Expressions/Constants/identifier_denotes_a_constant_t06: MissingCompile TimeError 189 Language/Expressions/Constants/identifier_denotes_a_constant_t06: MissingCompile TimeError
188 Language/Expressions/Constants/identifier_denotes_a_constant_t07: MissingCompile TimeError 190 Language/Expressions/Constants/identifier_denotes_a_constant_t07: MissingCompile TimeError
189 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError 191 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError
190 Language/Expressions/Constants/literal_string_t03: MissingCompileTimeError 192 Language/Expressions/Constants/literal_string_t03: MissingCompileTimeError
191 Language/Expressions/Constants/literal_string_t04: Crash 193 Language/Expressions/Constants/literal_string_t04: Crash
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror 269 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror
268 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t01: Miss ingCompileTimeError 270 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t01: Miss ingCompileTimeError
269 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss ingCompileTimeError 271 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss ingCompileTimeError
270 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t03: Miss ingCompileTimeError 272 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t03: Miss ingCompileTimeError
271 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t04: Miss ingCompileTimeError 273 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t04: Miss ingCompileTimeError
272 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t01: MissingCompileTimeError 274 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t01: MissingCompileTimeError
273 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t02: MissingCompileTimeError 275 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t02: MissingCompileTimeError
274 Language/Expressions/Instance_Creation/Const/deferred_type_t01: MissingCompileTi meError 276 Language/Expressions/Instance_Creation/Const/deferred_type_t01: MissingCompileTi meError
275 Language/Expressions/Instance_Creation/Const/deferred_type_t02: MissingCompileTi meError 277 Language/Expressions/Instance_Creation/Const/deferred_type_t02: MissingCompileTi meError
276 Language/Expressions/Instance_Creation/Const/exception_t01: Crash 278 Language/Expressions/Instance_Creation/Const/exception_t01: Crash
279 Language/Expressions/Instance_Creation/Const/parameterized_type_t01: MissingComp ileTimeError
280 Language/Expressions/Instance_Creation/Const/parameterized_type_t02: MissingComp ileTimeError
277 Language/Expressions/Instance_Creation/New/evaluation_t01: RuntimeError 281 Language/Expressions/Instance_Creation/New/evaluation_t01: RuntimeError
278 Language/Expressions/Instance_Creation/New/evaluation_t02: RuntimeError 282 Language/Expressions/Instance_Creation/New/evaluation_t02: RuntimeError
279 Language/Expressions/Instance_Creation/New/evaluation_t06: RuntimeError 283 Language/Expressions/Instance_Creation/New/evaluation_t06: RuntimeError
280 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError # Dartk Issue 28564 284 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError # Dartk Issue 28564
281 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries) 285 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries)
282 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries) 286 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries)
283 Language/Expressions/Instance_Creation/New/syntax_t02: DartkCrash 287 Language/Expressions/Instance_Creation/New/syntax_t02: DartkCrash
284 Language/Expressions/Instance_Creation/New/type_t03: DartkCrash 288 Language/Expressions/Instance_Creation/New/type_t03: DartkCrash
285 Language/Expressions/Instance_Creation/New/type_t05: DartkCrash 289 Language/Expressions/Instance_Creation/New/type_t05: DartkCrash
286 Language/Expressions/Instance_Creation/malformed_or_malbounded_t02: MissingCompi leTimeError 290 Language/Expressions/Instance_Creation/malformed_or_malbounded_t02: MissingCompi leTimeError
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 Language/Reference/Lexical_Rules/Comments/documentation_t03: Crash 521 Language/Reference/Lexical_Rules/Comments/documentation_t03: Crash
518 Language/Reference/Lexical_Rules/Comments/documentation_t04: Crash 522 Language/Reference/Lexical_Rules/Comments/documentation_t04: Crash
519 Language/Reference/Lexical_Rules/Comments/documentation_t05: Crash 523 Language/Reference/Lexical_Rules/Comments/documentation_t05: Crash
520 Language/Reference/Lexical_Rules/Comments/documentation_t06: Crash 524 Language/Reference/Lexical_Rules/Comments/documentation_t06: Crash
521 Language/Reference/Lexical_Rules/Comments/documentation_t10: Crash 525 Language/Reference/Lexical_Rules/Comments/documentation_t10: Crash
522 Language/Reference/Lexical_Rules/Comments/documentation_t11: Crash 526 Language/Reference/Lexical_Rules/Comments/documentation_t11: Crash
523 Language/Reference/Lexical_Rules/Comments/multi_line_t03: Crash 527 Language/Reference/Lexical_Rules/Comments/multi_line_t03: Crash
524 Language/Reference/Lexical_Rules/Comments/multi_line_t04: Crash 528 Language/Reference/Lexical_Rules/Comments/multi_line_t04: Crash
525 Language/Reference/Lexical_Rules/Comments/multi_line_t05: Crash 529 Language/Reference/Lexical_Rules/Comments/multi_line_t05: Crash
526 Language/Reference/Lexical_Rules/Comments/multi_line_t06: Crash 530 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
527 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02: MissingCompileTi meError 563 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t02: MissingCompileTi meError
528 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03: MissingCompileTi meError 564 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t03: MissingCompileTi meError
529 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04: MissingCompileTi meError 565 Language/Reference/Lexical_Rules/Reserved_Words/whitespace_t04: MissingCompileTi meError
566 Language/Reference/Lexical_Rules/Reserved_Words/with_t12: DartkCrash
530 Language/Reference/Lexical_Rules/whitespace_t01: MissingCompileTimeError 567 Language/Reference/Lexical_Rules/whitespace_t01: MissingCompileTimeError
531 Language/Reference/Lexical_Rules/whitespace_t02: MissingCompileTimeError 568 Language/Reference/Lexical_Rules/whitespace_t02: MissingCompileTimeError
532 Language/Reference/Lexical_Rules/whitespace_t03: MissingCompileTimeError 569 Language/Reference/Lexical_Rules/whitespace_t03: MissingCompileTimeError
533 Language/Reference/Lexical_Rules/whitespace_t04: MissingCompileTimeError 570 Language/Reference/Lexical_Rules/whitespace_t04: MissingCompileTimeError
534 Language/Reference/Lexical_Rules/whitespace_t05: MissingCompileTimeError 571 Language/Reference/Lexical_Rules/whitespace_t05: MissingCompileTimeError
535 Language/Reference/Lexical_Rules/whitespace_t06: MissingCompileTimeError 572 Language/Reference/Lexical_Rules/whitespace_t06: MissingCompileTimeError
536 Language/Reference/Lexical_Rules/whitespace_t07: MissingCompileTimeError 573 Language/Reference/Lexical_Rules/whitespace_t07: MissingCompileTimeError
537 Language/Reference/Lexical_Rules/whitespace_t08: MissingCompileTimeError 574 Language/Reference/Lexical_Rules/whitespace_t08: MissingCompileTimeError
538 Language/Reference/Lexical_Rules/whitespace_t09: MissingCompileTimeError 575 Language/Reference/Lexical_Rules/whitespace_t09: MissingCompileTimeError
539 Language/Statements/Assert/syntax_t04: MissingCompileTimeError 576 Language/Statements/Assert/syntax_t04: MissingCompileTimeError
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 Language/Statements/Try/syntax_t06: MissingCompileTimeError 630 Language/Statements/Try/syntax_t06: MissingCompileTimeError
594 Language/Statements/Try/syntax_t13: MissingCompileTimeError 631 Language/Statements/Try/syntax_t13: MissingCompileTimeError
595 Language/Statements/Try/syntax_t15: Crash 632 Language/Statements/Try/syntax_t15: Crash
596 Language/Statements/While/execution_t03: Crash 633 Language/Statements/While/execution_t03: Crash
597 Language/Statements/Yield_and_Yield_Each/Yield/location_t02: MissingCompileTimeE rror 634 Language/Statements/Yield_and_Yield_Each/Yield/location_t02: MissingCompileTimeE rror
598 Language/Statements/Yield_and_Yield_Each/Yield/location_t04: MissingCompileTimeE rror 635 Language/Statements/Yield_and_Yield_Each/Yield/location_t04: MissingCompileTimeE rror
599 Language/Statements/Yield_and_Yield_Each/Yield/location_t06: MissingCompileTimeE rror 636 Language/Statements/Yield_and_Yield_Each/Yield/location_t06: MissingCompileTimeE rror
600 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02: MissingCompile TimeError 637 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t02: MissingCompile TimeError
601 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04: MissingCompile TimeError 638 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t04: MissingCompile TimeError
602 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06: MissingCompile TimeError 639 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t06: MissingCompile TimeError
603 Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t02: Crash
604 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335 (deferred libraries) 640 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335 (deferred libraries)
605 Language/Types/Static_Types/malformed_type_t01: RuntimeError 641 Language/Types/Static_Types/malformed_type_t01: RuntimeError
606 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile TimeError 642 Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompile TimeError
607 Language/Types/Type_Declarations/Typedef/param_default_value_t03: MissingCompile TimeError 643 Language/Types/Type_Declarations/Typedef/param_default_value_t03: MissingCompile TimeError
608 Language/Types/Type_Declarations/Typedef/self_reference_t01: MissingCompileTimeE rror 644 Language/Types/Type_Declarations/Typedef/self_reference_t01: MissingCompileTimeE rror
609 Language/Types/Type_Declarations/Typedef/self_reference_t02: MissingCompileTimeE rror 645 Language/Types/Type_Declarations/Typedef/self_reference_t02: MissingCompileTimeE rror
610 Language/Types/Type_Declarations/Typedef/self_reference_t03: MissingCompileTimeE rror 646 Language/Types/Type_Declarations/Typedef/self_reference_t03: MissingCompileTimeE rror
611 Language/Types/Type_Declarations/Typedef/self_reference_t04: MissingCompileTimeE rror 647 Language/Types/Type_Declarations/Typedef/self_reference_t04: MissingCompileTimeE rror
612 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror 648 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror
613 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror 649 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror
(...skipping 27 matching lines...) Expand all
641 Language/Variables/local_variable_t01: MissingCompileTimeError 677 Language/Variables/local_variable_t01: MissingCompileTimeError
642 Language/Variables/local_variable_t04: MissingCompileTimeError 678 Language/Variables/local_variable_t04: MissingCompileTimeError
643 Language/Variables/local_variable_t05: MissingCompileTimeError 679 Language/Variables/local_variable_t05: MissingCompileTimeError
644 Language/Variables/syntax_t04: MissingCompileTimeError 680 Language/Variables/syntax_t04: MissingCompileTimeError
645 Language/Variables/syntax_t05: MissingCompileTimeError 681 Language/Variables/syntax_t05: MissingCompileTimeError
646 Language/Variables/syntax_t08: MissingCompileTimeError 682 Language/Variables/syntax_t08: MissingCompileTimeError
647 Language/Variables/syntax_t12: MissingCompileTimeError 683 Language/Variables/syntax_t12: MissingCompileTimeError
648 Language/Variables/syntax_t13: MissingCompileTimeError 684 Language/Variables/syntax_t13: MissingCompileTimeError
649 Language/Variables/syntax_t14: MissingCompileTimeError 685 Language/Variables/syntax_t14: MissingCompileTimeError
650 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries. 686 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries.
651 LibTest/async/Future/catchError_A03_t05: Crash
652 LibTest/async/Future/then_A05_t01: Crash
653 LibTest/async/Stream/asBroadcastStream_A03_t02: Crash
654 LibTest/async/Stream/asBroadcastStream_A03_t03: Crash
655 LibTest/async/Zone/bindBinaryCallback_A01_t01: Crash
656 LibTest/async/Zone/bindCallback_A01_t01: Crash
657 LibTest/async/Zone/bindUnaryCallback_A01_t01: Crash
658 LibTest/async/Zone/current_A01_t01: Crash
659 LibTest/async/Zone/handleUncaughtError_A01_t01: Crash
660 LibTest/async/Zone/handleUncaughtError_A01_t04: Crash
661 LibTest/async/Zone/inSameErrorZone_A01_t01: Crash
662 LibTest/async/Zone/inSameErrorZone_A01_t03: Crash
663 LibTest/async/Zone/inSameErrorZone_A01_t04: Crash
664 LibTest/async/Zone/inSameErrorZone_A01_t05: Crash
665 LibTest/async/Zone/parent_A01_t01: Crash
666 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError 687 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError
667 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError 688 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError
668 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError 689 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError
669 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError 690 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError
670 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError 691 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError
671 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError 692 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError
672 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError 693 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError
673 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError 694 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError
674 LibTest/core/Invocation/memberName_A01_t01: RuntimeError 695 LibTest/core/Invocation/memberName_A01_t01: RuntimeError
675 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError 696 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 852 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
832 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 853 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
833 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 854 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
834 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 855 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
835 Language/Statements/Try/syntax_t12: MissingCompileTimeError 856 Language/Statements/Try/syntax_t12: MissingCompileTimeError
836 Language/Variables/final_t03: MissingCompileTimeError 857 Language/Variables/final_t03: MissingCompileTimeError
837 858
838 # dartk: precompilation failures (debug) 859 # dartk: precompilation failures (debug)
839 [ $compiler == dartkp && $mode == debug ] 860 [ $compiler == dartkp && $mode == debug ]
840 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 861 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698