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 12 matching lines...) Expand all Loading... |
23 body_less_constructor_wrong_arg_negative_test: Skip | 23 body_less_constructor_wrong_arg_negative_test: Skip |
24 callable_test: Skip | 24 callable_test: Skip |
25 check_member_static_test: Skip | 25 check_member_static_test: Skip |
26 check_method_override_test: Skip | 26 check_method_override_test: Skip |
27 checked_null_test: Skip | 27 checked_null_test: Skip |
28 checked_setter2_test: Skip | 28 checked_setter2_test: Skip |
29 checked_setter3_test: Skip | 29 checked_setter3_test: Skip |
30 checked_setter_test: Skip | 30 checked_setter_test: Skip |
31 class_cycle2_test: Skip | 31 class_cycle2_test: Skip |
32 class_cycle_test: Skip | 32 class_cycle_test: Skip |
33 class_keyword_test: Skip | |
34 class_literal_test: Skip | |
35 class_override_test: Skip | |
36 class_syntax_test: Skip | |
37 closure_in_initializer_test: Skip | |
38 closure_internals_test: Skip | |
39 closure_type_test: Skip | 33 closure_type_test: Skip |
40 closure_with_super_field_test: Skip | 34 closure_with_super_field_test: Skip |
41 compile_time_constant10_test: Skip | 35 compile_time_constant10_test: Skip |
42 compile_time_constant13_test: Skip | 36 compile_time_constant13_test: Skip |
43 compile_time_constant_arguments_test: Skip | 37 compile_time_constant_arguments_test: Skip |
44 compile_time_constant_c_test: Skip | 38 compile_time_constant_c_test: Skip |
45 compile_time_constant_checked2_test: Skip | 39 compile_time_constant_checked2_test: Skip |
46 compile_time_constant_checked3_test: Skip | 40 compile_time_constant_checked3_test: Skip |
47 compile_time_constant_checked4_test: Skip | 41 compile_time_constant_checked4_test: Skip |
48 compile_time_constant_checked5_test: Skip | 42 compile_time_constant_checked5_test: Skip |
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 # not behave correctly at runtime. We cannot record this as "Fail" without | 789 # not behave correctly at runtime. We cannot record this as "Fail" without |
796 # confusing the DDC travis bot (as "Fail" is normally used for compile time | 790 # confusing the DDC travis bot (as "Fail" is normally used for compile time |
797 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot | 791 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot |
798 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput | 792 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput |
799 # classes to invert negative test status in the same way our other tools do. | 793 # classes to invert negative test status in the same way our other tools do. |
800 prefix10_negative_test: Skip # Issue 29920 | 794 prefix10_negative_test: Skip # Issue 29920 |
801 | 795 |
802 [ $compiler == dartdevc && $system == windows ] | 796 [ $compiler == dartdevc && $system == windows ] |
803 multiline_strings_test: RuntimeError # Issue 30336 | 797 multiline_strings_test: RuntimeError # Issue 30336 |
804 raw_string_test: RuntimeError # Issue 30336 | 798 raw_string_test: RuntimeError # Issue 30336 |
OLD | NEW |