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

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
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 dart/inline_stack_frame_test: Pass, RuntimeError 89 dart/inline_stack_frame_test: Pass, RuntimeError
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 94
95 [ $runtime == vm && $mode == product ] 95 [ $runtime == vm && $mode == product ]
96 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. 96 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name.
97 cc/LibraryGetClassNames: Fail,OK # Expects exact type name. 97 cc/LibraryGetClassNames: Fail,OK # Expects exact type name.
98 cc/StackTraceFormat: Fail,OK # Expects exact type name. 98 cc/StackTraceFormat: Fail,OK # Expects exact type name.
99
100 [ $arch == simdbc ]
101 # TODO(vegorov) Profiler is completely disabled in SIMDBC builds.
102 cc/Profiler_AllocationSampleTest: Skip
103 cc/Profiler_ArrayAllocation: Skip
104 cc/Profiler_BasicSourcePosition: Skip
105 cc/Profiler_BasicSourcePositionOptimized: Skip
106 cc/Profiler_BinaryOperatorSourcePosition: Skip
107 cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip
108 cc/Profiler_ChainedSamples: Skip
109 cc/Profiler_ClosureAllocation: Skip
110 cc/Profiler_CodeTicks: Skip
111 cc/Profiler_ContextAllocation: Skip
112 cc/Profiler_FunctionInline: Skip
113 cc/Profiler_FunctionTicks: Skip
114 cc/Profiler_InliningIntervalBoundry: Skip
115 cc/Profiler_IntrinsicAllocation: Skip
116 cc/Profiler_SampleBufferIterateTest: Skip
117 cc/Profiler_SampleBufferWrapTest: Skip
118 cc/Profiler_SourcePosition: Skip
119 cc/Profiler_SourcePositionOptimized: Skip
120 cc/Profiler_StringAllocation: Skip
121 cc/Profiler_StringInterpolation: Skip
122 cc/Profiler_ToggleRecordAllocation: Skip
123 cc/Profiler_TrivialRecordAllocation: Skip
124 cc/Profiler_TypedArrayAllocation: Skip
125
126 # TODO(vegorov) These tests are crashing because ICData objects can't be found
127 cc/SourceReport_CallSites_PolymorphicCall: Skip
128 cc/SourceReport_CallSites_SimpleCall: Skip
129 cc/SourceReport_Coverage_AllFunctions: Skip
130 cc/SourceReport_Coverage_ForceCompile: Skip
131 cc/SourceReport_Coverage_NestedFunctions: Skip
132 cc/SourceReport_Coverage_SimpleCall: Skip
133 cc/SourceReport_MultipleReports: Skip
134 cc/Coverage_Empty: Skip
135 cc/Coverage_FilterFunction: Skip
136 cc/Coverage_MainWithClass: Skip
137
138 # TODO(vegorov) DisassembleToJSONStream requires
139 # DecodeLoadObjectFromPoolOrThread which is unimplemented.
140 cc/Service_Code: Skip
141 cc/PrintJSON: Skip
142
143 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp
144 # is switched on by default because they attempt to call regexp functions
145 # directly instead of going through JSSyntaxRegExp_ExecuteMatch.
146 cc/RegExp_ExternalOneByteString: Skip
147 cc/RegExp_ExternalTwoByteString: Skip
148 cc/RegExp_OneByteString: Skip
149 cc/RegExp_TwoByteString: Skip
150
151 # TODO(vegorov) Optimizing compiler is disable for the SIMDBC
Florian Schneider 2016/04/12 02:29:59 s/disable/disabled/
Vyacheslav Egorov (Google) 2016/04/12 09:01:21 Done.
152 cc/CompileFunctionOnHelperThread: Skip
153
154 # TODO(vegorov) Field guards are disabled for SIMDBC
155 cc/GuardFieldConstructor2Test: Skip
156 cc/GuardFieldConstructorTest: Skip
157 cc/GuardFieldFinalListTest: Skip
158 cc/GuardFieldFinalVariableLengthListTest: Skip
159 cc/GuardFieldSimpleTest: Skip
160
161 # TODO(vegorov) Not all bytecodes have appropriate debug breaks.
162 cc/Debug_BreakpointStubPatching: Skip
163 cc/Debug_ExprClosureBreakpoint: Skip
164 cc/Debug_StackTraceDump1: Skip
165 cc/Debug_StepInto: Skip
166
167 # TODO(vegorov) These parser tests rely on debugger.
168 cc/Parser_AllocateVariables_CapturedVar: Skip
169 cc/Parser_AllocateVariables_MiddleChain: Skip
170
171 # TODO(vegorov) Test needs to generate a large enough function to go on to the
172 # large page. However large enough function overflows bytecode encoding.
173 cc/FindCodeObject: Skip
174
175 # This test is meaningless for DBC as allocation stubs are not used.
176 cc/RegenerateAllocStubs: Skip
177
178 # TODO(vegorov) Enable when DBC supports optimizing compiler.
179 cc/Debug_InspectStack_Optimized: Skip
180 cc/Debug_InspectStackWithClosure_Optimized: Skip
181
OLDNEW
« no previous file with comments | « runtime/platform/globals.h ('k') | runtime/vm/assembler.h » ('j') | runtime/vm/constants_dbc.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698