| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 # These generic functions tests pass for the wrong reason in checked mode, | 64 # These generic functions tests pass for the wrong reason in checked mode, |
| 65 # because the parsed type parameters are mapped to dynamic type. | 65 # because the parsed type parameters are mapped to dynamic type. |
| 66 generic_methods_function_type_test: Pass # Issue 25869 | 66 generic_methods_function_type_test: Pass # Issue 25869 |
| 67 generic_methods_test: Pass # Issue 25869 | 67 generic_methods_test: Pass # Issue 25869 |
| 68 generic_methods_new_test: Pass # Issue 25869 | 68 generic_methods_new_test: Pass # Issue 25869 |
| 69 generic_local_functions_test: Pass # Issue 25869 | 69 generic_local_functions_test: Pass # Issue 25869 |
| 70 generic_functions_test: Pass # Issue 25869 | 70 generic_functions_test: Pass # Issue 25869 |
| 71 generic_methods_generic_function_parameter_test: Pass # Issue 25869 | 71 generic_methods_generic_function_parameter_test: Pass # Issue 25869 |
| 72 | 72 |
| 73 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] | 73 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] |
| 74 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | |
| 75 unicode_bom_test: Fail # Issue 16067 | 74 unicode_bom_test: Fail # Issue 16067 |
| 76 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. | 75 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. |
| 77 | 76 |
| 78 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] | 77 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] |
| 79 type_variable_bounds4_test/01: Fail # Issue 14006 | 78 type_variable_bounds4_test/01: Fail # Issue 14006 |
| 80 | 79 |
| 81 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] | 80 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] |
| 82 export_ambiguous_main_negative_test: Fail # Issue 14763 | 81 export_ambiguous_main_negative_test: Fail # Issue 14763 |
| 83 | 82 |
| 84 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com
piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p
recompiled) || $runtime == flutter) ] | 83 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com
piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p
recompiled) || $runtime == flutter) ] |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32] | 239 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32] |
| 241 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 | 240 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 |
| 242 | 241 |
| 243 [$runtime == vm && $compiler == none && $system == fuchsia] | 242 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 244 # Use package:unittest | 243 # Use package:unittest |
| 245 async_await_test: RuntimeError | 244 async_await_test: RuntimeError |
| 246 async_star_test: RuntimeError | 245 async_star_test: RuntimeError |
| 247 vm/causal_async_exception_stack_test: RuntimeError | 246 vm/causal_async_exception_stack_test: RuntimeError |
| 248 vm/causal_async_exception_stack2_test: RuntimeError | 247 vm/causal_async_exception_stack2_test: RuntimeError |
| 249 # TODO(zra): Investigate | 248 # TODO(zra): Investigate |
| 250 closure_cycles_test: Pass, Crash | |
| 251 vm/math_vm_test: Crash | 249 vm/math_vm_test: Crash |
| 252 | 250 |
| 253 [$compiler == dart2analyzer] | 251 [$compiler == dart2analyzer] |
| 254 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. | 252 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. |
| 255 config_import_corelib_test: StaticWarning, OK | 253 config_import_corelib_test: StaticWarning, OK |
| 256 | 254 |
| 257 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c
ompiler == none || $compiler == app_jit || $compiler == precompiler) ] | 255 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c
ompiler == none || $compiler == app_jit || $compiler == precompiler) ] |
| 258 await_for_test: RuntimeError # issue 28974 | 256 await_for_test: RuntimeError # issue 28974 |
| 259 generalized_void_syntax_test: CompileTimeError # Issue #30176. | 257 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
| 260 syntax_test/none: CompileTimeError # Issue #30176. | 258 syntax_test/none: CompileTimeError # Issue #30176. |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 override_inheritance_method_test/30: CompileTimeError | 340 override_inheritance_method_test/30: CompileTimeError |
| 343 redirecting_factory_reflection_test: CompileTimeError | 341 redirecting_factory_reflection_test: CompileTimeError |
| 344 method_override6_test: CompileTimeError | 342 method_override6_test: CompileTimeError |
| 345 try_catch_syntax_test/08: CompileTimeError | 343 try_catch_syntax_test/08: CompileTimeError |
| 346 method_override4_test: CompileTimeError | 344 method_override4_test: CompileTimeError |
| 347 super_call4_test: CompileTimeError | 345 super_call4_test: CompileTimeError |
| 348 wrong_number_type_arguments_test/00: CompileTimeError | 346 wrong_number_type_arguments_test/00: CompileTimeError |
| 349 wrong_number_type_arguments_test/02: CompileTimeError | 347 wrong_number_type_arguments_test/02: CompileTimeError |
| 350 wrong_number_type_arguments_test/01: CompileTimeError | 348 wrong_number_type_arguments_test/01: CompileTimeError |
| 351 is_malformed_type_test/97: CompileTimeError | 349 is_malformed_type_test/97: CompileTimeError |
| 352 class_keyword_test/02: CompileTimeError | |
| 353 is_malformed_type_test/98: CompileTimeError | 350 is_malformed_type_test/98: CompileTimeError |
| 354 is_malformed_type_test/99: CompileTimeError | 351 is_malformed_type_test/99: CompileTimeError |
| 355 is_malformed_type_test/95: CompileTimeError | 352 is_malformed_type_test/95: CompileTimeError |
| 356 is_malformed_type_test/96: CompileTimeError | 353 is_malformed_type_test/96: CompileTimeError |
| 357 is_malformed_type_test/94: CompileTimeError | 354 is_malformed_type_test/94: CompileTimeError |
| 358 field_increment_bailout_test: CompileTimeError | 355 field_increment_bailout_test: CompileTimeError |
| 359 on_catch_malformed_type_test: CompileTimeError | 356 on_catch_malformed_type_test: CompileTimeError |
| 360 f_bounded_quantification_test/01: CompileTimeError | 357 f_bounded_quantification_test/01: CompileTimeError |
| 361 f_bounded_quantification_test/02: CompileTimeError | 358 f_bounded_quantification_test/02: CompileTimeError |
| 362 mixin_type_parameters_errors_test/02: CompileTimeError | 359 mixin_type_parameters_errors_test/02: CompileTimeError |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 malbounded_redirecting_factory2_test/01: CompileTimeError | 434 malbounded_redirecting_factory2_test/01: CompileTimeError |
| 438 malbounded_type_cast_test: CompileTimeError | 435 malbounded_type_cast_test: CompileTimeError |
| 439 type_parameter_test/none: CompileTimeError | 436 type_parameter_test/none: CompileTimeError |
| 440 list_literal_syntax_test/03: CompileTimeError | 437 list_literal_syntax_test/03: CompileTimeError |
| 441 list_literal_syntax_test/01: CompileTimeError | 438 list_literal_syntax_test/01: CompileTimeError |
| 442 list_literal_syntax_test/02: CompileTimeError | 439 list_literal_syntax_test/02: CompileTimeError |
| 443 vm/reflect_core_vm_test: CompileTimeError | 440 vm/reflect_core_vm_test: CompileTimeError |
| 444 vm/debug_break_enabled_vm_test/01: CompileTimeError | 441 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| 445 vm/debug_break_enabled_vm_test/none: CompileTimeError | 442 vm/debug_break_enabled_vm_test/none: CompileTimeError |
| 446 generic_function_typedef2_test/04: CompileTimeError | 443 generic_function_typedef2_test/04: CompileTimeError |
| 447 class_override_test/00: CompileTimeError | |
| 448 const_types_test/01: CompileTimeError | 444 const_types_test/01: CompileTimeError |
| 449 const_types_test/02: CompileTimeError | 445 const_types_test/02: CompileTimeError |
| 450 const_types_test/03: CompileTimeError | 446 const_types_test/03: CompileTimeError |
| 451 const_types_test/04: CompileTimeError | 447 const_types_test/04: CompileTimeError |
| 452 const_types_test/05: CompileTimeError | 448 const_types_test/05: CompileTimeError |
| 453 const_types_test/06: CompileTimeError | 449 const_types_test/06: CompileTimeError |
| 454 const_types_test/13: CompileTimeError | 450 const_types_test/13: CompileTimeError |
| 455 const_types_test/35: CompileTimeError | 451 const_types_test/35: CompileTimeError |
| 456 const_types_test/40: CompileTimeError | 452 const_types_test/40: CompileTimeError |
| 457 regress_12561_test: CompileTimeError | 453 regress_12561_test: CompileTimeError |
| (...skipping 23 matching lines...) Expand all Loading... |
| 481 deferred_shadow_load_library_test: Skip # Timeout | 477 deferred_shadow_load_library_test: Skip # Timeout |
| 482 deferred_global_test: Skip # Timeout | 478 deferred_global_test: Skip # Timeout |
| 483 | 479 |
| 484 # Look like bugs. | 480 # Look like bugs. |
| 485 config_import_test: RuntimeError # Flutter Issue 9110 | 481 config_import_test: RuntimeError # Flutter Issue 9110 |
| 486 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 | 482 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 |
| 487 vm/regress_27201_test: Fail # Flutter Issue 9110 | 483 vm/regress_27201_test: Fail # Flutter Issue 9110 |
| 488 asyncstar_yield_test: Skip # Flutter Issue 9110 | 484 asyncstar_yield_test: Skip # Flutter Issue 9110 |
| 489 await_for_test: Skip # Flutter Issue 9110 | 485 await_for_test: Skip # Flutter Issue 9110 |
| 490 await_for_cancel_test: Skip # Flutter Issue 9110 | 486 await_for_cancel_test: Skip # Flutter Issue 9110 |
| OLD | NEW |