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], |
| 204 |
| 205 # BUG(4751). Flaky with ignition and tsan. |
| 206 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', NO_IGNITION]], |
| 207 |
| 208 'test-cpu-profiler/Inlining': [PASS, NO_IGNITION], |
| 209 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO
_IGNITION], |
| 210 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION
], |
135 }], # ALWAYS | 211 }], # ALWAYS |
136 | 212 |
137 ############################################################################## | 213 ############################################################################## |
138 ['arch == arm64', { | 214 ['arch == arm64', { |
139 | 215 |
140 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 216 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
141 | 217 |
142 'test-api/Bug618': [PASS], | 218 'test-api/Bug618': [PASS], |
143 | 219 |
144 # BUG(v8:3385). | 220 # BUG(v8:3385). |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 'test-run-inlining/InlineSurplusArguments': [FAIL], | 633 'test-run-inlining/InlineSurplusArguments': [FAIL], |
558 'test-run-inlining/InlineBuiltin': [FAIL], | 634 'test-run-inlining/InlineBuiltin': [FAIL], |
559 'test-run-inlining/InlineTwiceDependent': [FAIL], | 635 'test-run-inlining/InlineTwiceDependent': [FAIL], |
560 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | 636 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], |
561 | 637 |
562 # BUG(4751). Flaky with ignition and tsan. | 638 # BUG(4751). Flaky with ignition and tsan. |
563 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], | 639 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], |
564 }], # ignition or ignition_turbofan | 640 }], # ignition or ignition_turbofan |
565 | 641 |
566 ] | 642 ] |
OLD | NEW |