Enable inlining tests that pass with new scheduler.

R=titzer@chromium.org
TEST=test-run-inlining/InlineTwiceDependentDiamond

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

Cr-Commit-Position: refs/heads/master@{#25205}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25205 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 32f3277e
...@@ -265,8 +265,6 @@ class Schedule FINAL : public ZoneObject { ...@@ -265,8 +265,6 @@ class Schedule FINAL : public ZoneObject {
private: private:
friend class Scheduler; friend class Scheduler;
friend class CodeGenerator;
friend class ScheduleVisualizer;
friend class BasicBlockInstrumentor; friend class BasicBlockInstrumentor;
void AddSuccessor(BasicBlock* block, BasicBlock* succ); void AddSuccessor(BasicBlock* block, BasicBlock* succ);
......
...@@ -81,10 +81,7 @@ ...@@ -81,10 +81,7 @@
############################################################################## ##############################################################################
# TurboFan compiler failures. # TurboFan compiler failures.
# TODO(sigurds): The schedule is borked with multiple inlinees, # TODO(mstarzinger): The scheduler cannot handle free-floating loops yet.
# and cannot handle free-floating loops yet
'test-run-inlining/InlineTwiceDependentDiamond': [SKIP],
'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP],
'test-run-inlining/InlineLoop': [SKIP], 'test-run-inlining/InlineLoop': [SKIP],
# Some tests are just too slow to run for now. # Some tests are just too slow to run for now.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment