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

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

Issue 2621733003: Status update: 3 previously failing kernel tests are now passing, most probably (Closed)
Patch Set: 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 10
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 342 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
343 const_string_test: RuntimeError # Dartk Issue 28306 343 const_string_test: RuntimeError # Dartk Issue 28306
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 issue23244_test: Crash # Class finalization issue
353 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 352 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
354 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 353 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
355 vm/optimized_guarded_field_isolates_test: Crash # Class finalization issue
356 354
357 # dartk: precompilation failures 355 # dartk: precompilation failures
358 [ $compiler == dartkp && $runtime == dart_precompiled ] 356 [ $compiler == dartkp && $runtime == dart_precompiled ]
359 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 357 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
360 large_class_declaration_test: Pass, Slow 358 large_class_declaration_test: Pass, Slow
361 string_interpolation7_test: RuntimeError # Dartk Issue 28306 359 string_interpolation7_test: RuntimeError # Dartk Issue 28306
362 360
363 # dartk: precompilation failures (debug) 361 # dartk: precompilation failures (debug)
364 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 362 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
365 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 363 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
366 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 364 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
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