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

Side by Side Diff: runtime/tests/vm/vm.status

Issue 1919283003: Fixes and enables FindCodeObject test for dbc (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 | runtime/vm/find_code_object_test.cc » ('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) 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 # These tests are expected to crash on all platforms. 5 # These tests are expected to crash on all platforms.
6 cc/ArrayNew_Overflow_Crash: Crash, Timeout 6 cc/ArrayNew_Overflow_Crash: Crash, Timeout
7 cc/AllocGeneric_Overflow: Crash, Timeout 7 cc/AllocGeneric_Overflow: Crash, Timeout
8 cc/CodeImmutability: Crash 8 cc/CodeImmutability: Crash
9 9
10 cc/SNPrint_BadArgs: Skip 10 cc/SNPrint_BadArgs: Skip
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 # TODO(vegorov) Not all bytecodes have appropriate debug breaks. 163 # TODO(vegorov) Not all bytecodes have appropriate debug breaks.
164 cc/Debug_BreakpointStubPatching: Skip 164 cc/Debug_BreakpointStubPatching: Skip
165 cc/Debug_ExprClosureBreakpoint: Skip 165 cc/Debug_ExprClosureBreakpoint: Skip
166 cc/Debug_StackTraceDump1: Skip 166 cc/Debug_StackTraceDump1: Skip
167 cc/Debug_StepInto: Skip 167 cc/Debug_StepInto: Skip
168 168
169 # TODO(vegorov) These parser tests rely on debugger. 169 # TODO(vegorov) These parser tests rely on debugger.
170 cc/Parser_AllocateVariables_CapturedVar: Skip 170 cc/Parser_AllocateVariables_CapturedVar: Skip
171 cc/Parser_AllocateVariables_MiddleChain: Skip 171 cc/Parser_AllocateVariables_MiddleChain: Skip
172 172
173 # TODO(vegorov) Test needs to generate a large enough function to go on to the
174 # large page. However large enough function overflows bytecode encoding.
175 cc/FindCodeObject: Skip
176
177 # This test is meaningless for DBC as allocation stubs are not used. 173 # This test is meaningless for DBC as allocation stubs are not used.
178 cc/RegenerateAllocStubs: Skip 174 cc/RegenerateAllocStubs: Skip
179 175
180 # TODO(vegorov) Enable when DBC supports optimizing compiler. 176 # TODO(vegorov) Enable when DBC supports optimizing compiler.
181 cc/Debug_InspectStack_Optimized: Skip 177 cc/Debug_InspectStack_Optimized: Skip
182 cc/Debug_InspectStackWithClosure_Optimized: Skip 178 cc/Debug_InspectStackWithClosure_Optimized: Skip
183 179
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/find_code_object_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698