| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 86bc794993b17fbbf76e31c141ad4c3e06defea6..44ad3aeb737def958912aa482e5878274d62ccca 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -80,17 +80,16 @@
|
| ##############################################################################
|
| # TurboFan compiler failures.
|
|
|
| - # Scheduler cannot handle free-floating loops yet
|
| - 'test-run-inlining/InlineLoop': [SKIP],
|
| -
|
| # TODO(dcarney): C calls are broken all over the place.
|
| 'test-run-machops/RunCall*': [SKIP],
|
| 'test-run-machops/RunLoadImmIndex': [SKIP],
|
| 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP],
|
|
|
| - # TODO(sigurds): The schedule is borked with multiple inlinees.
|
| + # 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],
|
|
|