Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 86bc794993b17fbbf76e31c141ad4c3e06defea6..fe04028c38bb759f4c45c065ae7fcbfa5c21c9aa 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -80,17 +80,25 @@ |
############################################################################## |
# 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], |
Michael Starzinger
2014/09/17 13:31:43
Please don't re-introduce these exceptions, they s
sigurds
2014/09/17 14:05:13
Done.
|
+ 'test-debug/MessageQueues': [PASS, NO_VARIANTS], |
+ 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS], |
+ 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS], |
# 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. |
+ # Inlining tests do the same for all variants. |
+ 'test-run-inlining/*': [PASS, NO_VARIANTS], |
Michael Starzinger
2014/09/17 13:31:43
If they do the same, then let's just run them on a
sigurds
2014/09/17 14:05:13
Done.
|
+ |
+ # 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], |