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

Unified Diff: test/cctest/cctest.status

Issue 2214283003: [test] Activate ignition_staging variant (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip one cpu profiler test Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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],
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698