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

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

Issue 3008573002: Migrate test block 113 to Dart 2.0. (Closed)
Patch Set: Merge fixups Created 3 years, 3 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/generic_inheritance_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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 no_main_test/01: Skip 52 no_main_test/01: Skip
53 main_not_a_function_test/01: Skip 53 main_not_a_function_test/01: Skip
54 54
55 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 55 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
56 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 56 dynamic_prefix_core_test/01: RuntimeError # Issue 12478
57 multiline_strings_test: Fail # Issue 23020 57 multiline_strings_test: Fail # Issue 23020
58 58
59 deferred_redirecting_factory_test: Fail, Crash # Issue 23408 59 deferred_redirecting_factory_test: Fail, Crash # Issue 23408
60 redirecting_constructor_initializer_test: RuntimeError # Issue 23488 60 redirecting_constructor_initializer_test: RuntimeError # Issue 23488
61 61
62 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
63 # These generic functions tests pass for the wrong reason in checked mode,
64 # because the parsed type parameters are mapped to dynamic type.
65 generic_functions_test: Pass # Issue 25869
66
67 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] 62 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
68 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 63 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
69 64
70 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 65 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
71 type_variable_bounds4_test/01: Fail # Issue 14006 66 type_variable_bounds4_test/01: Fail # Issue 14006
72 67
73 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] 68 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
74 export_ambiguous_main_negative_test: Fail # Issue 14763 69 export_ambiguous_main_negative_test: Fail # Issue 14763
75 70
76 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p recompiled) || $runtime == flutter) ] 71 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p recompiled) || $runtime == flutter) ]
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 vm/causal_async_exception_stack2_test: RuntimeError 232 vm/causal_async_exception_stack2_test: RuntimeError
238 # TODO(zra): Investigate 233 # TODO(zra): Investigate
239 vm/math_vm_test: Crash 234 vm/math_vm_test: Crash
240 235
241 [$compiler == dart2analyzer] 236 [$compiler == dart2analyzer]
242 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 237 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
243 config_import_corelib_test: StaticWarning, OK 238 config_import_corelib_test: StaticWarning, OK
244 239
245 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c ompiler == none || $compiler == app_jit || $compiler == precompiler) ] 240 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c ompiler == none || $compiler == app_jit || $compiler == precompiler) ]
246 await_for_test: RuntimeError # issue 28974 241 await_for_test: RuntimeError # issue 28974
247 generalized_void_syntax_test: CompileTimeError # Issue #30176.
248 syntax_test/none: CompileTimeError # Issue #30176. 242 syntax_test/none: CompileTimeError # Issue #30176.
249 243
250 # flutter uses --error_on_bad_type, --error_on_bad_override 244 # flutter uses --error_on_bad_type, --error_on_bad_override
251 # and --await_is_keyword so # the following tests fail with 245 # and --await_is_keyword so # the following tests fail with
252 # a Compilation Error 246 # a Compilation Error
253 [ $runtime == flutter ] 247 [ $runtime == flutter ]
254 await_backwards_compatibility_test/none: CompileTimeError 248 await_backwards_compatibility_test/none: CompileTimeError
255 await_test: CompileTimeError 249 await_test: CompileTimeError
256 async_await_test: CompileTimeError 250 async_await_test: CompileTimeError
257 static_initializer_type_error_test: CompileTimeError 251 static_initializer_type_error_test: CompileTimeError
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 malbounded_redirecting_factory2_test/none: CompileTimeError 408 malbounded_redirecting_factory2_test/none: CompileTimeError
415 malbounded_redirecting_factory2_test/01: CompileTimeError 409 malbounded_redirecting_factory2_test/01: CompileTimeError
416 malbounded_type_cast_test: CompileTimeError 410 malbounded_type_cast_test: CompileTimeError
417 type_parameter_test/none: CompileTimeError 411 type_parameter_test/none: CompileTimeError
418 list_literal_syntax_test/03: CompileTimeError 412 list_literal_syntax_test/03: CompileTimeError
419 list_literal_syntax_test/01: CompileTimeError 413 list_literal_syntax_test/01: CompileTimeError
420 list_literal_syntax_test/02: CompileTimeError 414 list_literal_syntax_test/02: CompileTimeError
421 vm/reflect_core_vm_test: CompileTimeError 415 vm/reflect_core_vm_test: CompileTimeError
422 vm/debug_break_enabled_vm_test/01: CompileTimeError 416 vm/debug_break_enabled_vm_test/01: CompileTimeError
423 vm/debug_break_enabled_vm_test/none: CompileTimeError 417 vm/debug_break_enabled_vm_test/none: CompileTimeError
424 generic_function_typedef2_test/04: CompileTimeError
425 const_types_test/01: CompileTimeError 418 const_types_test/01: CompileTimeError
426 const_types_test/02: CompileTimeError 419 const_types_test/02: CompileTimeError
427 const_types_test/03: CompileTimeError 420 const_types_test/03: CompileTimeError
428 const_types_test/04: CompileTimeError 421 const_types_test/04: CompileTimeError
429 const_types_test/05: CompileTimeError 422 const_types_test/05: CompileTimeError
430 const_types_test/06: CompileTimeError 423 const_types_test/06: CompileTimeError
431 const_types_test/13: CompileTimeError 424 const_types_test/13: CompileTimeError
432 const_types_test/35: CompileTimeError 425 const_types_test/35: CompileTimeError
433 const_types_test/40: CompileTimeError 426 const_types_test/40: CompileTimeError
434 regress_12561_test: CompileTimeError 427 regress_12561_test: CompileTimeError
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 full_stacktrace1_test: Skip 480 full_stacktrace1_test: Skip
488 full_stacktrace2_test: Skip 481 full_stacktrace2_test: Skip
489 full_stacktrace3_test: Skip 482 full_stacktrace3_test: Skip
490 stacktrace_rethrow_error_test: Skip 483 stacktrace_rethrow_error_test: Skip
491 stacktrace_rethrow_nonerror_test: Skip 484 stacktrace_rethrow_nonerror_test: Skip
492 vm/no_such_args_error_message_vm_test: Skip 485 vm/no_such_args_error_message_vm_test: Skip
493 vm/no_such_method_error_message_callable_vm_test: Skip 486 vm/no_such_method_error_message_callable_vm_test: Skip
494 vm/no_such_method_error_message_vm_test: Skip 487 vm/no_such_method_error_message_vm_test: Skip
495 vm/regress_28325_test:Skip 488 vm/regress_28325_test:Skip
496 489
OLDNEW
« no previous file with comments | « tests/language/generic_inheritance_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698