Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: tests/language/language.status

Issue 2999733002: Migrate test block 47 and downstream dependencies to Dart 2.0. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 override_inheritance_method_test/30: CompileTimeError 341 override_inheritance_method_test/30: CompileTimeError
343 redirecting_factory_reflection_test: CompileTimeError 342 redirecting_factory_reflection_test: CompileTimeError
344 method_override6_test: CompileTimeError 343 method_override6_test: CompileTimeError
345 try_catch_syntax_test/08: CompileTimeError 344 try_catch_syntax_test/08: CompileTimeError
346 method_override4_test: CompileTimeError 345 method_override4_test: CompileTimeError
347 super_call4_test: CompileTimeError 346 super_call4_test: CompileTimeError
348 wrong_number_type_arguments_test/00: CompileTimeError 347 wrong_number_type_arguments_test/00: CompileTimeError
349 wrong_number_type_arguments_test/02: CompileTimeError 348 wrong_number_type_arguments_test/02: CompileTimeError
350 wrong_number_type_arguments_test/01: CompileTimeError 349 wrong_number_type_arguments_test/01: CompileTimeError
351 is_malformed_type_test/97: CompileTimeError 350 is_malformed_type_test/97: CompileTimeError
352 class_keyword_test/02: CompileTimeError
353 is_malformed_type_test/98: CompileTimeError 351 is_malformed_type_test/98: CompileTimeError
354 is_malformed_type_test/99: CompileTimeError 352 is_malformed_type_test/99: CompileTimeError
355 is_malformed_type_test/95: CompileTimeError 353 is_malformed_type_test/95: CompileTimeError
356 is_malformed_type_test/96: CompileTimeError 354 is_malformed_type_test/96: CompileTimeError
357 is_malformed_type_test/94: CompileTimeError 355 is_malformed_type_test/94: CompileTimeError
358 field_increment_bailout_test: CompileTimeError 356 field_increment_bailout_test: CompileTimeError
359 on_catch_malformed_type_test: CompileTimeError 357 on_catch_malformed_type_test: CompileTimeError
360 f_bounded_quantification_test/01: CompileTimeError 358 f_bounded_quantification_test/01: CompileTimeError
361 f_bounded_quantification_test/02: CompileTimeError 359 f_bounded_quantification_test/02: CompileTimeError
362 mixin_type_parameters_errors_test/02: CompileTimeError 360 mixin_type_parameters_errors_test/02: CompileTimeError
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 malbounded_redirecting_factory2_test/01: CompileTimeError 435 malbounded_redirecting_factory2_test/01: CompileTimeError
438 malbounded_type_cast_test: CompileTimeError 436 malbounded_type_cast_test: CompileTimeError
439 type_parameter_test/none: CompileTimeError 437 type_parameter_test/none: CompileTimeError
440 list_literal_syntax_test/03: CompileTimeError 438 list_literal_syntax_test/03: CompileTimeError
441 list_literal_syntax_test/01: CompileTimeError 439 list_literal_syntax_test/01: CompileTimeError
442 list_literal_syntax_test/02: CompileTimeError 440 list_literal_syntax_test/02: CompileTimeError
443 vm/reflect_core_vm_test: CompileTimeError 441 vm/reflect_core_vm_test: CompileTimeError
444 vm/debug_break_enabled_vm_test/01: CompileTimeError 442 vm/debug_break_enabled_vm_test/01: CompileTimeError
445 vm/debug_break_enabled_vm_test/none: CompileTimeError 443 vm/debug_break_enabled_vm_test/none: CompileTimeError
446 generic_function_typedef2_test/04: CompileTimeError 444 generic_function_typedef2_test/04: CompileTimeError
447 class_override_test/00: CompileTimeError
448 const_types_test/01: CompileTimeError 445 const_types_test/01: CompileTimeError
449 const_types_test/02: CompileTimeError 446 const_types_test/02: CompileTimeError
450 const_types_test/03: CompileTimeError 447 const_types_test/03: CompileTimeError
451 const_types_test/04: CompileTimeError 448 const_types_test/04: CompileTimeError
452 const_types_test/05: CompileTimeError 449 const_types_test/05: CompileTimeError
453 const_types_test/06: CompileTimeError 450 const_types_test/06: CompileTimeError
454 const_types_test/13: CompileTimeError 451 const_types_test/13: CompileTimeError
455 const_types_test/35: CompileTimeError 452 const_types_test/35: CompileTimeError
456 const_types_test/40: CompileTimeError 453 const_types_test/40: CompileTimeError
457 regress_12561_test: CompileTimeError 454 regress_12561_test: CompileTimeError
(...skipping 23 matching lines...) Expand all
481 deferred_shadow_load_library_test: Skip # Timeout 478 deferred_shadow_load_library_test: Skip # Timeout
482 deferred_global_test: Skip # Timeout 479 deferred_global_test: Skip # Timeout
483 480
484 # Look like bugs. 481 # Look like bugs.
485 config_import_test: RuntimeError # Flutter Issue 9110 482 config_import_test: RuntimeError # Flutter Issue 9110
486 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110 483 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110
487 vm/regress_27201_test: Fail # Flutter Issue 9110 484 vm/regress_27201_test: Fail # Flutter Issue 9110
488 asyncstar_yield_test: Skip # Flutter Issue 9110 485 asyncstar_yield_test: Skip # Flutter Issue 9110
489 await_for_test: Skip # Flutter Issue 9110 486 await_for_test: Skip # Flutter Issue 9110
490 await_for_cancel_test: Skip # Flutter Issue 9110 487 await_for_cancel_test: Skip # Flutter Issue 9110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698