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

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

Issue 2051213005: Make initializing formals visible in the initializer list (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixing broken tests Created 4 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/initializing_formal_type_test.dart ('k') | no next file » | 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 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ] 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 # Experimental feature: Syntactic support for generic methods. 47 # Experimental feature: Syntactic support for generic methods.
48 generic_methods_test: CompiletimeError # Issue 25869 48 generic_methods_test: CompiletimeError # Issue 25869
49 generic_functions_test: CompiletimeError # Issue 25869 49 generic_functions_test: CompiletimeError # Issue 25869
50 generic_local_functions_test: CompiletimeError # Issue 25869 50 generic_local_functions_test: CompiletimeError # Issue 25869
51 generic_sends_test: CompiletimeError # Issue 25869 51 generic_sends_test: CompiletimeError # Issue 25869
52 generic_methods_new_test: CompiletimeError # Issue 25869 52 generic_methods_new_test: CompiletimeError # Issue 25869
53 generic_methods_function_type_test: CompiletimeError # Issue 25869 53 generic_methods_function_type_test: CompiletimeError # Issue 25869
54 generic_methods_type_expression_test: CompiletimeError # Issue 25869 54 generic_methods_type_expression_test: CompiletimeError # Issue 25869
55 55
56 # Experimental feature: Use initializing formals in initializers and constructor body.
57 initializing_formal_access_test: CompiletimeError # Issue 26656
58 initializing_formal_capture_test: CompiletimeError # Issue 26656
59 initializing_formal_final_test: CompiletimeError # Issue 26656
60 initializing_formal_type_test: CompiletimeError # Issue 26656
61
62 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) && ($runtime == vm || $runtime == dart_precompiled || $ru ntime == dart_app) ] 56 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) && ($runtime == vm || $runtime == dart_precompiled || $ru ntime == dart_app) ]
63 57
64 class_keyword_test/02: MissingCompileTimeError # Issue 13627 58 class_keyword_test/02: MissingCompileTimeError # Issue 13627
65 unicode_bom_test: Fail # Issue 16067 59 unicode_bom_test: Fail # Issue 16067
66 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 60 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
67 try_catch_optimized1_test: Skip # Srdjan investigating 61 try_catch_optimized1_test: Skip # Srdjan investigating
68 62
69 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) && $checked ] 63 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) && $checked ]
70 type_variable_bounds4_test/01: Fail # Issue 14006 64 type_variable_bounds4_test/01: Fail # Issue 14006
71 65
(...skipping 29 matching lines...) Expand all
101 95
102 # Experimental feature: Syntactic support for generic methods. 96 # Experimental feature: Syntactic support for generic methods.
103 generic_methods_test: RuntimeError # Issue 25869 97 generic_methods_test: RuntimeError # Issue 25869
104 generic_functions_test: RuntimeError # Issue 25869 98 generic_functions_test: RuntimeError # Issue 25869
105 generic_local_functions_test: RuntimeError # Issue 25869 99 generic_local_functions_test: RuntimeError # Issue 25869
106 generic_sends_test: RuntimeError # Issue 25869 100 generic_sends_test: RuntimeError # Issue 25869
107 generic_methods_new_test: RuntimeError # Issue 25869 101 generic_methods_new_test: RuntimeError # Issue 25869
108 generic_methods_function_type_test: RuntimeError # Issue 25869 102 generic_methods_function_type_test: RuntimeError # Issue 25869
109 generic_methods_type_expression_test: RuntimeError # Issue 25869 103 generic_methods_type_expression_test: RuntimeError # Issue 25869
110 104
111 # Experimental feature: Use initializing formals in initializers and constructor body.
112 initializing_formal_access_test: RuntimeError # Issue 26656
113 initializing_formal_capture_test: RuntimeError # Issue 26656
114 initializing_formal_final_test: RuntimeError # Issue 26656
115 initializing_formal_type_test: RuntimeError # Issue 26656
116
117 config_import_test: Skip # Issue 26250 105 config_import_test: Skip # Issue 26250
118 106
119 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] 107 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ]
120 issue_22780_test/01: Pass, Timeout # Issue 24473 108 issue_22780_test/01: Pass, Timeout # Issue 24473
121 109
122 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] 110 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ]
123 async_await_test: Skip # Issue 26198 111 async_await_test: Skip # Issue 26198
124 112
125 [ $compiler == none && $runtime == drt ] 113 [ $compiler == none && $runtime == drt ]
126 disassemble_test: Pass, Fail # Issue 18122 114 disassemble_test: Pass, Fail # Issue 18122
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 deferred_regression_22995_test: Crash # Requires deferred libraries 261 deferred_regression_22995_test: Crash # Requires deferred libraries
274 deferred_shadow_load_library_test: Crash # Requires deferred libraries 262 deferred_shadow_load_library_test: Crash # Requires deferred libraries
275 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries 263 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries
276 deferred_static_seperate_test: Crash # Requires deferred libraries 264 deferred_static_seperate_test: Crash # Requires deferred libraries
277 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries 265 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries
278 deferred_type_dependency_test: Crash # Requires deferred libraries 266 deferred_type_dependency_test: Crash # Requires deferred libraries
279 issue_1751477_test: Crash # Requires deferred libraries 267 issue_1751477_test: Crash # Requires deferred libraries
280 regress_23408_test: Crash # Requires deferred libraries 268 regress_23408_test: Crash # Requires deferred libraries
281 regress_22443_test: Crash # Requires deferred libraries 269 regress_22443_test: Crash # Requires deferred libraries
282 tearoff_basic_test: Crash # Requires deferred libraries 270 tearoff_basic_test: Crash # Requires deferred libraries
OLDNEW
« no previous file with comments | « tests/language/initializing_formal_type_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698