| Index: test/cctest/cctest.status | 
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status | 
| index 435689fef21412ef79f95d10d400f5b373dac7d5..d2a41008c396dc613a38fa3bad1c15fcce8ac8ab 100644 | 
| --- a/test/cctest/cctest.status | 
| +++ b/test/cctest/cctest.status | 
| @@ -485,9 +485,6 @@ | 
|  | 
| ############################################################################## | 
| ['ignition == True', { | 
| -  # BUG(4333). Function name inferrer does not work for ES6 clases. | 
| -  'test-func-name-inference/UpperCaseClass': [TIMEOUT], | 
| -  'test-func-name-inference/LowerCaseClass': [TIMEOUT], | 
|  | 
| # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on interpreter entry | 
| 'test-api/SetFunctionEntryHook': [FAIL], | 
| @@ -503,6 +500,15 @@ | 
| 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], | 
| 'test-api/TryCatchMixedNesting': [FAIL], | 
|  | 
| +  # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | 
| +  # on nodes (behind --turbo_source_positions flag). | 
| +  'test-cpu-profiler/TickLinesOptimized': [FAIL], | 
| + | 
| +  # 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': [FAIL], | 
| + | 
| # TODO(mythria,4780): Related to type feedback support for calls. | 
| 'test-feedback-vector/VectorCallICStates': [FAIL], | 
| 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], | 
| @@ -521,6 +527,43 @@ | 
|  | 
| # TODO(mythria,4680): Incorrect column number on eval. | 
| 'test-api/PromiseRejectCallback': [FAIL], | 
| + | 
| +  # TODO(rmcilroy,4680): Fails with eager compilation due to SharedFunctionInfo | 
| +  # being null in compiler.cc Renumber(), meaning MaybeDisableOptimization never | 
| +  # gets called. | 
| +  'test-profile-generator/BailoutReason': [FAIL], | 
| + | 
| +  # 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': [FAIL], | 
| + | 
| +  # 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': [FAIL], | 
| +  'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], | 
| +  'test-run-inlining/InlineTwice': [FAIL], | 
| +  'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], | 
| +  'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], | 
| +  'test-run-inlining/InlineWithArguments': [FAIL], | 
| +  'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], | 
| +  'test-run-inlining/InlineOmitArgumentsObject': [FAIL], | 
| +  'test-run-inlining/InlineLoopUnguardedOnce': [FAIL], | 
| +  'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL], | 
| +  'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL], | 
| +  'test-run-inlining/SimpleInliningContext': [FAIL], | 
| +  'test-run-inlining/InlineMutuallyRecursive': [FAIL], | 
| +  'test-run-inlining/InlineLoopGuardedEmpty': [FAIL], | 
| +  'test-run-inlining/InlineLoopGuardedOnce': [FAIL], | 
| +  'test-run-inlining/InlineOmitArguments': [FAIL], | 
| +  'test-run-inlining/SimpleInlining': [FAIL], | 
| +  'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], | 
| +  'test-run-inlining/InlineNestedBuiltin': [FAIL], | 
| +  'test-run-inlining/InlineSurplusArguments': [FAIL], | 
| +  'test-run-inlining/InlineBuiltin': [FAIL], | 
| +  'test-run-inlining/InlineTwiceDependent': [FAIL], | 
| +  'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | 
| +  'test-debug/DebugBreakInline': [FAIL], | 
| }],  # ignition == True | 
|  | 
| ] | 
|  |