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

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

Issue 2997723002: Revert "Migrating a block of dart 2:" (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
« no previous file with comments | « tests/language/closure_shared_state_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
74 unicode_bom_test: Fail # Issue 16067 75 unicode_bom_test: Fail # Issue 16067
75 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 76 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
76 77
77 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 78 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
78 type_variable_bounds4_test/01: Fail # Issue 14006 79 type_variable_bounds4_test/01: Fail # Issue 14006
79 80
80 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] 81 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
81 export_ambiguous_main_negative_test: Fail # Issue 14763 82 export_ambiguous_main_negative_test: Fail # Issue 14763
82 83
83 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p recompiled) || $runtime == flutter) ] 84 [ ($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
239 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32] 240 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32]
240 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 241 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276
241 242
242 [$runtime == vm && $compiler == none && $system == fuchsia] 243 [$runtime == vm && $compiler == none && $system == fuchsia]
243 # Use package:unittest 244 # Use package:unittest
244 async_await_test: RuntimeError 245 async_await_test: RuntimeError
245 async_star_test: RuntimeError 246 async_star_test: RuntimeError
246 vm/causal_async_exception_stack_test: RuntimeError 247 vm/causal_async_exception_stack_test: RuntimeError
247 vm/causal_async_exception_stack2_test: RuntimeError 248 vm/causal_async_exception_stack2_test: RuntimeError
248 # TODO(zra): Investigate 249 # TODO(zra): Investigate
250 closure_cycles_test: Pass, Crash
249 vm/math_vm_test: Crash 251 vm/math_vm_test: Crash
250 252
251 [$compiler == dart2analyzer] 253 [$compiler == dart2analyzer]
252 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 254 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
253 config_import_corelib_test: StaticWarning, OK 255 config_import_corelib_test: StaticWarning, OK
254 256
255 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c ompiler == none || $compiler == app_jit || $compiler == precompiler) ] 257 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c ompiler == none || $compiler == app_jit || $compiler == precompiler) ]
256 await_for_test: RuntimeError # issue 28974 258 await_for_test: RuntimeError # issue 28974
257 generalized_void_syntax_test: CompileTimeError # Issue #30176. 259 generalized_void_syntax_test: CompileTimeError # Issue #30176.
258 syntax_test/none: CompileTimeError # Issue #30176. 260 syntax_test/none: CompileTimeError # Issue #30176.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 override_inheritance_method_test/30: CompileTimeError 342 override_inheritance_method_test/30: CompileTimeError
341 redirecting_factory_reflection_test: CompileTimeError 343 redirecting_factory_reflection_test: CompileTimeError
342 method_override6_test: CompileTimeError 344 method_override6_test: CompileTimeError
343 try_catch_syntax_test/08: CompileTimeError 345 try_catch_syntax_test/08: CompileTimeError
344 method_override4_test: CompileTimeError 346 method_override4_test: CompileTimeError
345 super_call4_test: CompileTimeError 347 super_call4_test: CompileTimeError
346 wrong_number_type_arguments_test/00: CompileTimeError 348 wrong_number_type_arguments_test/00: CompileTimeError
347 wrong_number_type_arguments_test/02: CompileTimeError 349 wrong_number_type_arguments_test/02: CompileTimeError
348 wrong_number_type_arguments_test/01: CompileTimeError 350 wrong_number_type_arguments_test/01: CompileTimeError
349 is_malformed_type_test/97: CompileTimeError 351 is_malformed_type_test/97: CompileTimeError
352 class_keyword_test/02: CompileTimeError
350 is_malformed_type_test/98: CompileTimeError 353 is_malformed_type_test/98: CompileTimeError
351 is_malformed_type_test/99: CompileTimeError 354 is_malformed_type_test/99: CompileTimeError
352 is_malformed_type_test/95: CompileTimeError 355 is_malformed_type_test/95: CompileTimeError
353 is_malformed_type_test/96: CompileTimeError 356 is_malformed_type_test/96: CompileTimeError
354 is_malformed_type_test/94: CompileTimeError 357 is_malformed_type_test/94: CompileTimeError
355 field_increment_bailout_test: CompileTimeError 358 field_increment_bailout_test: CompileTimeError
356 on_catch_malformed_type_test: CompileTimeError 359 on_catch_malformed_type_test: CompileTimeError
357 f_bounded_quantification_test/01: CompileTimeError 360 f_bounded_quantification_test/01: CompileTimeError
358 f_bounded_quantification_test/02: CompileTimeError 361 f_bounded_quantification_test/02: CompileTimeError
359 mixin_type_parameters_errors_test/02: CompileTimeError 362 mixin_type_parameters_errors_test/02: CompileTimeError
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 malbounded_redirecting_factory2_test/01: CompileTimeError 437 malbounded_redirecting_factory2_test/01: CompileTimeError
435 malbounded_type_cast_test: CompileTimeError 438 malbounded_type_cast_test: CompileTimeError
436 type_parameter_test/none: CompileTimeError 439 type_parameter_test/none: CompileTimeError
437 list_literal_syntax_test/03: CompileTimeError 440 list_literal_syntax_test/03: CompileTimeError
438 list_literal_syntax_test/01: CompileTimeError 441 list_literal_syntax_test/01: CompileTimeError
439 list_literal_syntax_test/02: CompileTimeError 442 list_literal_syntax_test/02: CompileTimeError
440 vm/reflect_core_vm_test: CompileTimeError 443 vm/reflect_core_vm_test: CompileTimeError
441 vm/debug_break_enabled_vm_test/01: CompileTimeError 444 vm/debug_break_enabled_vm_test/01: CompileTimeError
442 vm/debug_break_enabled_vm_test/none: CompileTimeError 445 vm/debug_break_enabled_vm_test/none: CompileTimeError
443 generic_function_typedef2_test/04: CompileTimeError 446 generic_function_typedef2_test/04: CompileTimeError
447 class_override_test/00: CompileTimeError
444 const_types_test/01: CompileTimeError 448 const_types_test/01: CompileTimeError
445 const_types_test/02: CompileTimeError 449 const_types_test/02: CompileTimeError
446 const_types_test/03: CompileTimeError 450 const_types_test/03: CompileTimeError
447 const_types_test/04: CompileTimeError 451 const_types_test/04: CompileTimeError
448 const_types_test/05: CompileTimeError 452 const_types_test/05: CompileTimeError
449 const_types_test/06: CompileTimeError 453 const_types_test/06: CompileTimeError
450 const_types_test/13: CompileTimeError 454 const_types_test/13: CompileTimeError
451 const_types_test/35: CompileTimeError 455 const_types_test/35: CompileTimeError
452 const_types_test/40: CompileTimeError 456 const_types_test/40: CompileTimeError
453 regress_12561_test: CompileTimeError 457 regress_12561_test: CompileTimeError
(...skipping 23 matching lines...) Expand all
477 deferred_shadow_load_library_test: Skip # Timeout 481 deferred_shadow_load_library_test: Skip # Timeout
478 deferred_global_test: Skip # Timeout 482 deferred_global_test: Skip # Timeout
479 483
480 # Look like bugs. 484 # Look like bugs.
481 config_import_test: RuntimeError # Flutter Issue 9110 485 config_import_test: RuntimeError # Flutter Issue 9110
482 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110 486 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110
483 vm/regress_27201_test: Fail # Flutter Issue 9110 487 vm/regress_27201_test: Fail # Flutter Issue 9110
484 asyncstar_yield_test: Skip # Flutter Issue 9110 488 asyncstar_yield_test: Skip # Flutter Issue 9110
485 await_for_test: Skip # Flutter Issue 9110 489 await_for_test: Skip # Flutter Issue 9110
486 await_for_cancel_test: Skip # Flutter Issue 9110 490 await_for_cancel_test: Skip # Flutter Issue 9110
OLDNEW
« no previous file with comments | « tests/language/closure_shared_state_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698