| 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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 |
| OLD | NEW |