| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 mirror_in_static_init_test: CompileTimeError, OK # Change this to a multitest. I
ssue 22071 | 8 mirror_in_static_init_test: CompileTimeError, OK # Change this to a multitest. I
ssue 22071 |
| 9 | 9 |
| 10 [ $compiler == none ] | 10 [ $compiler == none ] |
| 11 built_in_identifier_prefix_test: Fail # Issue 6970 | 11 built_in_identifier_prefix_test: Fail # Issue 6970 |
| 12 | 12 |
| 13 # These bugs refer currently ongoing language discussions. | 13 # These bugs refer currently ongoing language discussions. |
| 14 constructor_initializer_test/none: Fail # Issue 12633 | 14 constructor_initializer_test/none: Fail # Issue 12633 |
| 15 constructor5_test: Fail # Issue 6422 | 15 constructor5_test: Fail # Issue 6422 |
| 16 constructor6_test: Fail # Issue 6422 | 16 constructor6_test: Fail # Issue 6422 |
| 17 closure_in_initializer_test: Fail # Issue 6422 | 17 closure_in_initializer_test: Fail # Issue 6422 |
| 18 | 18 |
| 19 # Regular bugs which should be fixed. | 19 # Regular bugs which should be fixed. |
| 20 duplicate_export_negative_test: Fail # Issue 6134 | 20 duplicate_export_negative_test: Fail # Issue 6134 |
| 21 | 21 |
| 22 [ $compiler == dart2dart] | 22 [ $compiler == dart2dart && $checked ] |
| 23 assign_static_type_test/01: Fail # Issue 22085 |
| 24 assign_static_type_test/03: Fail # Issue 22085 |
| 25 assign_static_type_test/04: Fail # Issue 22085 |
| 26 assign_static_type_test/05: Fail # Issue 22085 |
| 27 async_test/type-mismatch1: Pass # Issue 22085 |
| 28 async_test/type-mismatch2: Pass # Issue 22085 |
| 29 async_test/type-mismatch3: Pass # Issue 22085 |
| 30 async_test/type-mismatch4: Pass # Issue 22085 |
| 31 callable_test/00: Fail # Issue 22085 |
| 32 callable_test/01: Fail # Issue 22085 |
| 33 compile_time_constant_checked_test/01: Fail # Issue 22085 |
| 34 compile_time_constant_checked_test/03: Fail # Issue 22085 |
| 35 default_factory2_test/01: Fail # Issue 22085 |
| 36 factory1_test/00: Fail # Issue 22085 |
| 37 factory1_test/01: Fail # Issue 22085 |
| 38 factory_implementation_test/00: Fail # Issue 22085 |
| 39 factory_redirection_test/08: Fail # Issue 22085 |
| 40 factory_redirection_test/09: Fail # Issue 22085 |
| 41 factory_redirection_test/10: Fail # Issue 22085 |
| 42 factory_redirection_test/11: Fail # Issue 22085 |
| 43 factory_redirection_test/12: Fail # Issue 22085 |
| 44 factory_redirection_test/13: Fail # Issue 22085 |
| 45 factory_redirection_test/14: Fail # Issue 22085 |
| 46 field_override_test/02: Fail # Issue 22085 |
| 47 field_type_check2_test/01: Fail # Issue 22085 |
| 48 field_type_check_test/01: Fail # Issue 22085 |
| 49 function_type_call_getter2_test/00: Fail # Issue 22085 |
| 50 function_type_call_getter2_test/01: Fail # Issue 22085 |
| 51 function_type_call_getter2_test/02: Fail # Issue 22085 |
| 52 function_type_call_getter2_test/03: Fail # Issue 22085 |
| 53 function_type_call_getter2_test/04: Fail # Issue 22085 |
| 54 function_type_call_getter2_test/05: Fail # Issue 22085 |
| 55 getters_setters2_test/03: Fail # Issue 22085 |
| 56 malbounded_instantiation_test/02: Fail # Issue 22085 |
| 57 malbounded_instantiation_test/03: Fail # Issue 22085 |
| 58 malbounded_redirecting_factory2_test/02: Fail # Issue 22085 |
| 59 malbounded_redirecting_factory2_test/03: Fail # Issue 22085 |
| 60 malbounded_redirecting_factory2_test/04: Fail # Issue 22085 |
| 61 malbounded_redirecting_factory_test/02: Fail # Issue 22085 |
| 62 malbounded_redirecting_factory_test/03: Fail # Issue 22085 |
| 63 malbounded_redirecting_factory_test/04: Fail # Issue 22085 |
| 64 malbounded_type_test_test/01: Fail # Issue 22085 |
| 65 malbounded_type_test_test/03: Fail # Issue 22085 |
| 66 malbounded_type_test_test/04: Fail # Issue 22085 |
| 67 mixin_invalid_bound2_test/02: Fail # Issue 22085 |
| 68 mixin_invalid_bound2_test/03: Fail # Issue 22085 |
| 69 mixin_invalid_bound2_test/05: Fail # Issue 22085 |
| 70 mixin_invalid_bound2_test/06: Fail # Issue 22085 |
| 71 mixin_invalid_bound2_test/08: Fail # Issue 22085 |
| 72 mixin_invalid_bound2_test/09: Fail # Issue 22085 |
| 73 mixin_invalid_bound2_test/10: Fail # Issue 22085 |
| 74 mixin_invalid_bound2_test/11: Fail # Issue 22085 |
| 75 mixin_invalid_bound2_test/12: Fail # Issue 22085 |
| 76 mixin_invalid_bound2_test/13: Fail # Issue 22085 |
| 77 mixin_invalid_bound2_test/14: Fail # Issue 22085 |
| 78 mixin_invalid_bound_test/02: Fail # Issue 22085 |
| 79 mixin_invalid_bound_test/04: Fail # Issue 22085 |
| 80 mixin_invalid_bound_test/06: Fail # Issue 22085 |
| 81 mixin_invalid_bound_test/07: Fail # Issue 22085 |
| 82 mixin_invalid_bound_test/08: Fail # Issue 22085 |
| 83 mixin_invalid_bound_test/09: Fail # Issue 22085 |
| 84 mixin_invalid_bound_test/10: Fail # Issue 22085 |
| 85 redirecting_factory_infinite_steps_test/01: Fail # Issue 22085 |
| 86 redirecting_factory_malbounded_test/01: Fail # Issue 22085 |
| 87 type_parameter_test/01: Fail # Issue 22085 |
| 88 type_parameter_test/02: Fail # Issue 22085 |
| 89 type_parameter_test/03: Fail # Issue 22085 |
| 90 type_parameter_test/04: Fail # Issue 22085 |
| 91 type_parameter_test/06: Fail # Issue 22085 |
| 92 type_variable_bounds2_test/00: Fail # Issue 22085 |
| 93 type_variable_bounds2_test/02: Fail # Issue 22085 |
| 94 type_variable_bounds2_test/03: Fail # Issue 22085 |
| 95 type_variable_bounds2_test/05: Fail # Issue 22085 |
| 96 type_variable_bounds2_test/06: Fail # Issue 22085 |
| 97 type_variable_bounds3_test/00: Fail # Issue 22085 |
| 98 type_variable_bounds_test/01: Fail # Issue 22085 |
| 99 type_variable_bounds_test/02: Fail # Issue 22085 |
| 100 type_variable_bounds_test/04: Fail # Issue 22085 |
| 101 type_variable_bounds_test/05: Fail # Issue 22085 |
| 102 |
| 103 [ $compiler == dart2dart ] |
| 104 cyclic_typedef_test/01: Crash # Issue 22085 |
| 105 cyclic_typedef_test/02: Crash # Issue 22085 |
| 106 cyclic_typedef_test/03: Crash # Issue 22085 |
| 107 cyclic_typedef_test/04: Crash # Issue 22085 |
| 108 cyclic_typedef_test/05: Crash # Issue 22085 |
| 109 cyclic_typedef_test/06: Crash # Issue 22085 |
| 110 cyclic_typedef_test/07: Crash # Issue 22085 |
| 111 cyclic_typedef_test/08: Crash # Issue 22085 |
| 112 cyclic_typedef_test/09: Crash # Issue 22085 |
| 113 cyclic_typedef_test/10: Crash # Issue 22085 |
| 114 cyclic_typedef_test/11: Crash # Issue 22085 |
| 115 enum_syntax_test/02: Crash # Issue 22085 |
| 116 enum_syntax_test/03: Crash # Issue 22085 |
| 117 enum_syntax_test/04: Crash # Issue 22085 |
| 118 enum_syntax_test/05: Crash # Issue 22085 |
| 119 enum_syntax_test/22: Crash # Issue 22085 |
| 120 enum_syntax_test/30: Crash # Issue 22085 |
| 121 function_type_alias5_test/00: Crash # Issue 22085 |
| 122 function_type_alias5_test/01: Crash # Issue 22085 |
| 123 function_type_alias5_test/02: Crash # Issue 22085 |
| 124 function_type_alias6_test/00: Crash # Issue 22085 |
| 125 function_type_alias9_test/00: Crash # Issue 22085 |
| 126 internal_library_test/01: Crash # Issue 22085 |
| 127 malformed_inheritance_test/03: Crash # Issue 22085 |
| 128 malformed_inheritance_test/09: Crash # Issue 22085 |
| 129 malformed_inheritance_test/10: Crash # Issue 22085 |
| 130 mixin_cyclic_test/01: Crash # Issue 22085 |
| 131 mixin_illegal_cycles_test/02: Crash # Issue 22085 |
| 132 mixin_illegal_cycles_test/03: Crash # Issue 22085 |
| 133 mixin_illegal_cycles_test/04: Crash # Issue 22085 |
| 134 mixin_illegal_cycles_test/06: Crash # Issue 22085 |
| 135 mixin_invalid_inheritance1_test/01: Crash # Issue 22085 |
| 136 mixin_invalid_inheritance1_test/02: Crash # Issue 22085 |
| 137 mixin_invalid_inheritance1_test/03: Crash # Issue 22085 |
| 138 mixin_invalid_inheritance2_test/01: Crash # Issue 22085 |
| 139 mixin_invalid_inheritance2_test/02: Crash # Issue 22085 |
| 140 mixin_invalid_inheritance2_test/03: Crash # Issue 22085 |
| 141 number_identifier_test/02: Crash # Issue 22085 |
| 142 number_identifier_test/04: Crash # Issue 22085 |
| 143 string_interpolate1_negative_test: Crash # Issue 22085 |
| 144 string_interpolate2_negative_test: Crash # Issue 22085 |
| 145 string_interpolation3_negative_test: Crash # Issue 22085 |
| 146 string_interpolation9_test/10: Crash # Issue 22085 |
| 147 string_interpolation9_test/11: Crash # Issue 22085 |
| 148 string_interpolation9_test/12: Crash # Issue 22085 |
| 149 string_interpolation9_test/13: Crash # Issue 22085 |
| 150 string_interpolation9_test/14: Crash # Issue 22085 |
| 151 string_interpolation9_test/15: Crash # Issue 22085 |
| 152 string_interpolation9_test/16: Crash # Issue 22085 |
| 153 string_interpolation9_test/17: Crash # Issue 22085 |
| 154 string_interpolation9_test/18: Crash # Issue 22085 |
| 155 string_interpolation9_test/19: Crash # Issue 22085 |
| 156 string_interpolation9_test/1: Crash # Issue 22085 |
| 157 string_interpolation9_test/20: Crash # Issue 22085 |
| 158 string_interpolation9_test/2: Crash # Issue 22085 |
| 159 string_interpolation9_test/3: Crash # Issue 22085 |
| 160 string_interpolation9_test/4: Crash # Issue 22085 |
| 161 string_interpolation9_test/5: Crash # Issue 22085 |
| 162 string_interpolation9_test/6: Crash # Issue 22085 |
| 163 string_interpolation9_test/7: Crash # Issue 22085 |
| 164 string_interpolation9_test/8: Crash # Issue 22085 |
| 165 string_interpolation9_test/9: Crash # Issue 22085 |
| 166 |
| 167 [ $compiler == dart2dart ] |
| 23 async_control_structures_test: CompileTimeError # Issue 22051 | 168 async_control_structures_test: CompileTimeError # Issue 22051 |
| 24 async_test/none: CompileTimeError # Issue 22051 | 169 async_test/none: CompileTimeError # Issue 22051 |
| 25 async_test/type-mismatch1: CompileTimeError # Issue 22051 | 170 async_test/type-mismatch1: CompileTimeError # Issue 22051 |
| 26 async_test/type-mismatch2: CompileTimeError # Issue 22051 | 171 async_test/type-mismatch2: CompileTimeError # Issue 22051 |
| 27 async_test/type-mismatch3: CompileTimeError # Issue 22051 | 172 async_test/type-mismatch3: CompileTimeError # Issue 22051 |
| 28 async_test/type-mismatch4: CompileTimeError # Issue 22051 | 173 async_test/type-mismatch4: CompileTimeError # Issue 22051 |
| 29 await_backwards_compatibility_test/none: CompileTimeError # Issue 22051 | 174 await_backwards_compatibility_test/none: CompileTimeError # Issue 22051 |
| 30 await_exceptions_test: CompileTimeError # Issue 22051 | 175 await_exceptions_test: CompileTimeError # Issue 22051 |
| 31 await_for_test: CompileTimeError # Issue 22051 | 176 await_for_test: CompileTimeError # Issue 22051 |
| 32 await_future_test: CompileTimeError # Issue 22051 | 177 await_future_test: CompileTimeError # Issue 22051 |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 stack_overflow_test: Skip # Crashes. Issue 17440. | 256 stack_overflow_test: Skip # Crashes. Issue 17440. |
| 112 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. | 257 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. |
| 113 large_class_declaration_test: Skip # Times out. Issue 20352 | 258 large_class_declaration_test: Skip # Times out. Issue 20352 |
| 114 | 259 |
| 115 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 260 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 116 large_class_declaration_test: Skip # Times out. Issue 20352 | 261 large_class_declaration_test: Skip # Times out. Issue 20352 |
| 117 | 262 |
| 118 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 263 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 119 gc_test: Skip # Times out flakily. Issue 20956 | 264 gc_test: Skip # Times out flakily. Issue 20956 |
| 120 | 265 |
| OLD | NEW |