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 [ $strong ] | 8 [ $strong ] |
9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. | 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. |
10 | 10 |
(...skipping 30 matching lines...) Expand all Loading... |
41 [$compiler == none && $runtime == vm && !$checked] | 41 [$compiler == none && $runtime == vm && !$checked] |
42 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 42 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
43 assertion_initializer_const_error_test/01: MissingCompileTimeError | 43 assertion_initializer_const_error_test/01: MissingCompileTimeError |
44 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 44 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
45 | 45 |
46 [$compiler == none && $runtime == drt && !$checked] | 46 [$compiler == none && $runtime == drt && !$checked] |
47 assertion_initializer_const_error2_test/cc02: Fail | 47 assertion_initializer_const_error2_test/cc02: Fail |
48 assertion_initializer_const_error_test/01: Fail | 48 assertion_initializer_const_error_test/01: Fail |
49 assertion_initializer_const_function_error_test/01: Fail | 49 assertion_initializer_const_function_error_test/01: Fail |
50 | 50 |
| 51 [$compiler == none && $runtime == dartium && !$checked] |
| 52 assertion_initializer_const_function_test/01: RuntimeError |
| 53 assertion_initializer_test: RuntimeError |
| 54 |
| 55 [$compiler == none && $runtime == dartium && $checked] |
| 56 assertion_initializer_const_function_test/01: RuntimeError |
| 57 assertion_initializer_test: RuntimeError |
| 58 |
51 [$compiler == app_jit && $runtime == vm && !$checked] | 59 [$compiler == app_jit && $runtime == vm && !$checked] |
52 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 60 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
53 assertion_initializer_const_error_test/01: MissingCompileTimeError | 61 assertion_initializer_const_error_test/01: MissingCompileTimeError |
54 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 62 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
55 | 63 |
56 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co
mpiler != dartk && $compiler != dartkp ] | 64 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co
mpiler != dartk && $compiler != dartkp ] |
57 abstract_beats_arguments2_test/01: Crash # Issue 29171 | 65 abstract_beats_arguments2_test/01: Crash # Issue 29171 |
58 | 66 |
59 [ $runtime == vm || $runtime == dart_precompiled ] | 67 [ $runtime == vm || $runtime == dart_precompiled ] |
60 | 68 |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 generic_methods_generic_function_parameter_test: Pass # Issue 25869 | 128 generic_methods_generic_function_parameter_test: Pass # Issue 25869 |
121 | 129 |
122 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] | 130 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] |
123 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 131 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
124 unicode_bom_test: Fail # Issue 16067 | 132 unicode_bom_test: Fail # Issue 16067 |
125 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. | 133 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. |
126 | 134 |
127 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] | 135 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] |
128 type_variable_bounds4_test/01: Fail # Issue 14006 | 136 type_variable_bounds4_test/01: Fail # Issue 14006 |
129 | 137 |
130 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] | 138 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter || $runtime
== drt || $runtime == dartium) ] |
131 export_ambiguous_main_negative_test: Fail # Issue 14763 | 139 export_ambiguous_main_negative_test: Fail # Issue 14763 |
132 | 140 |
133 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com
piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p
recompiled) || $runtime == flutter) ] | 141 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com
piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p
recompiled) || $runtime == drt || $runtime == dartium || $runtime == flutter) ] |
134 dynamic_prefix_core_test/none: Fail # Issue 12478 | 142 dynamic_prefix_core_test/none: Fail # Issue 12478 |
135 | 143 |
| 144 [ $compiler == none && $runtime == dartium && ! $checked ] |
| 145 assertion_test: Fail # Issue 14651. |
| 146 generic_test: Fail # Issue 14651. |
| 147 list_literal4_test: Fail # Issue 14651. |
| 148 map_literal4_test: Fail # Issue 14651. |
| 149 named_parameters_type_test/01: Fail # Issue 14651. |
| 150 named_parameters_type_test/02: Fail # Issue 14651. |
| 151 named_parameters_type_test/03: Fail # Issue 14651. |
| 152 positional_parameters_type_test/01: Fail # Issue 14651. |
| 153 positional_parameters_type_test/02: Fail # Issue 14651. |
| 154 type_checks_in_factory_method_test: Fail # Issue 14651. |
| 155 vm/type_vm_test: Fail # Issue 14651. |
| 156 |
| 157 [ $compiler == none && ($runtime == dartium || $runtime == drt)] |
| 158 abstract_beats_arguments2_test/01: Skip # Issue 29171 |
| 159 # Other issues. |
| 160 issue13474_test: Pass, Fail # Issue 14651. |
| 161 config_import_test: Fail # Issue 14651. |
| 162 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn
. |
| 163 main_test/01: Fail # Issue 20028 |
| 164 main_test/02: Fail # Issue 20028 |
| 165 main_test/04: Fail # Issue 20028 |
| 166 main_test/05: Fail # Issue 20028 |
| 167 main_test/21: Fail # Issue 20028 |
| 168 main_test/42: Fail # Issue 20028 |
| 169 mirror_in_static_init_test: Fail # Issue 22071 |
| 170 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. |
| 171 vm/regress_28325_test: SkipByDesign # Requires dart:io |
| 172 |
| 173 # These tests need the flag --initializing-formal-access to pass: |
| 174 initializing_formal_access_test: Skip |
| 175 initializing_formal_capture_test: Skip |
| 176 initializing_formal_final_test: Skip |
| 177 initializing_formal_promotion_test: Skip |
| 178 initializing_formal_type_test: Skip |
| 179 parameter_initializer5_test: Skip |
| 180 |
| 181 # Experimental feature: Syntactic support for generic methods. |
| 182 # Skip these in dartium, because the test framework can't pass VM flags to |
| 183 generic_methods_test: Skip # Issue 25869 |
| 184 generic_functions_test: Skip # Issue 25869 |
| 185 generic_local_functions_test: Skip # Issue 25869 |
| 186 generic_sends_test: Skip # Issue 25869 |
| 187 generic_methods_new_test: Skip # Issue 25869 |
| 188 generic_methods_function_type_test: Skip # Issue 25869 |
| 189 generic_methods_type_expression_test: Skip # Issue 25869 |
| 190 |
| 191 config_import_test: Skip # Issue 26250 |
| 192 |
| 193 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] |
| 194 issue_22780_test/01: Pass, Timeout # Issue 24473 |
| 195 |
| 196 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] |
| 197 async_await_test: Skip # Issue 26198 |
| 198 |
| 199 [ $compiler == none && $runtime == drt ] |
| 200 disassemble_test: Pass, Fail # Issue 18122 |
| 201 |
136 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar
ch == arm64 ] | 202 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar
ch == arm64 ] |
137 large_class_declaration_test: SkipSlow # Uses too much memory. | 203 large_class_declaration_test: SkipSlow # Uses too much memory. |
138 closure_cycles_test: Pass, Slow | 204 closure_cycles_test: Pass, Slow |
139 | 205 |
| 206 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu
g ] |
| 207 large_class_declaration_test: SkipSlow # Times out. Issue 20352 |
| 208 |
140 [ $runtime == vm || $runtime == dart_precompiled ] | 209 [ $runtime == vm || $runtime == dart_precompiled ] |
141 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 210 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
142 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 211 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
143 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 212 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
144 | 213 |
145 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled)) && $arch == ia32 ] | 214 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 215 issue23244_test: Fail # Issue 23244 |
| 216 |
| 217 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime ==
dartium) && $arch == ia32 ] |
146 vm/regress_24517_test: Pass, Fail # Issue 24517. | 218 vm/regress_24517_test: Pass, Fail # Issue 24517. |
147 | 219 |
148 [ $compiler == precompiler && $runtime == dart_precompiled ] | 220 [ $compiler == precompiler && $runtime == dart_precompiled ] |
149 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError | 221 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError |
150 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError | 222 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError |
151 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError | 223 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError |
152 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError | 224 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError |
153 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError | 225 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError |
154 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError | 226 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError |
155 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError | 227 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 vm/causal_async_exception_stack_test: RuntimeError | 395 vm/causal_async_exception_stack_test: RuntimeError |
324 vm/causal_async_exception_stack2_test: RuntimeError | 396 vm/causal_async_exception_stack2_test: RuntimeError |
325 # TODO(zra): Investigate | 397 # TODO(zra): Investigate |
326 closure_cycles_test: Pass, Crash | 398 closure_cycles_test: Pass, Crash |
327 vm/math_vm_test: Crash | 399 vm/math_vm_test: Crash |
328 | 400 |
329 [$compiler == dart2analyzer] | 401 [$compiler == dart2analyzer] |
330 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. | 402 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. |
331 config_import_corelib_test: StaticWarning, OK | 403 config_import_corelib_test: StaticWarning, OK |
332 | 404 |
333 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c
ompiler == none || $compiler == app_jit || $compiler == precompiler) ] | 405 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled || $run
time == dartium || $runtime == drt) && ($compiler == none || $compiler == app_ji
t || $compiler == precompiler) ] |
334 await_for_test: RuntimeError # issue 28974 | 406 await_for_test: RuntimeError # issue 28974 |
335 generalized_void_syntax_test: CompileTimeError # Issue #30176. | 407 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
336 | 408 |
337 # flutter uses --error_on_bad_type, --error_on_bad_override | 409 # flutter uses --error_on_bad_type, --error_on_bad_override |
338 # and --await_is_keyword so # the following tests fail with | 410 # and --await_is_keyword so # the following tests fail with |
339 # a Compilation Error | 411 # a Compilation Error |
340 [ $runtime == flutter ] | 412 [ $runtime == flutter ] |
341 await_backwards_compatibility_test/none: CompileTimeError | 413 await_backwards_compatibility_test/none: CompileTimeError |
342 await_test: CompileTimeError | 414 await_test: CompileTimeError |
343 async_await_test: CompileTimeError | 415 async_await_test: CompileTimeError |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 645 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
574 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 646 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
575 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | 647 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
576 asyncstar_yield_test: Skip # Flutter Issue 9110 | 648 asyncstar_yield_test: Skip # Flutter Issue 9110 |
577 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 649 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
578 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 650 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
579 await_for_test: Skip # Flutter Issue 9110 | 651 await_for_test: Skip # Flutter Issue 9110 |
580 await_for_cancel_test: Skip # Flutter Issue 9110 | 652 await_for_cancel_test: Skip # Flutter Issue 9110 |
581 | 653 |
582 | 654 |
OLD | NEW |