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

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

Issue 1653433002: Update status file to reflect bug #25617. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « 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) 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 [ ($compiler == none || $compiler == precompiler) ] 8 [ ($compiler == none || $compiler == precompiler) ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 10
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 90
91 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium && $sys tem == linux && $arch != x64 ] 91 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium && $sys tem == linux && $arch != x64 ]
92 issue_22780_test/01 : Pass, Timeout # Issue 24473 92 issue_22780_test/01 : Pass, Timeout # Issue 24473
93 93
94 [ ($compiler == none || $compiler == precompiler) && $runtime == drt ] 94 [ ($compiler == none || $compiler == precompiler) && $runtime == drt ]
95 disassemble_test: Pass, Fail # Issue 18122 95 disassemble_test: Pass, Fail # Issue 18122
96 96
97 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $checked ] 97 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $checked ]
98 generic_instanceof3_test: Pass, Crash # Issue 17440. 98 generic_instanceof3_test: Pass, Crash # Issue 17440.
99 99
100 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $mode == debug ]
101 mixin_supertype_subclass3_test/01: Crash # Issue 25617
102 mixin_supertype_subclass3_test/02: Crash # Issue 25617
103 mixin_supertype_subclass3_test/03: Crash # Issue 25617
104 mixin_supertype_subclass3_test/04: Crash # Issue 25617
105 mixin_supertype_subclass3_test/05: Crash # Issue 25617
106
100 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ] 107 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ]
101 stack_overflow_test: Skip # Crashes. Issue 17440. 108 stack_overflow_test: Skip # Crashes. Issue 17440.
102 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. 109 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440.
103 large_class_declaration_test: SkipSlow # Times out. Issue 20352 110 large_class_declaration_test: SkipSlow # Times out. Issue 20352
104 111
105 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru ntime == drt || $runtime == ContentShellOnAndroid) && $mode == debug ] 112 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru ntime == drt || $runtime == ContentShellOnAndroid) && $mode == debug ]
106 large_class_declaration_test: SkipSlow # Times out. Issue 20352 113 large_class_declaration_test: SkipSlow # Times out. Issue 20352
107 114
108 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA ndroid ] 115 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA ndroid ]
109 gc_test: SkipSlow # Times out flakily. Issue 20956 116 gc_test: SkipSlow # Times out flakily. Issue 20956
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 157
151 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot 158 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot
152 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. 159 tearoff_basic_test: RuntimeError, Crash # Conflicting flag.
153 vm/type_cast_vm_test: RuntimeError # Line number mismatch. 160 vm/type_cast_vm_test: RuntimeError # Line number mismatch.
154 161
155 [ $runtime == dart_precompiled ] 162 [ $runtime == dart_precompiled ]
156 ct_const2_test: Pass, Crash # Incompatible flag --compile_all 163 ct_const2_test: Pass, Crash # Incompatible flag --compile_all
157 hello_dart_test: Pass, Crash # Incompatible flag --compile_all 164 hello_dart_test: Pass, Crash # Incompatible flag --compile_all
158 165
159 implicit_closure_test: Pass, Crash # --use_slow_path 166 implicit_closure_test: Pass, Crash # --use_slow_path
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