Chromium Code Reviews| Index: test/cctest/cctest.status |
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
| index c604c39949fe52aa4e256c62f7a54f44ff43da42..24e37326fdaaeb51034efb0a85616346d3999b89 100644 |
| --- a/test/cctest/cctest.status |
| +++ b/test/cctest/cctest.status |
| @@ -132,6 +132,78 @@ |
| 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], |
| 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode == debug', SKIP]], |
| + |
| + ############################################################################ |
| + # Ignition |
| + |
| + # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || function->IsOptimized(). |
| + 'test-heap/TestCodeFlushingPreAged': [PASS, NO_IGNITION], |
| + 'test-heap/TestCodeFlushingIncrementalScavenge': [PASS, NO_IGNITION], |
| + 'test-heap/TestCodeFlushing': [PASS, NO_IGNITION], |
| + 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION], |
| + 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck_always_on == True', NO_IGNITION]], |
| + |
| + # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position |
| + # on nodes (behind --turbo_source_positions flag). |
| + 'test-cpu-profiler/TickLinesOptimized': [PASS, NO_IGNITION], |
| + |
| + # TODO(rmcilroy,4680): Fails to find the correct function name for the |
| + # anonymous function. Fails without ignition but with --no-lazy also, so seems |
| + # to be an issue when eagerly parsing. |
| + 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION], |
| + |
| + # TODO(mythria,4780): Related to type feedback support for calls. |
| + 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION], |
| + 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION], |
| + 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], |
| + 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION], |
| + 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNITION], |
| + 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION], |
| + 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION], |
| + |
| + # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| + 'test-heap/Regress169209': [PASS, NO_IGNITION], |
| + |
| + # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
| + # in interpreter. |
| + 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], |
| + |
| + # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken |
| + # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eager |
| + # code. |
| + 'test-api/TurboAsmDisablesNeuter': [PASS, NO_IGNITION], |
| + |
| + # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); |
| + 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [PASS, NO_IGNITION], |
| + |
| + # TODO(rmcilroy,4837): We don't set a LoadContextSlot for a function as |
| + # immutable in the BytecodeGraphBuilder, therefore no inlining happens. |
| + 'test-run-inlining/InlineLoopGuardedTwice': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineSurplusArgumentsDeopt': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineTwice': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineSurplusArgumentsObject': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineTwiceDependentDiamond': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineWithArguments': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineLoopUnguardedTwice': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineOmitArgumentsObject': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineLoopUnguardedOnce': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineOmitArgumentsDeopt': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [PASS, NO_IGNITION], |
| + 'test-run-inlining/SimpleInliningContext': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineMutuallyRecursive': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineLoopGuardedEmpty': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineLoopGuardedOnce': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineOmitArguments': [PASS, NO_IGNITION], |
| + 'test-run-inlining/SimpleInlining': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineLoopUnguardedEmpty': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineNestedBuiltin': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineSurplusArguments': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineBuiltin': [PASS, NO_IGNITION], |
| + 'test-run-inlining/InlineTwiceDependent': [PASS, NO_IGNITION], |
| + '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
|
| + |
| + # BUG(4751). Flaky with ignition and tsan. |
| + 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', NO_IGNITION]], |
| }], # ALWAYS |
| ############################################################################## |