Commit 908f355e authored by mstarzinger's avatar mstarzinger Committed by Commit bot

[interpreter] Enable OSR test that no longer fails.

R=mythria@chromium.org
TEST=mjsunit/regress/regress-2618
BUG=v8:4764

Review-Url: https://codereview.chromium.org/2183463003
Cr-Commit-Position: refs/heads/master@{#38085}
parent 4ca39b53
......@@ -220,9 +220,6 @@
'array-literal-feedback': [PASS, NO_IGNITION],
'regress/regress-4121': [PASS, NO_IGNITION],
# TODO(mythria, 4764): lack of osr support.
'regress/regress-2618': [PASS, NO_IGNITION],
# TODO(mythria, 4764): lack of osr support. The tests waits in a loop
# till it is optimized. So test timeouts.
'array-literal-transitions': [PASS, NO_IGNITION],
......@@ -709,8 +706,6 @@
'array-feedback': [FAIL],
'allocation-site-info': [FAIL],
# TODO(mythria, 4764): lack of osr support.
'regress/regress-2618': [FAIL],
# TODO(mythria, 4764): lack of osr support. The tests waits in a loop
# till it is optimized. So test timeouts.
'array-literal-transitions': [SKIP],
......
......@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Flags: --use-osr --allow-natives-syntax
// Flags: --use-osr --allow-natives-syntax --ignition-osr --turbo-from-bytecode
function f() {
do {
......
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