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

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

Issue 2931773005: [kernel] Delete most of the AST (Closed)
Patch Set: Review Created 3 years, 5 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 | « runtime/vm/raw_object.h ('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 [ $compiler == dartk && $mode == debug ] 5 [ $compiler == dartk && $mode == debug ]
6 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash 6 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash
7 7
8 [ $compiler == dartk || $compiler == dartkp ] 8 [ $compiler == dartk || $compiler == dartkp ]
9 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError # Test bug: Test doesn't execute erroneous code. 9 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError # Test bug: Test doesn't execute erroneous code.
10 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError # Test bug: Test doesn't execute erroneous code. 10 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError # Test bug: Test doesn't execute erroneous code.
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror 171 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror
172 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror 172 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror
173 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError 173 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError
174 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError 174 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError
175 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError 175 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError
176 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries. 176 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries.
177 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip 177 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip
178 178
179 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 179 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
180 Language/Classes/Instance_Variables/constant_t01: Crash 180 Language/Classes/Instance_Variables/constant_t01: Crash
181 Language/Statements/Labels/scope_t01: Crash
182 Language/Statements/Labels/scope_t07: Crash
183 181
184 # dartk: JIT failures 182 # dartk: JIT failures
185 [ $compiler == dartk ] 183 [ $compiler == dartk ]
186 Language/Classes/Setters/parameter_t05: MissingCompileTimeError 184 Language/Classes/Setters/parameter_t05: MissingCompileTimeError
187 Language/Classes/Setters/parameter_t07: DartkCrash 185 Language/Classes/Setters/parameter_t07: DartkCrash
188 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError 186 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError
189 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError 187 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError
190 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError 188 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError
191 Language/Expressions/Object_Identity/string_t01: RuntimeError 189 Language/Expressions/Object_Identity/string_t01: RuntimeError
192 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError 190 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError
(...skipping 30 matching lines...) Expand all
223 Language/Statements/Switch/execution_t01: RuntimeError 221 Language/Statements/Switch/execution_t01: RuntimeError
224 Language/Statements/Switch/type_t01: RuntimeError 222 Language/Statements/Switch/type_t01: RuntimeError
225 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError 223 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError
226 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError 224 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError
227 Language/Types/Static_Types/malformed_type_t04: RuntimeError 225 Language/Types/Static_Types/malformed_type_t04: RuntimeError
228 226
229 # Deferred loading kernel issue 28335. 227 # Deferred loading kernel issue 28335.
230 [ $compiler == dartk || $compiler == dartkp ] 228 [ $compiler == dartk || $compiler == dartkp ]
231 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 229 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
232 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 230 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « runtime/vm/raw_object.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698