Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 634bcbb31738577eca1102a4df9fb2ddc5d2aacd..fd7091b50004cbdbb322fdf1b35b32cc6b74c0ce 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -80,9 +80,6 @@ |
############################################################################## |
# TurboFan compiler failures. |
- # Scheduler cannot handle free-floating loops yet |
- 'test-run-inlining/InlineLoop': [SKIP], |
- |
# TODO(mstarzinger): Sometimes the try-catch blacklist fails. |
'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS], |
'test-debug/MessageQueues': [PASS, NO_VARIANTS], |
@@ -94,9 +91,14 @@ |
'test-run-machops/RunLoadImmIndex': [SKIP], |
'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], |
- # TODO(sigurds): The schedule is borked with multiple inlinees. |
+ # Inlining tests do the same for all variants. |
+ 'test-run-inlining/*': [PASS, NO_VARIANTS], |
+ |
+ # TODO(sigurds): The schedule is borked with multiple inlinees, |
+ # and cannot handle free-floating loops yet |
'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], |
'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], |
+ 'test-run-inlining/InlineLoop': [SKIP], |
# Some tests are just too slow to run for now. |
'test-api/Threading*': [PASS, NO_VARIANTS], |