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

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

Issue 1961953003: DBC: Adds DecodeLoadObjectFromPoolOrThread, enables tests (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Decode more instructions 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/constants_dbc.h » ('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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 135 cc/SourceReport_Coverage_UnusedClass_NoForceCompile: Skip
136 cc/SourceReport_Coverage_UnusedClass_ForceCompile: Skip 136 cc/SourceReport_Coverage_UnusedClass_ForceCompile: Skip
137 cc/SourceReport_Coverage_UnusedClass_ForceCompileError: Skip 137 cc/SourceReport_Coverage_UnusedClass_ForceCompileError: Skip
138 cc/SourceReport_MultipleReports: Skip 138 cc/SourceReport_MultipleReports: Skip
139 cc/Coverage_Empty: Skip 139 cc/Coverage_Empty: Skip
140 cc/Coverage_FilterFunction: Skip 140 cc/Coverage_FilterFunction: Skip
141 cc/Coverage_MainWithClass: Skip 141 cc/Coverage_MainWithClass: Skip
142 142
143 # TODO(vegorov) DisassembleToJSONStream requires
144 # DecodeLoadObjectFromPoolOrThread which is unimplemented.
145 cc/Service_Code: Skip
146 cc/PrintJSON: Skip
147
148 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp 143 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp
149 # is switched on by default because they attempt to call regexp functions 144 # is switched on by default because they attempt to call regexp functions
150 # directly instead of going through JSSyntaxRegExp_ExecuteMatch. 145 # directly instead of going through JSSyntaxRegExp_ExecuteMatch.
151 cc/RegExp_ExternalOneByteString: Skip 146 cc/RegExp_ExternalOneByteString: Skip
152 cc/RegExp_ExternalTwoByteString: Skip 147 cc/RegExp_ExternalTwoByteString: Skip
153 cc/RegExp_OneByteString: Skip 148 cc/RegExp_OneByteString: Skip
154 cc/RegExp_TwoByteString: Skip 149 cc/RegExp_TwoByteString: Skip
155 150
156 # TODO(vegorov) Optimizing compiler is disabled for the SIMDBC 151 # TODO(vegorov) Optimizing compiler is disabled for the SIMDBC
157 cc/CompileFunctionOnHelperThread: Skip 152 cc/CompileFunctionOnHelperThread: Skip
(...skipping 15 matching lines...) Expand all
173 cc/Parser_AllocateVariables_CapturedVar: Skip 168 cc/Parser_AllocateVariables_CapturedVar: Skip
174 cc/Parser_AllocateVariables_MiddleChain: Skip 169 cc/Parser_AllocateVariables_MiddleChain: Skip
175 170
176 # This test is meaningless for DBC as allocation stubs are not used. 171 # This test is meaningless for DBC as allocation stubs are not used.
177 cc/RegenerateAllocStubs: Skip 172 cc/RegenerateAllocStubs: Skip
178 173
179 # TODO(vegorov) Enable when DBC supports optimizing compiler. 174 # TODO(vegorov) Enable when DBC supports optimizing compiler.
180 cc/Debug_InspectStack_Optimized: Skip 175 cc/Debug_InspectStack_Optimized: Skip
181 cc/Debug_InspectStackWithClosure_Optimized: Skip 176 cc/Debug_InspectStackWithClosure_Optimized: Skip
182 177
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/constants_dbc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698