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

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

Issue 2931773005: [kernel] Delete most of the AST (Closed)
Patch Set: Remove getMainClosure handeling as it no longer exists 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
« runtime/vm/debugger.cc ('K') | « 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror 175 Language/Types/Type_Declarations/Typedef/self_reference_t08: MissingCompileTimeE rror
176 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror 176 Language/Types/Type_Declarations/Typedef/self_reference_t09: MissingCompileTimeE rror
177 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError 177 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError
178 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError 178 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError
179 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError 179 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError
180 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries. 180 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries.
181 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip 181 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip
182 182
183 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 183 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
184 Language/Classes/Instance_Variables/constant_t01: Crash 184 Language/Classes/Instance_Variables/constant_t01: Crash
185 Language/Statements/Labels/scope_t01: Crash
186 Language/Statements/Labels/scope_t07: Crash
187 185
188 # dartk: JIT failures 186 # dartk: JIT failures
189 [ $compiler == dartk ] 187 [ $compiler == dartk ]
190 Language/Classes/Setters/parameter_t05: MissingCompileTimeError 188 Language/Classes/Setters/parameter_t05: MissingCompileTimeError
191 Language/Classes/Setters/parameter_t07: DartkCrash 189 Language/Classes/Setters/parameter_t07: DartkCrash
192 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError 190 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError
193 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError 191 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError
194 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError 192 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError
195 Language/Expressions/Object_Identity/string_t01: RuntimeError 193 Language/Expressions/Object_Identity/string_t01: RuntimeError
196 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError 194 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 Language/Statements/Switch/execution_t01: RuntimeError 228 Language/Statements/Switch/execution_t01: RuntimeError
231 Language/Statements/Switch/type_t01: RuntimeError 229 Language/Statements/Switch/type_t01: RuntimeError
232 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError 230 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError
233 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError 231 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError
234 Language/Types/Static_Types/malformed_type_t04: RuntimeError 232 Language/Types/Static_Types/malformed_type_t04: RuntimeError
235 233
236 # Deferred loading kernel issue 28335. 234 # Deferred loading kernel issue 28335.
237 [ $compiler == dartk || $compiler == dartkp ] 235 [ $compiler == dartk || $compiler == dartkp ]
238 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 236 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
239 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 237 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW
« runtime/vm/debugger.cc ('K') | « runtime/vm/raw_object.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698