Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 89e8204dcab07b672ba2642a51378244a2654409..aa2a00a4787e7c0b4619c2d58eea089b2028d054 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -130,7 +130,6 @@ |
'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [PASS, NO_VARIANTS], |
'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [PASS, NO_VARIANTS], |
'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_VARIANTS], |
- 'test-cpu-profiler/TickLines': [PASS, NO_VARIANTS], |
############################################################################ |
# Slow tests. |
@@ -544,6 +543,10 @@ |
'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): Test assert errors. |
'test-feedback-vector/VectorCallICStates': [FAIL], |
'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], |