| OLD | NEW |
| 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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 flatten_test/08: MissingRuntimeError # Issue 29920 | 735 flatten_test/08: MissingRuntimeError # Issue 29920 |
| 736 flatten_test/09: MissingRuntimeError # Issue 29920 | 736 flatten_test/09: MissingRuntimeError # Issue 29920 |
| 737 flatten_test/12: MissingRuntimeError # Issue 29920 | 737 flatten_test/12: MissingRuntimeError # Issue 29920 |
| 738 for_variable_capture_test: RuntimeError # Issue 29920 | 738 for_variable_capture_test: RuntimeError # Issue 29920 |
| 739 function_subtype_named1_test: RuntimeError # Issue 29920 | 739 function_subtype_named1_test: RuntimeError # Issue 29920 |
| 740 function_subtype_named2_test: RuntimeError # Issue 29920 | 740 function_subtype_named2_test: RuntimeError # Issue 29920 |
| 741 function_subtype_optional1_test: RuntimeError # Issue 29920 | 741 function_subtype_optional1_test: RuntimeError # Issue 29920 |
| 742 function_subtype_optional2_test: RuntimeError # Issue 29920 | 742 function_subtype_optional2_test: RuntimeError # Issue 29920 |
| 743 function_subtype_typearg2_test: RuntimeError # Issue 29920 | 743 function_subtype_typearg2_test: RuntimeError # Issue 29920 |
| 744 function_subtype_typearg4_test: RuntimeError # Issue 29920 | 744 function_subtype_typearg4_test: RuntimeError # Issue 29920 |
| 745 function_type_alias3_test: RuntimeError # Issue 29920 | |
| 746 generic_instanceof2_test: RuntimeError # Issue 29920 | 745 generic_instanceof2_test: RuntimeError # Issue 29920 |
| 747 generic_instanceof_test: RuntimeError # Issue 29920 | 746 generic_instanceof_test: RuntimeError # Issue 29920 |
| 748 generic_is_check_test: RuntimeError # Issue 29920 | 747 generic_is_check_test: RuntimeError # Issue 29920 |
| 749 generic_methods_generic_class_tearoff_test: RuntimeError # Issue 29920 | |
| 750 getter_closure_execution_order_test: RuntimeError # Issue 29920 | 748 getter_closure_execution_order_test: RuntimeError # Issue 29920 |
| 751 identical_closure2_test: RuntimeError # Issue 29920 | 749 identical_closure2_test: RuntimeError # Issue 29920 |
| 752 infinite_switch_label_test: RuntimeError # Issue 29920 | 750 infinite_switch_label_test: RuntimeError # Issue 29920 |
| 753 infinity_test: RuntimeError # Issue 29920 | 751 infinity_test: RuntimeError # Issue 29920 |
| 754 initializing_formal_final_test: RuntimeError # Issue 29920 | 752 initializing_formal_final_test: RuntimeError # Issue 29920 |
| 755 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920 | 753 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920 |
| 756 instanceof2_test: RuntimeError # Issue 29920 | 754 instanceof2_test: RuntimeError # Issue 29920 |
| 757 instanceof4_test/01: RuntimeError # Issue 29920 | 755 instanceof4_test/01: RuntimeError # Issue 29920 |
| 758 instanceof4_test/none: RuntimeError # Issue 29920 | 756 instanceof4_test/none: RuntimeError # Issue 29920 |
| 759 integer_division_by_zero_test: RuntimeError # Issue 29920 | 757 integer_division_by_zero_test: RuntimeError # Issue 29920 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 789 # not behave correctly at runtime. We cannot record this as "Fail" without | 787 # not behave correctly at runtime. We cannot record this as "Fail" without |
| 790 # confusing the DDC travis bot (as "Fail" is normally used for compile time | 788 # confusing the DDC travis bot (as "Fail" is normally used for compile time |
| 791 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot | 789 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot |
| 792 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput | 790 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput |
| 793 # classes to invert negative test status in the same way our other tools do. | 791 # classes to invert negative test status in the same way our other tools do. |
| 794 prefix10_negative_test: Skip # Issue 29920 | 792 prefix10_negative_test: Skip # Issue 29920 |
| 795 | 793 |
| 796 [ $compiler == dartdevc && $system == windows ] | 794 [ $compiler == dartdevc && $system == windows ] |
| 797 multiline_strings_test: RuntimeError # Issue 30336 | 795 multiline_strings_test: RuntimeError # Issue 30336 |
| 798 raw_string_test: RuntimeError # Issue 30336 | 796 raw_string_test: RuntimeError # Issue 30336 |
| OLD | NEW |