| 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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 instanceof2_test: RuntimeError # Issue 29920 | 718 instanceof2_test: RuntimeError # Issue 29920 |
| 719 instanceof4_test/01: RuntimeError # Issue 29920 | 719 instanceof4_test/01: RuntimeError # Issue 29920 |
| 720 instanceof4_test/none: RuntimeError # Issue 29920 | 720 instanceof4_test/none: RuntimeError # Issue 29920 |
| 721 integer_division_by_zero_test: RuntimeError # Issue 29920 | 721 integer_division_by_zero_test: RuntimeError # Issue 29920 |
| 722 issue23244_test: RuntimeError # Issue 29920 | 722 issue23244_test: RuntimeError # Issue 29920 |
| 723 lazy_static3_test: RuntimeError # Issue 29920 | 723 lazy_static3_test: RuntimeError # Issue 29920 |
| 724 left_shift_test: RuntimeError # Issue 29920 | 724 left_shift_test: RuntimeError # Issue 29920 |
| 725 list_is_test: RuntimeError # Issue 29920 | 725 list_is_test: RuntimeError # Issue 29920 |
| 726 list_literal3_test: RuntimeError # Issue 29920 | 726 list_literal3_test: RuntimeError # Issue 29920 |
| 727 main_test/03: MissingRuntimeError # Issue 29920 | 727 main_test/03: MissingRuntimeError # Issue 29920 |
| 728 many_generic_instanceof_test: RuntimeError # Issue 29920 | |
| 729 map_literal10_test: RuntimeError # Issue 29920 | 728 map_literal10_test: RuntimeError # Issue 29920 |
| 730 map_literal7_test: RuntimeError # Issue 29920 | 729 map_literal7_test: RuntimeError # Issue 29920 |
| 731 mint_arithmetic_test: RuntimeError # Issue 29920 | 730 mint_arithmetic_test: RuntimeError # Issue 29920 |
| 732 modulo_test: RuntimeError # Issue 29920 | 731 modulo_test: RuntimeError # Issue 29920 |
| 733 named_parameter_clash_test: RuntimeError # Issue 29920 | 732 named_parameter_clash_test: RuntimeError # Issue 29920 |
| 734 nan_identical_test: RuntimeError # Issue 29920 | 733 nan_identical_test: RuntimeError # Issue 29920 |
| 735 nested_switch_label_test: RuntimeError # Issue 29920 | 734 nested_switch_label_test: RuntimeError # Issue 29920 |
| 736 number_identity2_test: RuntimeError # Issue 29920 | 735 number_identity2_test: RuntimeError # Issue 29920 |
| 737 numbers_test: RuntimeError # Issue 29920 | 736 numbers_test: RuntimeError # Issue 29920 |
| 738 regress_16640_test: RuntimeError # Issue 29920 | 737 regress_16640_test: RuntimeError # Issue 29920 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 751 # not behave correctly at runtime. We cannot record this as "Fail" without | 750 # not behave correctly at runtime. We cannot record this as "Fail" without |
| 752 # confusing the DDC travis bot (as "Fail" is normally used for compile time | 751 # confusing the DDC travis bot (as "Fail" is normally used for compile time |
| 753 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot | 752 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot |
| 754 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput | 753 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput |
| 755 # classes to invert negative test status in the same way our other tools do. | 754 # classes to invert negative test status in the same way our other tools do. |
| 756 prefix10_negative_test: Skip # Issue 29920 | 755 prefix10_negative_test: Skip # Issue 29920 |
| 757 | 756 |
| 758 [ $compiler == dartdevc && $system == windows ] | 757 [ $compiler == dartdevc && $system == windows ] |
| 759 multiline_strings_test: RuntimeError # Issue 30336 | 758 multiline_strings_test: RuntimeError # Issue 30336 |
| 760 raw_string_test: RuntimeError # Issue 30336 | 759 raw_string_test: RuntimeError # Issue 30336 |
| OLD | NEW |