Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 5d53b805f42d72b52e6adab7ef50e808ed3b8de9..6557a222dc702170c6849c90c17d1a6c7078ba31 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -389,7 +389,7 @@ |
}], # 'arch == ppc64 and simulator_run == True' |
############################################################################## |
-['ignition_turbofan', { |
+['variant == ignition_turbofan', { |
# TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder. |
'test-run-inlining/InlineLoopGuardedTwice': [FAIL], |
'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], |
@@ -457,6 +457,6 @@ |
# BUG(4751). Flaky with Ignition. |
'test-cpu-profiler/JsNativeJsSample': [SKIP], |
-}], # ignition_turbofan |
+}], # variant == ignition_turbofan |
] |