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

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

Issue 2627723003: Improvements to the kernel tree shaker. (Closed)
Patch Set: Revert+Unrevert, and update status files 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 | « pkg/kernel/test/treeshaker_membench.dart ('k') | tests/language/language_kernel.status » ('j') | 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 Language/Statements/Break/label_t03: MissingCompileTimeError 106 Language/Statements/Break/label_t03: MissingCompileTimeError
107 Language/Statements/Break/label_t04: MissingCompileTimeError 107 Language/Statements/Break/label_t04: MissingCompileTimeError
108 Language/Statements/Continue/label_t07: MissingCompileTimeError 108 Language/Statements/Continue/label_t07: MissingCompileTimeError
109 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError 109 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError
110 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError 110 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError
111 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError 111 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError
112 Language/Variables/final_t04: MissingCompileTimeError 112 Language/Variables/final_t04: MissingCompileTimeError
113 Language/Variables/final_t05: MissingCompileTimeError 113 Language/Variables/final_t05: MissingCompileTimeError
114 Language/Variables/final_t06: MissingCompileTimeError 114 Language/Variables/final_t06: MissingCompileTimeError
115 Language/Variables/final_t07: MissingCompileTimeError 115 Language/Variables/final_t07: MissingCompileTimeError
116 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Missing c ompile-time error from analyzer
117 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError
116 118
117 # dartk: JIT failures 119 # dartk: JIT failures
118 [ $compiler == dartk && $runtime == vm ] 120 [ $compiler == dartk && $runtime == vm ]
119 Language/Expressions/Constants/exception_t01: MissingCompileTimeError 121 Language/Expressions/Constants/exception_t01: MissingCompileTimeError
120 Language/Expressions/Constants/exception_t02: MissingCompileTimeError 122 Language/Expressions/Constants/exception_t02: MissingCompileTimeError
121 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02: Missing CompileTimeError 123 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02: Missing CompileTimeError
122 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError
123 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError
124 Language/Mixins/Mixin_Application/syntax_t16: DartkCrash 124 Language/Mixins/Mixin_Application/syntax_t16: DartkCrash
125 125
126 # dartk: precompilation failures 126 # dartk: precompilation failures
127 [ $compiler == dartkp && $runtime == dart_precompiled ] 127 [ $compiler == dartkp && $runtime == dart_precompiled ]
128 128
129 ############################################################################### 129 ###############################################################################
130 # VM Entries 130 # VM Entries
131 ############################################################################### 131 ###############################################################################
132 132
133 # dartk: Shared JIT & Precompiled failures 133 # dartk: Shared JIT & Precompiled failures
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 191
192 # dartk: JIT failures (debug) 192 # dartk: JIT failures (debug)
193 [ $compiler == dartk && $runtime == vm && $mode == debug ] 193 [ $compiler == dartk && $runtime == vm && $mode == debug ]
194 194
195 # dartk: precompilation failures 195 # dartk: precompilation failures
196 [ $compiler == dartkp && $runtime == dart_precompiled ] 196 [ $compiler == dartkp && $runtime == dart_precompiled ]
197 Language/Expressions/Constants/exception_t01: Crash 197 Language/Expressions/Constants/exception_t01: Crash
198 Language/Expressions/Constants/exception_t02: Crash 198 Language/Expressions/Constants/exception_t02: Crash
199 199
200 # dartk: precompilation failures (debug) 200 # dartk: precompilation failures (debug)
201 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 201 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
OLDNEW
« no previous file with comments | « pkg/kernel/test/treeshaker_membench.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698