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

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

Issue 2948153005: Update status file for dartk-checked (Closed)
Patch Set: Created 3 years, 6 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/language_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) 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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests.
7 7
8 [ ! $checked ] 8 [ ! $checked ]
9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
10 10
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 mirrors/typedef_test: RuntimeError 621 mirrors/typedef_test: RuntimeError
622 mirrors/typevariable_mirror_metadata_test: RuntimeError 622 mirrors/typevariable_mirror_metadata_test: RuntimeError
623 mirrors/variable_is_const_test/01: MissingCompileTimeError 623 mirrors/variable_is_const_test/01: MissingCompileTimeError
624 mirrors/variable_is_const_test/none: RuntimeError 624 mirrors/variable_is_const_test/none: RuntimeError
625 625
626 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 626 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
627 mirrors/variable_is_const_test/01: Crash 627 mirrors/variable_is_const_test/01: Crash
628 628
629 # dartk: checked mode failures 629 # dartk: checked mode failures
630 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 630 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
631 mirrors/invocation_fuzz_test/smi: Fail 631 mirrors/invocation_fuzz_test/smi: Crash
632 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424 632 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424
633 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424 633 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424
634 mirrors/reflected_type_generics_test/02: Pass 634 mirrors/reflected_type_generics_test/02: Pass
635 mirrors/regress_16321_test/01: MissingCompileTimeError
636 635
637 # Deferred loading kernel issue 28335. 636 # Deferred loading kernel issue 28335.
638 [ $compiler == dartk || $compiler == dartkp ] 637 [ $compiler == dartk || $compiler == dartkp ]
639 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335. 638 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335.
640 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335. 639 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335.
641 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335. 640 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
642 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 641 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
643 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 642 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
644 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 643 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
645 644
646 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 645 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
647 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 646 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
OLDNEW
« no previous file with comments | « tests/language/language_kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698