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

Side by Side Diff: tests/language_strong/language_strong.status

Issue 3001053002: Re-land "fix #30423, covariant parameter tearoff type should be Object" (Closed)
Patch Set: 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
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 # Skip entire suite if not running in strong mode. 5 # Skip entire suite if not running in strong mode.
6 [ ! $strong ] 6 [ ! $strong ]
7 *: SkipByDesign 7 *: SkipByDesign
8 8
9 # Skip tests that are not yet strong-mode clean. 9 # Skip tests that are not yet strong-mode clean.
10 [ $strong ] 10 [ $strong ]
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 flatten_test/08: MissingRuntimeError # Issue 29920 720 flatten_test/08: MissingRuntimeError # Issue 29920
721 flatten_test/09: MissingRuntimeError # Issue 29920 721 flatten_test/09: MissingRuntimeError # Issue 29920
722 flatten_test/12: MissingRuntimeError # Issue 29920 722 flatten_test/12: MissingRuntimeError # Issue 29920
723 for_variable_capture_test: RuntimeError # Issue 29920 723 for_variable_capture_test: RuntimeError # Issue 29920
724 function_subtype_named1_test: RuntimeError # Issue 29920 724 function_subtype_named1_test: RuntimeError # Issue 29920
725 function_subtype_named2_test: RuntimeError # Issue 29920 725 function_subtype_named2_test: RuntimeError # Issue 29920
726 function_subtype_optional1_test: RuntimeError # Issue 29920 726 function_subtype_optional1_test: RuntimeError # Issue 29920
727 function_subtype_optional2_test: RuntimeError # Issue 29920 727 function_subtype_optional2_test: RuntimeError # Issue 29920
728 function_subtype_typearg2_test: RuntimeError # Issue 29920 728 function_subtype_typearg2_test: RuntimeError # Issue 29920
729 function_subtype_typearg4_test: RuntimeError # Issue 29920 729 function_subtype_typearg4_test: RuntimeError # Issue 29920
730 function_type_alias3_test: RuntimeError # Issue 29920
731 generic_instanceof2_test: RuntimeError # Issue 29920 730 generic_instanceof2_test: RuntimeError # Issue 29920
732 generic_instanceof_test: RuntimeError # Issue 29920 731 generic_instanceof_test: RuntimeError # Issue 29920
733 generic_is_check_test: RuntimeError # Issue 29920 732 generic_is_check_test: RuntimeError # Issue 29920
734 generic_methods_generic_class_tearoff_test: RuntimeError # Issue 29920
735 getter_closure_execution_order_test: RuntimeError # Issue 29920 733 getter_closure_execution_order_test: RuntimeError # Issue 29920
736 identical_closure2_test: RuntimeError # Issue 29920 734 identical_closure2_test: RuntimeError # Issue 29920
737 infinite_switch_label_test: RuntimeError # Issue 29920 735 infinite_switch_label_test: RuntimeError # Issue 29920
738 infinity_test: RuntimeError # Issue 29920 736 infinity_test: RuntimeError # Issue 29920
739 initializing_formal_final_test: RuntimeError # Issue 29920 737 initializing_formal_final_test: RuntimeError # Issue 29920
740 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920 738 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920
741 instanceof2_test: RuntimeError # Issue 29920 739 instanceof2_test: RuntimeError # Issue 29920
742 instanceof4_test/01: RuntimeError # Issue 29920 740 instanceof4_test/01: RuntimeError # Issue 29920
743 instanceof4_test/none: RuntimeError # Issue 29920 741 instanceof4_test/none: RuntimeError # Issue 29920
744 integer_division_by_zero_test: RuntimeError # Issue 29920 742 integer_division_by_zero_test: RuntimeError # Issue 29920
(...skipping 29 matching lines...) Expand all
774 # not behave correctly at runtime. We cannot record this as "Fail" without 772 # not behave correctly at runtime. We cannot record this as "Fail" without
775 # confusing the DDC travis bot (as "Fail" is normally used for compile time 773 # confusing the DDC travis bot (as "Fail" is normally used for compile time
776 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot 774 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot
777 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput 775 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput
778 # classes to invert negative test status in the same way our other tools do. 776 # classes to invert negative test status in the same way our other tools do.
779 prefix10_negative_test: Skip # Issue 29920 777 prefix10_negative_test: Skip # Issue 29920
780 778
781 [ $compiler == dartdevc && $system == windows ] 779 [ $compiler == dartdevc && $system == windows ]
782 multiline_strings_test: RuntimeError # Issue 30336 780 multiline_strings_test: RuntimeError # Issue 30336
783 raw_string_test: RuntimeError # Issue 30336 781 raw_string_test: RuntimeError # Issue 30336
OLDNEW
« tests/language_2/language_2.status ('K') | « tests/language_strong/function_type_alias2_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698