OLD | NEW |
---|---|
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
125 | 125 |
126 ############################################################################ | 126 ############################################################################ |
127 # Slow tests. | 127 # Slow tests. |
128 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 128 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
129 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 129 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
130 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 130 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
131 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 131 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
132 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], | 132 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], |
133 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 133 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
134 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode = = debug', SKIP]], | 134 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode = = debug', SKIP]], |
135 | |
136 ############################################################################ | |
137 # Ignition | |
138 | |
139 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). | |
140 'test-heap/TestCodeFlushingPreAged': [PASS, NO_IGNITION], | |
141 'test-heap/TestCodeFlushingIncrementalScavenge': [PASS, NO_IGNITION], | |
142 'test-heap/TestCodeFlushing': [PASS, NO_IGNITION], | |
143 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION], | |
144 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', NO_IGNITION]], | |
145 | |
146 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | |
147 # on nodes (behind --turbo_source_positions flag). | |
148 'test-cpu-profiler/TickLinesOptimized': [PASS, NO_IGNITION], | |
149 | |
150 # TODO(rmcilroy,4680): Fails to find the correct function name for the | |
151 # anonymous function. Fails without ignition but with --no-lazy also, so seems | |
152 # to be an issue when eagerly parsing. | |
153 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION], | |
154 | |
155 # TODO(mythria,4780): Related to type feedback support for calls. | |
156 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION], | |
157 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION], | |
158 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], | |
159 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION ], | |
160 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT ION], | |
161 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION], | |
162 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION], | |
163 | |
164 # TODO(mythria,4680): Lack of code-ageing in interpreter. | |
165 'test-heap/Regress169209': [PASS, NO_IGNITION], | |
166 | |
167 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | |
168 # in interpreter. | |
169 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], | |
170 | |
171 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken | |
172 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r | |
173 # code. | |
174 'test-api/TurboAsmDisablesNeuter': [PASS, NO_IGNITION], | |
175 | |
176 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); | |
177 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [PASS, NO_IGNITION], | |
178 | |
179 # TODO(rmcilroy,4837): We don't set a LoadContextSlot for a function as | |
180 # immutable in the BytecodeGraphBuilder, therefore no inlining happens. | |
181 'test-run-inlining/InlineLoopGuardedTwice': [PASS, NO_IGNITION], | |
182 'test-run-inlining/InlineSurplusArgumentsDeopt': [PASS, NO_IGNITION], | |
183 'test-run-inlining/InlineTwice': [PASS, NO_IGNITION], | |
184 'test-run-inlining/InlineSurplusArgumentsObject': [PASS, NO_IGNITION], | |
185 'test-run-inlining/InlineTwiceDependentDiamond': [PASS, NO_IGNITION], | |
186 'test-run-inlining/InlineWithArguments': [PASS, NO_IGNITION], | |
187 'test-run-inlining/InlineLoopUnguardedTwice': [PASS, NO_IGNITION], | |
188 'test-run-inlining/InlineOmitArgumentsObject': [PASS, NO_IGNITION], | |
189 'test-run-inlining/InlineLoopUnguardedOnce': [PASS, NO_IGNITION], | |
190 'test-run-inlining/InlineOmitArgumentsDeopt': [PASS, NO_IGNITION], | |
191 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [PASS, NO_IGNITION], | |
192 'test-run-inlining/SimpleInliningContext': [PASS, NO_IGNITION], | |
193 'test-run-inlining/InlineMutuallyRecursive': [PASS, NO_IGNITION], | |
194 'test-run-inlining/InlineLoopGuardedEmpty': [PASS, NO_IGNITION], | |
195 'test-run-inlining/InlineLoopGuardedOnce': [PASS, NO_IGNITION], | |
196 'test-run-inlining/InlineOmitArguments': [PASS, NO_IGNITION], | |
197 'test-run-inlining/SimpleInlining': [PASS, NO_IGNITION], | |
198 'test-run-inlining/InlineLoopUnguardedEmpty': [PASS, NO_IGNITION], | |
199 'test-run-inlining/InlineNestedBuiltin': [PASS, NO_IGNITION], | |
200 'test-run-inlining/InlineSurplusArguments': [PASS, NO_IGNITION], | |
201 'test-run-inlining/InlineBuiltin': [PASS, NO_IGNITION], | |
202 'test-run-inlining/InlineTwiceDependent': [PASS, NO_IGNITION], | |
203 'test-run-inlining/SimpleInliningContextDeopt': [PASS, NO_IGNITION], | |
rmcilroy
2016/04/27 14:50:04
Some of these I think should run on the Ignition v
| |
204 | |
205 # BUG(4751). Flaky with ignition and tsan. | |
206 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', NO_IGNITION]], | |
135 }], # ALWAYS | 207 }], # ALWAYS |
136 | 208 |
137 ############################################################################## | 209 ############################################################################## |
138 ['arch == arm64', { | 210 ['arch == arm64', { |
139 | 211 |
140 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 212 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
141 | 213 |
142 'test-api/Bug618': [PASS], | 214 'test-api/Bug618': [PASS], |
143 | 215 |
144 # BUG(v8:3385). | 216 # BUG(v8:3385). |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
557 'test-run-inlining/InlineSurplusArguments': [FAIL], | 629 'test-run-inlining/InlineSurplusArguments': [FAIL], |
558 'test-run-inlining/InlineBuiltin': [FAIL], | 630 'test-run-inlining/InlineBuiltin': [FAIL], |
559 'test-run-inlining/InlineTwiceDependent': [FAIL], | 631 'test-run-inlining/InlineTwiceDependent': [FAIL], |
560 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | 632 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], |
561 | 633 |
562 # BUG(4751). Flaky with ignition and tsan. | 634 # BUG(4751). Flaky with ignition and tsan. |
563 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], | 635 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], |
564 }], # ignition or ignition_turbofan | 636 }], # ignition or ignition_turbofan |
565 | 637 |
566 ] | 638 ] |
OLD | NEW |