Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index d766c843cb152096fc538d93ca777cc659dd6407..e5b3b87a897e9832325ca2aee3f0529c4d8b91f8 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -389,6 +389,54 @@ |
}], # 'arch == ppc64 and simulator_run == True' |
############################################################################## |
+['variant == ignition_staging', { |
+ 'test-cpu-profiler/DeoptUntrackedFunction': [FAIL], |
+ 'test-cpu-profiler/TickLinesOptimized': [SKIP], |
+ 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], |
+ 'test-feedback-vector/VectorConstructCounts': [FAIL], |
+ 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
+ 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], |
+ 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
+ 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], |
+ 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], |
+ 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], |
+ 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], |
+ 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], |
+ 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], |
+ 'test-heap/Regress169209': [FAIL], |
+ 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL], |
+ 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL], |
+ 'test-heap/TestCodeFlushing': [FAIL], |
+ 'test-heap/TestCodeFlushingIncremental': [FAIL], |
+ 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
+ 'test-heap/TestCodeFlushingPreAged': [FAIL], |
+ 'test-heap/WeakFunctionInConstructor': [FAIL], |
+ 'test-run-inlining/InlineBuiltin': [FAIL], |
+ 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL], |
+ 'test-run-inlining/InlineLoopGuardedOnce': [FAIL], |
+ 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], |
+ 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], |
+ 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL], |
+ 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], |
+ 'test-run-inlining/InlineMutuallyRecursive': [FAIL], |
+ 'test-run-inlining/InlineNestedBuiltin': [FAIL], |
+ 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL], |
+ 'test-run-inlining/InlineOmitArguments': [FAIL], |
+ 'test-run-inlining/InlineOmitArgumentsObject': [FAIL], |
+ 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], |
+ 'test-run-inlining/InlineSurplusArguments': [FAIL], |
+ 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], |
+ 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL], |
+ 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], |
+ 'test-run-inlining/InlineTwiceDependent': [FAIL], |
+ 'test-run-inlining/InlineTwice': [FAIL], |
+ 'test-run-inlining/InlineWithArguments': [FAIL], |
+ 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], |
+ 'test-run-inlining/SimpleInliningContext': [FAIL], |
+ 'test-run-inlining/SimpleInlining': [FAIL], |
+}], # variant == ignition_staging |
+ |
+############################################################################## |
['variant == ignition_turbofan', { |
# TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder. |
'test-run-inlining/InlineLoopGuardedTwice': [FAIL], |