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

Side by Side Diff: tests/co19/co19-kernel.status

Issue 2639253002: Mark one more precompilation tests as passing after fixing [StringInterpolateInstr::Canonicalize] (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 | « 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 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries. 7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries.
8 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries. 8 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries.
9 LibTest/isolate/*: Skip # No support for isolates ATM. 9 LibTest/isolate/*: Skip # No support for isolates ATM.
10 10
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass 195 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass
196 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass 196 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass
197 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass 197 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass
198 198
199 # dartk: JIT failures (debug) 199 # dartk: JIT failures (debug)
200 [ $compiler == dartk && $runtime == vm && $mode == debug ] 200 [ $compiler == dartk && $runtime == vm && $mode == debug ]
201 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null() 201 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null()
202 202
203 # dartk: precompilation failures 203 # dartk: precompilation failures
204 [ $compiler == dartkp && $runtime == dart_precompiled ] 204 [ $compiler == dartkp && $runtime == dart_precompiled ]
205 LibTest/core/StringBuffer/write_A01_t02: RuntimeError
206 Language/Expressions/Constants/exception_t01: Crash 205 Language/Expressions/Constants/exception_t01: Crash
207 Language/Expressions/Constants/exception_t02: Crash 206 Language/Expressions/Constants/exception_t02: Crash
208 207
209 # dartk: precompilation failures (debug) 208 # dartk: precompilation failures (debug)
210 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 209 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
211 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null() 210 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null()
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