Enable inlining test that now works with control reducer.
authormstarzinger <mstarzinger@chromium.org>
Thu, 22 Jan 2015 18:48:48 +0000 (10:48 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 22 Jan 2015 18:49:01 +0000 (18:49 +0000)
R=titzer@chromium.org
TEST=cctest/test-run-inlining/InlineLoopGuardedEmpty

Review URL: https://codereview.chromium.org/867683002

Cr-Commit-Position: refs/heads/master@{#26228}

test/cctest/cctest.status

index 6e17fde..7a04e9c 100644 (file)
@@ -95,9 +95,6 @@
   'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS],
   'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS],
 
-  # TODO(titzer): Triggers bug in late control reduction.
-  'test-run-inlining/InlineLoopGuardedEmpty': [SKIP],
-
   # TODO(jochen): Reenable after we removed the CHECK() from the marking queue.
   'test-mark-compact/MarkingDeque': [SKIP],