Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 589211cc4514d524d9251f3093e8741ace393499..22e5f8f6762959fc3ec561953aa0eca1a3d120bf 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -328,18 +328,6 @@ |
}], # variant == turbofan_opt |
############################################################################## |
-['variant == ignition', { |
- # BUG(5193): Flaky. |
Michael Achenbach
2016/11/30 09:19:24
Well, this test is flaky without ignition :)
|
- 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
-}], # variant == ignition |
- |
-############################################################################## |
-['variant == ignition_staging', { |
- # BUG(5193): Flaky. |
- 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
-}], # variant == ignition_staging |
- |
-############################################################################## |
['variant == turbofan or variant == ignition_turbofan', { |
# BUG(4751). Deopts with kNotASmi instead of expected deopt reason. |
'test-cpu-profiler/CollectDeoptEvents': [SKIP], |