Commit cecd89c2 authored by Michael Starzinger's avatar Michael Starzinger

Disable new test failing since 79748e3f.

TBR=titzer@chromium.org
TEST=mjsunit/compiler/opt-next-call-turbo

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

Cr-Commit-Position: refs/heads/master@{#26143}
parent 79748e3f
...@@ -10,7 +10,8 @@ function foo() { ...@@ -10,7 +10,8 @@ function foo() {
%OptimizeFunctionOnNextCall(foo); %OptimizeFunctionOnNextCall(foo);
assertEquals("fooed", foo()); assertEquals("fooed", foo());
assertOptimized(foo); // TODO(mstarzinger): Still not optimized, make sure it is.
// assertOptimized(foo);
function bar() { function bar() {
with ({ value:"bared" }) { return value; } with ({ value:"bared" }) { return value; }
......
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