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

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

Issue 1858283002: Initial SIMDBC interpreter. (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 | « runtime/platform/globals.h ('k') | runtime/vm/assembler.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 15 matching lines...) Expand all
26 26
27 # The following section refers to the dart vm tests which live under 27 # The following section refers to the dart vm tests which live under
28 # runtime/tests/vm/dart. 28 # runtime/tests/vm/dart.
29 [ $system == windows ] 29 [ $system == windows ]
30 cc/Dart2JSCompileAll: Skip 30 cc/Dart2JSCompileAll: Skip
31 cc/ExternalizeConstantStrings: Skip 31 cc/ExternalizeConstantStrings: Skip
32 cc/Service_Profile: Skip 32 cc/Service_Profile: Skip
33 cc/Dart2JSCompilerStats: Skip 33 cc/Dart2JSCompilerStats: Skip
34 cc/CorelibCompilerStats: Skip 34 cc/CorelibCompilerStats: Skip
35 35
36 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simarm 64 || $arch == simmips ] 36 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simarm 64 || $arch == simmips || $arch == simdbc ]
37 cc/Service_Profile: Skip 37 cc/Service_Profile: Skip
38 38
39 [ $compiler == dart2js ] 39 [ $compiler == dart2js ]
40 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds 40 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds
41 dart/byte_array_test: Skip # compilers not aware of byte arrays 41 dart/byte_array_test: Skip # compilers not aware of byte arrays
42 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays 42 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays
43 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 43 dart/simd128float32_array_test: Skip # compilers not aware of Simd128
44 dart/simd128float32_test: Skip # compilers not aware of Simd128 44 dart/simd128float32_test: Skip # compilers not aware of Simd128
45 45
46 [ $compiler == dart2js ] 46 [ $compiler == dart2js ]
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 dart/optimized_stacktrace_test: Pass, RuntimeError 90 dart/optimized_stacktrace_test: Pass, RuntimeError
91 91
92 [ $runtime == dart_product || $runtime == dart_precompiled ] 92 [ $runtime == dart_product || $runtime == dart_precompiled ]
93 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri 93 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri
94 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers 94 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers
95 95
96 [ $runtime == vm && $mode == product ] 96 [ $runtime == vm && $mode == product ]
97 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. 97 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name.
98 cc/LibraryGetClassNames: Fail,OK # Expects exact type name. 98 cc/LibraryGetClassNames: Fail,OK # Expects exact type name.
99 cc/StackTraceFormat: Fail,OK # Expects exact type name. 99 cc/StackTraceFormat: Fail,OK # Expects exact type name.
100
101 [ $arch == simdbc ]
102 # TODO(vegorov) Profiler is completely disabled in SIMDBC builds.
103 cc/Profiler_AllocationSampleTest: Skip
104 cc/Profiler_ArrayAllocation: Skip
105 cc/Profiler_BasicSourcePosition: Skip
106 cc/Profiler_BasicSourcePositionOptimized: Skip
107 cc/Profiler_BinaryOperatorSourcePosition: Skip
108 cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip
109 cc/Profiler_ChainedSamples: Skip
110 cc/Profiler_ClosureAllocation: Skip
111 cc/Profiler_CodeTicks: Skip
112 cc/Profiler_ContextAllocation: Skip
113 cc/Profiler_FunctionInline: Skip
114 cc/Profiler_FunctionTicks: Skip
115 cc/Profiler_InliningIntervalBoundry: Skip
116 cc/Profiler_IntrinsicAllocation: Skip
117 cc/Profiler_SampleBufferIterateTest: Skip
118 cc/Profiler_SampleBufferWrapTest: Skip
119 cc/Profiler_SourcePosition: Skip
120 cc/Profiler_SourcePositionOptimized: Skip
121 cc/Profiler_StringAllocation: Skip
122 cc/Profiler_StringInterpolation: Skip
123 cc/Profiler_ToggleRecordAllocation: Skip
124 cc/Profiler_TrivialRecordAllocation: Skip
125 cc/Profiler_TypedArrayAllocation: Skip
126 cc/Profiler_GetSourceReport: Skip
127
128 # TODO(vegorov) These tests are crashing because ICData objects can't be found
129 cc/SourceReport_CallSites_PolymorphicCall: Skip
130 cc/SourceReport_CallSites_SimpleCall: Skip
131 cc/SourceReport_Coverage_AllFunctions: Skip
132 cc/SourceReport_Coverage_ForceCompile: Skip
133 cc/SourceReport_Coverage_NestedFunctions: Skip
134 cc/SourceReport_Coverage_SimpleCall: Skip
135 cc/SourceReport_MultipleReports: Skip
136 cc/Coverage_Empty: Skip
137 cc/Coverage_FilterFunction: Skip
138 cc/Coverage_MainWithClass: Skip
139
140 # TODO(vegorov) DisassembleToJSONStream requires
141 # DecodeLoadObjectFromPoolOrThread which is unimplemented.
142 cc/Service_Code: Skip
143 cc/PrintJSON: Skip
144
145 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp
146 # is switched on by default because they attempt to call regexp functions
147 # directly instead of going through JSSyntaxRegExp_ExecuteMatch.
148 cc/RegExp_ExternalOneByteString: Skip
149 cc/RegExp_ExternalTwoByteString: Skip
150 cc/RegExp_OneByteString: Skip
151 cc/RegExp_TwoByteString: Skip
152
153 # TODO(vegorov) Optimizing compiler is disabled for the SIMDBC
154 cc/CompileFunctionOnHelperThread: Skip
155
156 # TODO(vegorov) Field guards are disabled for SIMDBC
157 cc/GuardFieldConstructor2Test: Skip
158 cc/GuardFieldConstructorTest: Skip
159 cc/GuardFieldFinalListTest: Skip
160 cc/GuardFieldFinalVariableLengthListTest: Skip
161 cc/GuardFieldSimpleTest: Skip
162
163 # TODO(vegorov) Not all bytecodes have appropriate debug breaks.
164 cc/Debug_BreakpointStubPatching: Skip
165 cc/Debug_ExprClosureBreakpoint: Skip
166 cc/Debug_StackTraceDump1: Skip
167 cc/Debug_StepInto: Skip
168
169 # TODO(vegorov) These parser tests rely on debugger.
170 cc/Parser_AllocateVariables_CapturedVar: Skip
171 cc/Parser_AllocateVariables_MiddleChain: Skip
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.
178 cc/RegenerateAllocStubs: Skip
179
180 # TODO(vegorov) Enable when DBC supports optimizing compiler.
181 cc/Debug_InspectStack_Optimized: Skip
182 cc/Debug_InspectStackWithClosure_Optimized: Skip
183
OLDNEW
« no previous file with comments | « runtime/platform/globals.h ('k') | runtime/vm/assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698