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

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

Issue 2613683003: Support generic method syntax in kernel pipeline. (Closed)
Patch Set: Update co19 status file 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
« no previous file with comments | « tests/co19/co19-kernel.status ('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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk ] 6 [ $compiler == dartk ]
7 large_class_declaration_test: Skip 7 large_class_declaration_test: Skip
8 large_implicit_getter_test: Skip 8 large_implicit_getter_test: Skip
9 larger_implicit_getter_test: Skip 9 larger_implicit_getter_test: Skip
10 null_is_bottom_test/22: RuntimeError # Issue 28025 10 null_is_bottom_test/22: RuntimeError # Issue 28025
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 function_type_alias2_test: RuntimeError 260 function_type_alias2_test: RuntimeError
261 function_type_alias3_test: RuntimeError 261 function_type_alias3_test: RuntimeError
262 function_type_alias4_test: RuntimeError 262 function_type_alias4_test: RuntimeError
263 generic2_test: RuntimeError 263 generic2_test: RuntimeError
264 generic_closure_test: RuntimeError 264 generic_closure_test: RuntimeError
265 generic_creation_test: RuntimeError 265 generic_creation_test: RuntimeError
266 generic_field_mixin2_test: RuntimeError 266 generic_field_mixin2_test: RuntimeError
267 generic_field_mixin4_test: RuntimeError 267 generic_field_mixin4_test: RuntimeError
268 generic_field_mixin5_test: RuntimeError 268 generic_field_mixin5_test: RuntimeError
269 generic_inheritance_test: RuntimeError 269 generic_inheritance_test: RuntimeError
270 generic_local_functions_test: Crash
271 generic_method_types_test: Pass, RuntimeError 270 generic_method_types_test: Pass, RuntimeError
272 generic_methods_type_expression_test: RuntimeError 271 generic_methods_type_expression_test: RuntimeError
273 generic_test: RuntimeError 272 generic_test: RuntimeError
274 getter_closure_execution_order_test: RuntimeError 273 getter_closure_execution_order_test: RuntimeError
275 getter_setter_in_lib_test: RuntimeError 274 getter_setter_in_lib_test: RuntimeError
276 inferrer_closure_test: RuntimeError 275 inferrer_closure_test: RuntimeError
277 initializing_formal_final_test: RuntimeError 276 initializing_formal_final_test: RuntimeError
278 is_not_class2_test: RuntimeError 277 is_not_class2_test: RuntimeError
279 issue13474_test: RuntimeError 278 issue13474_test: RuntimeError
280 issue_1751477_test: RuntimeError 279 issue_1751477_test: RuntimeError
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError 388 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
390 stacktrace_rethrow_nonerror_test: RuntimeError 389 stacktrace_rethrow_nonerror_test: RuntimeError
391 stack_trace_test: RuntimeError 390 stack_trace_test: RuntimeError
392 string_interpolation7_test: RuntimeError 391 string_interpolation7_test: RuntimeError
393 super_call4_test: RuntimeError 392 super_call4_test: RuntimeError
394 393
395 # dartk: precompilation failures (debug) 394 # dartk: precompilation failures (debug)
396 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 395 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
397 constructor_named_arguments_test/01: Crash 396 constructor_named_arguments_test/01: Crash
398 not_enough_positional_arguments_test/05: Crash 397 not_enough_positional_arguments_test/05: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698