| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. | 5 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. |
| 6 # Analyzer does, but only when "--strong" is used. | 6 # Analyzer does, but only when "--strong" is used. |
| 7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co
mpiler == dart2analyzer && ! $strong && ! $checked) ] | 7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co
mpiler == dart2analyzer && ! $strong) ] |
| 8 abstract_beats_arguments_test: MissingCompileTimeError | 8 abstract_beats_arguments_test: MissingCompileTimeError |
| 9 abstract_exact_selector_test/01: MissingCompileTimeError | 9 abstract_exact_selector_test/01: MissingCompileTimeError |
| 10 abstract_factory_constructor_test/00: MissingCompileTimeError | 10 abstract_factory_constructor_test/00: MissingCompileTimeError |
| 11 abstract_getter_test/01: MissingCompileTimeError | 11 abstract_getter_test/01: MissingCompileTimeError |
| 12 abstract_syntax_test/00: MissingCompileTimeError | 12 abstract_syntax_test/00: MissingCompileTimeError |
| 13 assign_top_method_test: MissingCompileTimeError | |
| 14 assign_static_type_test/01: MissingCompileTimeError | |
| 15 assign_static_type_test/02: MissingCompileTimeError | |
| 16 assign_static_type_test/03: MissingCompileTimeError | |
| 17 assign_static_type_test/04: MissingCompileTimeError | |
| 18 assign_static_type_test/05: MissingCompileTimeError | |
| 19 assign_static_type_test/06: MissingCompileTimeError | |
| 20 assign_to_type_test/01: MissingCompileTimeError | |
| 21 assign_to_type_test/02: MissingCompileTimeError | |
| 22 assign_to_type_test/03: MissingCompileTimeError | |
| 23 assign_to_type_test/04: MissingCompileTimeError | |
| 24 async_await_syntax_test/a10a: MissingCompileTimeError | |
| 25 async_await_syntax_test/b10a: MissingCompileTimeError | |
| 26 async_await_syntax_test/c10a: MissingCompileTimeError | |
| 27 async_await_syntax_test/d08b: MissingCompileTimeError | |
| 28 async_await_syntax_test/d10a: MissingCompileTimeError | |
| 29 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError | |
| 30 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError | |
| 31 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError | |
| 32 async_return_types_test/wrongTypeParameter: MissingCompileTimeError | |
| 33 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError | |
| 34 async_return_types_test/wrongReturnType: MissingCompileTimeError | |
| 35 async_return_types_test/nestedFuture: MissingCompileTimeError | |
| 36 | |
| 37 [ $compiler == dart2analyzer && ! $strong && $checked ] | |
| 38 abstract_beats_arguments_test: MissingCompileTimeError | |
| 39 abstract_exact_selector_test/01: MissingCompileTimeError | |
| 40 abstract_factory_constructor_test/00: MissingCompileTimeError | |
| 41 abstract_getter_test/01: MissingCompileTimeError | |
| 42 abstract_syntax_test/00: MissingCompileTimeError | |
| 43 assign_top_method_test: MissingCompileTimeError | |
| 44 assign_static_type_test/01: MissingCompileTimeError | |
| 45 assign_static_type_test/03: MissingCompileTimeError | |
| 46 assign_static_type_test/04: MissingCompileTimeError | |
| 47 assign_static_type_test/05: MissingCompileTimeError | |
| 48 assign_static_type_test/06: MissingCompileTimeError | |
| 49 assign_to_type_test/01: MissingCompileTimeError | |
| 50 assign_to_type_test/02: MissingCompileTimeError | |
| 51 assign_to_type_test/03: MissingCompileTimeError | |
| 52 assign_to_type_test/04: MissingCompileTimeError | |
| 53 async_await_syntax_test/a10a: MissingCompileTimeError | |
| 54 async_await_syntax_test/b10a: MissingCompileTimeError | |
| 55 async_await_syntax_test/c10a: MissingCompileTimeError | |
| 56 async_await_syntax_test/d08b: MissingCompileTimeError | |
| 57 async_await_syntax_test/d10a: MissingCompileTimeError | |
| 58 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError | |
| 59 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError | |
| 60 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError | |
| 61 async_return_types_test/wrongTypeParameter: MissingCompileTimeError | |
| 62 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError | |
| 63 async_return_types_test/wrongReturnType: MissingCompileTimeError | |
| 64 async_return_types_test/nestedFuture: MissingCompileTimeError | |
| 65 | |
| 66 [ $compiler == dartdevc || $compiler == dart2analyzer ] | |
| 67 async_return_types_test/nestedFuture: MissingCompileTimeError | |
| 68 | 13 |
| 69 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 14 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 70 accessor_conflict_export2_test: Crash # Issue 25626 | 15 accessor_conflict_export2_test: Crash # Issue 25626 |
| 71 accessor_conflict_export_test: Crash # Issue 25626 | 16 accessor_conflict_export_test: Crash # Issue 25626 |
| 72 assertion_initializer_const_error2_test/cc01: Crash | |
| 73 assertion_initializer_const_error2_test/cc02: Crash | |
| 74 assertion_initializer_const_error2_test/cc03: Crash | |
| 75 assertion_initializer_const_error2_test/cc04: Crash | |
| 76 assertion_initializer_const_error2_test/cc05: Crash | |
| 77 assertion_initializer_const_error2_test/cc06: Crash | |
| 78 assertion_initializer_const_error2_test/cc07: Crash | |
| 79 assertion_initializer_const_error2_test/cc08: Crash | |
| 80 assertion_initializer_const_error2_test/cc09: Crash | |
| 81 assertion_initializer_const_function_error_test/01: Crash | |
| 82 assertion_initializer_const_function_test/01: CompileTimeError | |
| 83 assertion_initializer_test: Crash | |
| 84 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | |
| 85 | 17 |
| 86 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] | 18 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
| 87 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 19 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
| 88 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 20 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
| 89 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 21 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
| 90 accessor_conflict_import_test: RuntimeError # Issue 25626 | 22 accessor_conflict_import_test: RuntimeError # Issue 25626 |
| 91 | 23 |
| 92 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ] | 24 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ] |
| 93 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 25 accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
| 94 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 26 accessor_conflict_export_test: CompileTimeError # Issue 25626 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 ackermann_test: Crash | 73 ackermann_test: Crash |
| 142 adjacent_const_string_literals_test: Crash | 74 adjacent_const_string_literals_test: Crash |
| 143 adjacent_string_literals_test: Crash | 75 adjacent_string_literals_test: Crash |
| 144 allocate_large_object_test: Crash | 76 allocate_large_object_test: Crash |
| 145 allocate_test: Crash | 77 allocate_test: Crash |
| 146 allocation_sinking_inlining_test: Crash | 78 allocation_sinking_inlining_test: Crash |
| 147 and_operation_on_non_integer_operand_test: Crash | 79 and_operation_on_non_integer_operand_test: Crash |
| 148 arithmetic_canonicalization_test: Crash | 80 arithmetic_canonicalization_test: Crash |
| 149 arithmetic_smi_overflow_test: Crash | 81 arithmetic_smi_overflow_test: Crash |
| 150 | 82 |
| 151 [ $compiler == dartdevc && $runtime != none ] | |
| 152 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 | |
| 153 async_star_pause_test: RuntimeError | |
| 154 | |
| 155 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] | 83 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
| 156 *: Skip # Issue 29626 | 84 *: Skip # Issue 29626 |
| 157 | |
| 158 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] | |
| 159 assertion_test: RuntimeError # Issue 12748 | |
| 160 | |
| 161 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | |
| 162 abstract_beats_arguments_test: RuntimeError # Issue 27394 | |
| 163 abstract_runtime_error_test/01: RuntimeError # Issue 27394 | |
| 164 abstract_runtime_error_test/02: RuntimeError # Issue 27394 | |
| 165 arithmetic_canonicalization_test: RuntimeError # Issue 27394 | |
| 166 assertion_initializer_const_error_test/01: Crash | |
| 167 assertion_initializer_const_function_test/01: Crash | |
| 168 assign_top_method_test/01: Crash # Issue 27394 | |
| 169 async_await_syntax_test/a04b: Crash # Issue 27394 | |
| 170 async_await_syntax_test/a06a: RuntimeError # Issue 27394 | |
| 171 async_await_syntax_test/a07b: Crash # Issue 27394 | |
| 172 async_await_syntax_test/a08b: Crash # Issue 27394 | |
| 173 async_await_syntax_test/b06a: RuntimeError # Issue 27394 | |
| 174 async_await_syntax_test/c06a: RuntimeError # Issue 27394 | |
| 175 async_await_syntax_test/d06a: RuntimeError # Issue 27394 | |
| 176 | |
| 177 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] | |
| 178 assertion_initializer_const_function_test/none: RuntimeError | |
| 179 | |
| 180 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] | |
| 181 assertion_initializer_const_function_test/01: Crash | |
| 182 assign_instance_method_negative_test: Crash | |
| 183 async_await_syntax_test/d04a: Crash | |
| 184 async_await_syntax_test/d07a: Crash | |
| 185 async_await_syntax_test/d08a: Crash | |
| 186 async_await_syntax_test/d08b: Crash | |
| 187 async_await_syntax_test/d08c: Crash | |
| 188 | |
| 189 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] | |
| 190 assert_assignable_type_test: Crash | |
| 191 assert_with_type_test_or_cast_test: Crash | |
| 192 assertion_initializer_const_error_test/none: Crash | |
| 193 assertion_initializer_const_function_error_test/none: Crash | |
| 194 assertion_initializer_const_function_test/01: Crash | |
| 195 assertion_initializer_const_function_test/none: Crash | |
| 196 assign_instance_method_negative_test: Crash | |
| 197 assign_op_test: Crash | |
| 198 assign_static_type_test/03: Crash | |
| 199 assign_static_type_test/04: Crash | |
| 200 assignable_expression_test/none: Crash | |
| 201 async_await_syntax_test/a04a: Crash | |
| 202 async_await_syntax_test/a04c: Crash | |
| 203 async_await_syntax_test/a07a: Crash | |
| 204 async_await_syntax_test/a08a: Crash | |
| 205 async_await_syntax_test/a11b: Crash | |
| 206 async_await_syntax_test/b04a: Crash | |
| 207 async_await_syntax_test/b07a: Crash | |
| 208 async_await_syntax_test/b08a: Crash | |
| 209 async_await_syntax_test/b11b: Crash | |
| 210 async_await_syntax_test/b13a: Crash | |
| 211 async_await_syntax_test/b13c: Crash | |
| 212 async_await_syntax_test/b14a: Crash | |
| 213 async_await_syntax_test/b14c: Crash | |
| 214 async_await_syntax_test/d04a: Crash | |
| 215 async_await_syntax_test/d07a: Crash | |
| 216 async_await_syntax_test/d08a: Crash | |
| 217 async_await_syntax_test/d08b: Crash | |
| 218 async_await_syntax_test/d08c: Crash | |
| 219 | |
| 220 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler !
= none && $compiler != dartk && $compiler != dartkp )] | |
| 221 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only. | |
| 222 | |
| 223 [ $compiler == dart2analyzer && $runtime == none ] | |
| 224 assertion_initializer_const_error2_test/none: CompileTimeError | |
| 225 assertion_initializer_const_function_test/01: CompileTimeError | |
| 226 assertion_initializer_test: CompileTimeError | |
| 227 | |
| 228 # dartdevc doesn't support assertions in initializers. | |
| 229 [ $compiler == dartdevc ] | |
| 230 assertion_initializer_test: CompileTimeError | |
| 231 assertion_initializer_const_error2_test/none: CompileTimeError | |
| 232 assertion_initializer_const_function_test/01: CompileTimeError | |
| 233 | |
| 234 [ $compiler == dartdevc && $runtime != none ] | |
| 235 assert_message_test: RuntimeError # Looks like bug in dartdevc codegen. | |
| 236 | |
| 237 [ $compiler == dartk && $runtime == vm ] | |
| 238 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError | |
| 239 assertion_test: RuntimeError | |
| 240 | |
| 241 [ $mode == product ] | |
| 242 assertion_test: SkipByDesign # Requires checked mode. | |
| 243 | |
| 244 [$compiler == precompiler && $runtime == dart_precompiled && !$checked] | |
| 245 assertion_initializer_const_error2_test/cc01: Pass, OK | |
| 246 assertion_initializer_const_error2_test/cc02: CompileTimeError | |
| 247 assertion_initializer_const_error2_test/cc03: Pass, OK | |
| 248 assertion_initializer_const_error2_test/cc04: Pass, OK | |
| 249 assertion_initializer_const_error2_test/cc05: Pass, OK | |
| 250 assertion_initializer_const_error2_test/cc06: Pass, OK | |
| 251 assertion_initializer_const_error2_test/cc07: Pass, OK | |
| 252 assertion_initializer_const_error2_test/cc08: Pass, OK | |
| 253 assertion_initializer_const_error2_test/cc09: Pass, OK | |
| 254 assertion_initializer_const_error2_test/cc10: Pass, OK | |
| 255 assertion_initializer_const_error2_test/cc11: Pass, OK | |
| 256 assertion_initializer_const_error2_test/none: CompileTimeError | |
| 257 | |
| 258 [$compiler == precompiler && $runtime == dart_precompiled && $checked] | |
| 259 assertion_initializer_const_error2_test/cc01: Pass | |
| 260 assertion_initializer_const_error2_test/cc03: Pass | |
| 261 assertion_initializer_const_error2_test/cc04: Pass | |
| 262 assertion_initializer_const_error2_test/cc05: Pass | |
| 263 assertion_initializer_const_error2_test/cc06: Pass | |
| 264 assertion_initializer_const_error2_test/cc07: Pass | |
| 265 assertion_initializer_const_error2_test/cc08: Pass | |
| 266 assertion_initializer_const_error2_test/cc09: Pass | |
| 267 assertion_initializer_const_error2_test/cc10: Pass | |
| 268 assertion_initializer_const_error2_test/cc11: Pass | |
| 269 assertion_initializer_const_error2_test/none: CompileTimeError | |
| 270 | |
| 271 [$compiler == none && $runtime == vm && !$checked] | |
| 272 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
| 273 assertion_initializer_const_error_test/01: MissingCompileTimeError | |
| 274 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
| 275 | |
| 276 [$compiler == none && $runtime == drt && !$checked] | |
| 277 assertion_initializer_const_error2_test/cc02: Fail | |
| 278 assertion_initializer_const_error_test/01: Fail | |
| 279 assertion_initializer_const_function_error_test/01: Fail | |
| 280 | |
| 281 [$compiler == app_jit && $runtime == vm && !$checked] | |
| 282 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
| 283 assertion_initializer_const_error_test/01: MissingCompileTimeError | |
| 284 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
| 285 | |
| 286 [ $compiler == precompiler && $runtime == dart_precompiled ] | |
| 287 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError | |
| 288 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError | |
| 289 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError | |
| 290 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError | |
| 291 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError | |
| 292 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError | |
| 293 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError | |
| 294 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError | |
| 295 assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError | |
| 296 assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError | |
| 297 assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError | |
| 298 | |
| 299 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked] | |
| 300 assertion_initializer_const_error_test/01: MissingCompileTimeError | |
| 301 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
| 302 | |
| 303 [$compiler == dartk && $runtime == vm] | |
| 304 assertion_initializer_const_error2_test/none: CompileTimeError | |
| 305 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
| 306 assertion_initializer_test: CompileTimeError | |
| 307 | |
| 308 [$compiler == dartk && $runtime == vm && !$checked] | |
| 309 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
| 310 | |
| 311 [$compiler == dartk && $runtime == vm && $checked] | |
| 312 assertion_initializer_const_function_test/01: RuntimeError | |
| 313 | |
| 314 [$compiler == dartkp && $runtime == dart_precompiled] | |
| 315 assertion_initializer_const_error2_test/none: CompileTimeError | |
| 316 | |
| 317 [$compiler == dartkp && $runtime == dart_precompiled && !$checked] | |
| 318 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
| 319 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
| 320 assertion_initializer_test: CompileTimeError | |
| 321 | |
| 322 [$compiler == dartkp && $runtime == dart_precompiled && $checked] | |
| 323 assertion_initializer_const_error2_test/cc02: Crash | |
| 324 assertion_initializer_const_error_test/none: Crash | |
| 325 assertion_initializer_const_function_error_test/01: Crash | |
| 326 assertion_initializer_const_function_error_test/none: Crash | |
| 327 assertion_initializer_const_function_test/01: Crash | |
| 328 assertion_initializer_const_function_test/none: Crash | |
| 329 assertion_initializer_test: CompileTimeError | |
| 330 | |
| 331 [ $compiler == dartk || $compiler == dartkp ] | |
| 332 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | |
| 333 | |
| 334 # dartk: checked mode failures | |
| 335 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | |
| 336 assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 337 assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 338 assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 339 assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 340 assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 341 assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 342 assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 343 assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 344 assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 345 assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 346 assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 347 assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 348 assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 349 assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 350 assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 351 assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 352 assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation. | |
| 353 assign_static_type_test/02: MissingCompileTimeError | |
| 354 | |
| 355 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked] | |
| 356 # The VM doesn't enforce that potentially const expressions are actually | |
| 357 # const expressions when the constructor is called with `const`. | |
| 358 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. | |
| 359 | |
| 360 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | |
| 361 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | |
| 362 | |
| 363 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | |
| 364 async_star_no_cancel_test: RuntimeError # Need triage | |
| 365 async_star_no_cancel2_test: RuntimeError # Need triage | |
| 366 | |
| 367 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | |
| 368 async_return_types_test/nestedFuture: Fail # Issue 26429 | |
| 369 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 | |
| 370 | |
| 371 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | |
| 372 async_star_pause_test: RuntimeError # Issue 27394 | |
| 373 async_star_regression_fisk_test: RuntimeError # Issue 27394 | |
| 374 async_star_stream_take_test: RuntimeError # Issue 27394 | |
| 375 async_star_take_reyield_test: RuntimeError # Issue 27394 | |
| 376 | |
| 377 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] | |
| 378 async_break_in_finally_test: Crash | |
| 379 async_continue_label_test/await_in_body: Crash | |
| 380 async_continue_label_test/await_in_condition: Crash | |
| 381 async_continue_label_test/await_in_init: Crash | |
| 382 async_continue_label_test/await_in_update: Crash | |
| 383 async_continue_label_test/none: Crash | |
| 384 async_control_structures_test: Crash | |
| 385 async_finally_rethrow_test: Crash | |
| 386 async_or_generator_return_type_stacktrace_test/01: Crash | |
| 387 async_or_generator_return_type_stacktrace_test/02: Crash | |
| 388 async_or_generator_return_type_stacktrace_test/03: Crash | |
| 389 async_or_generator_return_type_stacktrace_test/none: Crash | |
| 390 async_regression_23058_test: Crash | |
| 391 async_rethrow_test: Crash | |
| 392 async_return_types_test/nestedFuture: Crash | |
| 393 async_return_types_test/none: Crash | |
| 394 async_return_types_test/tooManyTypeParameters: Crash | |
| 395 async_return_types_test/wrongReturnType: Crash | |
| 396 async_return_types_test/wrongTypeParameter: Crash | |
| 397 async_star_cancel_and_throw_in_finally_test: Crash | |
| 398 async_star_cancel_while_paused_test: Crash | |
| 399 async_star_no_cancel2_test: Crash | |
| 400 async_star_no_cancel_test: Crash | |
| 401 async_star_pause_test: Crash | |
| 402 async_star_regression_2238_test: Crash | |
| 403 async_star_regression_23116_test: Crash | |
| 404 async_star_regression_fisk_test: Crash | |
| 405 async_star_stream_take_test: Crash | |
| 406 async_star_take_reyield_test: Crash | |
| 407 | |
| 408 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | |
| 409 async_return_types_test/nestedFuture: Fail | |
| 410 async_return_types_test/wrongTypeParameter: Fail | |
| 411 | |
| 412 # These test entries will be valid for vm (with and without kernel). | |
| 413 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] | |
| 414 async_star_cancel_while_paused_test: RuntimeError | |
| 415 # This is OK for now, but we may want to change the semantics to match the test. | |
| 416 async_star_pause_test: Fail, OK | |
| 417 | |
| 418 [ $compiler == dartk && $runtime == vm ] | |
| 419 async_star_cancel_and_throw_in_finally_test: RuntimeError | |
| 420 async_star_cancel_while_paused_test: RuntimeError | |
| 421 async_star_regression_fisk_test: Timeout | |
| 422 async_star_stream_take_test: Timeout | |
| 423 async_star_take_reyield_test: Timeout | |
| 424 | |
| 425 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | |
| 426 async_star_regression_2238_test: CompileTimeError, RuntimeError | |
| 427 | |
| 428 # flutter uses --error_on_bad_type, --error_on_bad_override | |
| 429 # and --await_is_keyword so # the following tests fail with | |
| 430 # a Compilation Error | |
| 431 [ $runtime == flutter ] | |
| 432 async_await_test: CompileTimeError | |
| 433 async_await_syntax_test/a05c: CompileTimeError | |
| 434 async_await_syntax_test/a05e: CompileTimeError | |
| 435 async_await_syntax_test/d08c: CompileTimeError | |
| 436 | |
| 437 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] | |
| 438 abstract_method_test: Crash | |
| 439 abstract_object_method_test: Crash | |
| 440 abstract_runtime_error_test/01: Crash | |
| 441 abstract_runtime_error_test/02: Crash | |
| 442 arg_param_trailing_comma_test/none: Crash | |
| 443 arithmetic_test: Crash | |
| 444 assert_message_test: Crash | |
| 445 assert_trailing_comma_test/none: CompileTimeError | |
| 446 assertion_initializer_const_error2_test/cc02: Crash | |
| 447 assertion_initializer_const_error2_test/none: CompileTimeError | |
| 448 assertion_initializer_const_function_error_test/01: Crash | |
| 449 assertion_initializer_test: CompileTimeError | |
| 450 assertion_test: Crash | |
| 451 assign_to_type_test/01: Crash | |
| 452 assign_to_type_test/02: Crash | |
| 453 assign_to_type_test/03: Crash | |
| 454 assign_to_type_test/04: Crash | |
| 455 assign_top_method_test/01: Crash | |
| 456 async_and_or_test: Crash | |
| 457 async_await_catch_regression_test: Crash | |
| 458 async_await_syntax_test/a01a: Crash | |
| 459 async_await_syntax_test/a02a: Crash | |
| 460 async_await_syntax_test/a03a: Crash | |
| 461 async_await_syntax_test/a03b: Crash | |
| 462 async_await_syntax_test/a04a: RuntimeError | |
| 463 async_await_syntax_test/a04c: RuntimeError | |
| 464 async_await_syntax_test/a05a: Crash | |
| 465 async_await_syntax_test/a05b: Crash | |
| 466 async_await_syntax_test/a05c: Crash | |
| 467 async_await_syntax_test/a05e: Crash | |
| 468 async_await_syntax_test/a06a: Crash | |
| 469 async_await_syntax_test/a07a: RuntimeError | |
| 470 async_await_syntax_test/a08a: RuntimeError | |
| 471 async_await_syntax_test/a09a: Crash | |
| 472 async_await_syntax_test/a10a: Crash | |
| 473 async_await_syntax_test/a11b: RuntimeError | |
| 474 async_await_syntax_test/a11c: Crash | |
| 475 async_await_syntax_test/a11d: Crash | |
| 476 async_await_syntax_test/a12g: Crash | |
| 477 async_await_syntax_test/b01a: Crash | |
| 478 async_await_syntax_test/b02a: Crash | |
| 479 async_await_syntax_test/b03a: Crash | |
| 480 async_await_syntax_test/b04a: RuntimeError | |
| 481 async_await_syntax_test/b05a: Crash | |
| 482 async_await_syntax_test/b06a: Crash | |
| 483 async_await_syntax_test/b07a: RuntimeError | |
| 484 async_await_syntax_test/b08a: RuntimeError | |
| 485 async_await_syntax_test/b09a: Crash | |
| 486 async_await_syntax_test/b10a: Crash | |
| 487 async_await_syntax_test/b11b: RuntimeError | |
| 488 async_await_syntax_test/b11c: Crash | |
| 489 async_await_syntax_test/b11d: Crash | |
| 490 async_await_syntax_test/b12g: Crash | |
| 491 async_await_syntax_test/c01a: Crash | |
| 492 async_await_syntax_test/c02a: Crash | |
| 493 async_await_syntax_test/c03a: Crash | |
| 494 async_await_syntax_test/c04a: Crash | |
| 495 async_await_syntax_test/c05a: Crash | |
| 496 async_await_syntax_test/c06a: Crash | |
| 497 async_await_syntax_test/c07a: Crash | |
| 498 async_await_syntax_test/c08a: Crash | |
| 499 async_await_syntax_test/c09a: Crash | |
| 500 async_await_syntax_test/c10a: Crash | |
| 501 async_await_syntax_test/d01a: Crash | |
| 502 async_await_syntax_test/d02a: Crash | |
| 503 async_await_syntax_test/d03a: Crash | |
| 504 async_await_syntax_test/d04a: RuntimeError | |
| 505 async_await_syntax_test/d05a: Crash | |
| 506 async_await_syntax_test/d06a: Crash | |
| 507 async_await_syntax_test/d07a: RuntimeError | |
| 508 async_await_syntax_test/d08a: RuntimeError | |
| 509 async_await_syntax_test/d08b: RuntimeError | |
| 510 async_await_syntax_test/d08c: RuntimeError | |
| 511 async_await_syntax_test/d09a: Crash | |
| 512 async_await_syntax_test/d10a: Crash | |
| 513 async_return_types_test/tooManyTypeParameters: CompileTimeError | |
| 514 | |
| 515 # Look like bugs. | |
| 516 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 | |
| 517 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | |
| 518 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | |
| 519 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | |
| 520 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | |
| 521 async_star_no_cancel_test: Skip # Flutter Issue 9110 | |
| OLD | NEW |