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

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

Issue 2578423002: Mark language/generic_sends_test as passing (Closed)
Patch Set: Created 4 years 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 | « no previous file | 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 10
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 constructor_named_arguments_test/01: Crash 342 constructor_named_arguments_test/01: Crash
343 const_string_test: RuntimeError 343 const_string_test: RuntimeError
344 instance_creation_in_function_annotation_test: RuntimeError 344 instance_creation_in_function_annotation_test: RuntimeError
345 library_env_test/has_no_mirror_support: RuntimeError 345 library_env_test/has_no_mirror_support: RuntimeError
346 redirecting_factory_reflection_test: RuntimeError 346 redirecting_factory_reflection_test: RuntimeError
347 347
348 # dartk: JIT failures (debug) 348 # dartk: JIT failures (debug)
349 [ $compiler == dartk && $runtime == vm && $mode == debug ] 349 [ $compiler == dartk && $runtime == vm && $mode == debug ]
350 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans lation. 350 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans lation.
351 async_star_test: Crash # Stack mismatch during expression translation. 351 async_star_test: Crash # Stack mismatch during expression translation.
352 generic_sends_test: Crash
353 issue23244_test: Crash # Class finalization issue 352 issue23244_test: Crash # Class finalization issue
354 not_enough_positional_arguments_test/02: Crash 353 not_enough_positional_arguments_test/02: Crash
355 not_enough_positional_arguments_test/05: Crash 354 not_enough_positional_arguments_test/05: Crash
356 vm/optimized_guarded_field_isolates_test: Crash # Class finalization issue 355 vm/optimized_guarded_field_isolates_test: Crash # Class finalization issue
357 356
358 # dartk: precompilation failures 357 # dartk: precompilation failures
359 [ $compiler == dartkp && $runtime == dart_precompiled ] 358 [ $compiler == dartkp && $runtime == dart_precompiled ]
360 const_evaluation_test/01: Crash 359 const_evaluation_test/01: Crash
361 full_stacktrace1_test: RuntimeError 360 full_stacktrace1_test: RuntimeError
362 full_stacktrace2_test: RuntimeError 361 full_stacktrace2_test: RuntimeError
363 full_stacktrace3_test: RuntimeError 362 full_stacktrace3_test: RuntimeError
364 if_null_assignment_static_test/35: Crash 363 if_null_assignment_static_test/35: Crash
365 instance_creation_in_function_annotation_test: Crash 364 instance_creation_in_function_annotation_test: Crash
366 invocation_mirror_invoke_on2_test: Crash 365 invocation_mirror_invoke_on2_test: Crash
367 issue21079_test: Crash 366 issue21079_test: Crash
368 large_class_declaration_test: Pass, Timeout 367 large_class_declaration_test: Pass, Timeout
369 library_env_test/has_mirror_support: RuntimeError 368 library_env_test/has_mirror_support: RuntimeError
370 redirecting_factory_reflection_test: Crash 369 redirecting_factory_reflection_test: Crash
371 regress_18535_test: Crash 370 regress_18535_test: Crash
372 stacktrace_rethrow_error_test/none: RuntimeError 371 stacktrace_rethrow_error_test/none: RuntimeError
373 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError 372 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
374 stacktrace_rethrow_nonerror_test: RuntimeError 373 stacktrace_rethrow_nonerror_test: RuntimeError
375 stack_trace_test: RuntimeError 374 stack_trace_test: RuntimeError
376 string_interpolation7_test: RuntimeError 375 string_interpolation7_test: RuntimeError
377 super_call4_test: RuntimeError 376 super_call4_test: RuntimeError
378 377
379 # dartk: precompilation failures (debug) 378 # dartk: precompilation failures (debug)
380 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 379 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
381 constructor_named_arguments_test/01: Crash 380 constructor_named_arguments_test/01: Crash
382 generic_sends_test: Crash
383 not_enough_positional_arguments_test/05: Crash 381 not_enough_positional_arguments_test/05: Crash
384 enum_syntax_test/05: Crash 382 enum_syntax_test/05: Crash
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698