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

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

Issue 2643523002: Implement generic function type syntax in the VM (fixes #27966). (Closed)
Patch Set: work in progress Created 3 years, 11 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
« runtime/vm/parser.cc ('K') | « runtime/vm/symbols.h ('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 # These test entries will be valid for vm/dartium (with and without kernel). 8 # These test entries will be valid for vm/dartium (with and without kernel).
9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
10 async_star_cancel_while_paused_test: RuntimeError 10 async_star_cancel_while_paused_test: RuntimeError
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 enum_test: RuntimeError # Issue 28341 46 enum_test: RuntimeError # Issue 28341
47 47
48 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 48 dynamic_prefix_core_test/01: RuntimeError # Issue 12478
49 multiline_strings_test: Fail # Issue 23020 49 multiline_strings_test: Fail # Issue 23020
50 50
51 deferred_redirecting_factory_test: Fail # Issue 23408 51 deferred_redirecting_factory_test: Fail # Issue 23408
52 redirecting_constructor_initializer_test: RuntimeError # Issue 23488 52 redirecting_constructor_initializer_test: RuntimeError # Issue 23488
53 53
54 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti me-errs. 54 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti me-errs.
55 55
56 generic_function_typedef_test: Fail # Issue 27966
57 generic_function_typedef2_test/none: Fail # Issue 27966
58 generic_function_typedef2_test/04: Fail # Issue 27966
59 generalized_function_type_test: Fail # Issue 27966
60
61 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 56 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
62 # These generic functions tests pass for the wrong reason in checked mode, 57 # These generic functions tests pass for the wrong reason in checked mode,
63 # because the parsed type parameters are mapped to dynamic type. 58 # because the parsed type parameters are mapped to dynamic type.
64 generic_methods_function_type_test: Pass # Issue 25869 59 generic_methods_function_type_test: Pass # Issue 25869
65 generic_methods_test: Pass # Issue 25869 60 generic_methods_test: Pass # Issue 25869
66 generic_methods_new_test: Pass # Issue 25869 61 generic_methods_new_test: Pass # Issue 25869
67 generic_local_functions_test: Pass # Issue 25869 62 generic_local_functions_test: Pass # Issue 25869
68 generic_functions_test: Pass # Issue 25869 63 generic_functions_test: Pass # Issue 25869
69 generic_methods_generic_function_parameter_test: Pass # Issue 25869 64 generic_methods_generic_function_parameter_test: Pass # Issue 25869
70 65
71 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled) ] 66 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled) ]
72 class_keyword_test/02: MissingCompileTimeError # Issue 13627 67 class_keyword_test/02: MissingCompileTimeError # Issue 13627
73 unicode_bom_test: Fail # Issue 16067 68 unicode_bom_test: Fail # Issue 16067
74 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 69 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
75 70
76 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 71 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
77 type_variable_bounds4_test/01: Fail # Issue 14006 72 type_variable_bounds4_test/01: Fail # Issue 14006
73 generalized_function_type_test: SkipSlow # Times out in checked mode. Generated test is too large.
78 74
79 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) ] 75 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) ]
80 dynamic_prefix_core_test/none: Fail # Issue 12478 76 dynamic_prefix_core_test/none: Fail # Issue 12478
81 export_ambiguous_main_negative_test: Fail # Issue 14763 77 export_ambiguous_main_negative_test: Fail # Issue 14763
82 78
83 [ $compiler == none && $runtime == dartium && $unchecked ] 79 [ $compiler == none && $runtime == dartium && $unchecked ]
84 assertion_test: Fail # Issue 14651. 80 assertion_test: Fail # Issue 14651.
85 generic_test: Fail # Issue 14651. 81 generic_test: Fail # Issue 14651.
86 list_literal4_test: Fail # Issue 14651. 82 list_literal4_test: Fail # Issue 14651.
87 map_literal4_test: Fail # Issue 14651. 83 map_literal4_test: Fail # Issue 14651.
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 149
154 150
155 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 151 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
156 issue23244_test: Fail # Issue 23244 152 issue23244_test: Fail # Issue 23244
157 153
158 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ] 154 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ]
159 vm/regress_24517_test: Pass, Fail # Issue 24517. 155 vm/regress_24517_test: Pass, Fail # Issue 24517.
160 156
161 [ $compiler == precompiler && $runtime == dart_precompiled ] 157 [ $compiler == precompiler && $runtime == dart_precompiled ]
162 vm/regress_27671_test: Skip # Unsupported 158 vm/regress_27671_test: Skip # Unsupported
159 generic_creation_test: Fail # regis investigating
163 160
164 [ $runtime == dart_precompiled ] 161 [ $runtime == dart_precompiled ]
165 # Stacktraces in precompilation omit inlined frames. 162 # Stacktraces in precompilation omit inlined frames.
166 full_stacktrace1_test: Pass, RuntimeError 163 full_stacktrace1_test: Pass, RuntimeError
167 full_stacktrace2_test: Pass, RuntimeError 164 full_stacktrace2_test: Pass, RuntimeError
168 full_stacktrace3_test: Pass, RuntimeError 165 full_stacktrace3_test: Pass, RuntimeError
169 stack_trace_test: Pass, RuntimeError 166 stack_trace_test: Pass, RuntimeError
170 stacktrace_rethrow_error_test: Pass, RuntimeError 167 stacktrace_rethrow_error_test: Pass, RuntimeError
171 stacktrace_rethrow_nonerror_test: Pass, RuntimeError 168 stacktrace_rethrow_nonerror_test: Pass, RuntimeError
172 stacktrace_test: Pass, RuntimeError 169 stacktrace_test: Pass, RuntimeError
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 314 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276
318 315
319 [$compiler == dart2analyzer] 316 [$compiler == dart2analyzer]
320 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 317 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
321 config_import_corelib_test: StaticWarning, OK 318 config_import_corelib_test: StaticWarning, OK
322 319
323 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025 320 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025
324 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 321 null_bottom_test/01: Pass, CompileTimeError # Issue 28025
325 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 322 null_bottom_test/02: Pass, CompileTimeError # Issue 28025
326 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 323 null_bottom_test/03: Pass, CompileTimeError # Issue 28025
OLDNEW
« runtime/vm/parser.cc ('K') | « runtime/vm/symbols.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698