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

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

Issue 1955473002: Enable code object tests for DBC (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix status file Created 4 years, 7 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/object_dbc_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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 cc/Profiler_TypedArrayAllocation: Skip 125 cc/Profiler_TypedArrayAllocation: Skip
126 cc/Profiler_GetSourceReport: Skip 126 cc/Profiler_GetSourceReport: Skip
127 127
128 # TODO(vegorov) These tests are crashing because ICData objects can't be found 128 # TODO(vegorov) These tests are crashing because ICData objects can't be found
129 cc/SourceReport_CallSites_PolymorphicCall: Skip 129 cc/SourceReport_CallSites_PolymorphicCall: Skip
130 cc/SourceReport_CallSites_SimpleCall: Skip 130 cc/SourceReport_CallSites_SimpleCall: Skip
131 cc/SourceReport_Coverage_AllFunctions: Skip 131 cc/SourceReport_Coverage_AllFunctions: Skip
132 cc/SourceReport_Coverage_ForceCompile: Skip 132 cc/SourceReport_Coverage_ForceCompile: Skip
133 cc/SourceReport_Coverage_NestedFunctions: Skip 133 cc/SourceReport_Coverage_NestedFunctions: Skip
134 cc/SourceReport_Coverage_SimpleCall: Skip 134 cc/SourceReport_Coverage_SimpleCall: Skip
135 cc/SourceReport_Coverage_UnusedClass_NoForceCompile: Skip
136 cc/SourceReport_Coverage_UnusedClass_ForceCompile: Skip
137 cc/SourceReport_Coverage_UnusedClass_ForceCompileError: Skip
135 cc/SourceReport_MultipleReports: Skip 138 cc/SourceReport_MultipleReports: Skip
136 cc/Coverage_Empty: Skip 139 cc/Coverage_Empty: Skip
137 cc/Coverage_FilterFunction: Skip 140 cc/Coverage_FilterFunction: Skip
138 cc/Coverage_MainWithClass: Skip 141 cc/Coverage_MainWithClass: Skip
139 142
140 # TODO(vegorov) DisassembleToJSONStream requires 143 # TODO(vegorov) DisassembleToJSONStream requires
141 # DecodeLoadObjectFromPoolOrThread which is unimplemented. 144 # DecodeLoadObjectFromPoolOrThread which is unimplemented.
142 cc/Service_Code: Skip 145 cc/Service_Code: Skip
143 cc/PrintJSON: Skip 146 cc/PrintJSON: Skip
144 147
(...skipping 25 matching lines...) Expand all
170 cc/Parser_AllocateVariables_CapturedVar: Skip 173 cc/Parser_AllocateVariables_CapturedVar: Skip
171 cc/Parser_AllocateVariables_MiddleChain: Skip 174 cc/Parser_AllocateVariables_MiddleChain: Skip
172 175
173 # This test is meaningless for DBC as allocation stubs are not used. 176 # This test is meaningless for DBC as allocation stubs are not used.
174 cc/RegenerateAllocStubs: Skip 177 cc/RegenerateAllocStubs: Skip
175 178
176 # TODO(vegorov) Enable when DBC supports optimizing compiler. 179 # TODO(vegorov) Enable when DBC supports optimizing compiler.
177 cc/Debug_InspectStack_Optimized: Skip 180 cc/Debug_InspectStack_Optimized: Skip
178 cc/Debug_InspectStackWithClosure_Optimized: Skip 181 cc/Debug_InspectStackWithClosure_Optimized: Skip
179 182
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/object_dbc_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698