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

Side by Side Diff: test/cctest/cctest.status

Issue 1944413002: [Interpreter]: Unskip some tests which pass with --ignition and group other failures. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | test/mjsunit/ignition/elided-instruction.js » ('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 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 135
136 ############################################################################ 136 ############################################################################
137 # Ignition 137 # Ignition
138 138
139 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). 139 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
140 'test-heap/TestCodeFlushingPreAged': [PASS, NO_IGNITION], 140 'test-heap/TestCodeFlushingPreAged': [PASS, NO_IGNITION],
141 'test-heap/TestCodeFlushingIncrementalScavenge': [PASS, NO_IGNITION], 141 'test-heap/TestCodeFlushingIncrementalScavenge': [PASS, NO_IGNITION],
142 'test-heap/TestCodeFlushing': [PASS, NO_IGNITION], 142 'test-heap/TestCodeFlushing': [PASS, NO_IGNITION],
143 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION], 143 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION],
144 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', NO_IGNITION]], 144 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', NO_IGNITION]],
145 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 146 # 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 147 # anonymous function. Fails without ignition but with --no-lazy also, so seems
152 # to be an issue when eagerly parsing. 148 # to be an issue when eagerly parsing.
153 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION], 149 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION],
154 150
155 # TODO(mythria,4780): Related to type feedback support for calls. 151 # TODO(mythria,4780): Related to type feedback support for calls.
156 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION], 152 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION],
157 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION], 153 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION],
158 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], 154 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION],
159 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION ], 155 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION ],
160 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT ION], 156 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT ION],
161 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION], 157 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION],
162 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION], 158 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION],
163 159
164 # TODO(mythria,4680): Lack of code-ageing in interpreter. 160 # TODO(mythria,4680): Lack of code-ageing in interpreter.
165 'test-heap/Regress169209': [PASS, NO_IGNITION], 161 'test-heap/Regress169209': [PASS, NO_IGNITION],
166 162
167 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 163 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
168 # in interpreter. 164 # in interpreter.
169 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], 165 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION],
170 166
171 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken 167 # 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 168 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r
173 # code. 169 # code.
174 'test-api/TurboAsmDisablesNeuter': [PASS, NO_IGNITION], 170 'test-api/TurboAsmDisablesNeuter': [PASS, NO_IGNITION],
175 171
176 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); 172 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
177 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [PASS, NO_IGNITION], 173 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [PASS, NO_IGNITION],
178 174
179 # TODO(rmcilroy,4837): We don't set a LoadContextSlot for a function as 175 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test.
180 # immutable in the BytecodeGraphBuilder, therefore no inlining happens. 176 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO _IGNITION],
181 'test-run-inlining/InlineLoopGuardedTwice': [PASS, NO_IGNITION], 177 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [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 178
205 # BUG(4751). Flaky with ignition and tsan. 179 # BUG(4751). Flaky with ignition and tsan.
206 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', NO_IGNITION]], 180 '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 ],
211 }], # ALWAYS 181 }], # ALWAYS
212 182
213 ############################################################################## 183 ##############################################################################
214 ['arch == arm64', { 184 ['arch == arm64', {
215 185
216 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], 186 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
217 187
218 'test-api/Bug618': [PASS], 188 'test-api/Bug618': [PASS],
219 189
220 # BUG(v8:3385). 190 # BUG(v8:3385).
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 532
563 # Pass but take too long with the simulator. 533 # Pass but take too long with the simulator.
564 'test-api/Threading1': [PASS, SLOW], 534 'test-api/Threading1': [PASS, SLOW],
565 'test-api/Threading2': [PASS, SLOW], 535 'test-api/Threading2': [PASS, SLOW],
566 'test-api/ExternalArrays': [PASS, SLOW], 536 'test-api/ExternalArrays': [PASS, SLOW],
567 537
568 }], # 'arch == ppc64 and simulator_run == True' 538 }], # 'arch == ppc64 and simulator_run == True'
569 539
570 ############################################################################## 540 ##############################################################################
571 ['ignition or ignition_turbofan', { 541 ['ignition or ignition_turbofan', {
572 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). 542 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
573 'test-heap/TestCodeFlushingPreAged': [FAIL], 543 'test-heap/TestCodeFlushingPreAged': [FAIL],
574 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 544 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
575 'test-heap/TestCodeFlushing': [FAIL], 545 'test-heap/TestCodeFlushing': [FAIL],
576 'test-heap/TestCodeFlushingIncremental': [FAIL], 546 'test-heap/TestCodeFlushingIncremental': [FAIL],
577 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 547 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
578 548
579 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position 549 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position
580 # on nodes (behind --turbo_source_positions flag). 550 # on nodes (behind --turbo_source_positions flag).
581 'test-cpu-profiler/TickLinesOptimized': [FAIL], 551 'test-cpu-profiler/TickLinesOptimized': [FAIL],
582 552
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'test-run-inlining/InlineSurplusArguments': [FAIL], 603 'test-run-inlining/InlineSurplusArguments': [FAIL],
634 'test-run-inlining/InlineBuiltin': [FAIL], 604 'test-run-inlining/InlineBuiltin': [FAIL],
635 'test-run-inlining/InlineTwiceDependent': [FAIL], 605 'test-run-inlining/InlineTwiceDependent': [FAIL],
636 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], 606 'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
637 607
638 # BUG(4751). Flaky with ignition and tsan. 608 # BUG(4751). Flaky with ignition and tsan.
639 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], 609 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]],
640 }], # ignition or ignition_turbofan 610 }], # ignition or ignition_turbofan
641 611
642 ] 612 ]
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/ignition/elided-instruction.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698