[turbofan] Add mjsunit tests for try-catch-finally and OSR.
authormstarzinger <mstarzinger@chromium.org>
Tue, 9 Jun 2015 08:16:32 +0000 (01:16 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Jun 2015 08:16:41 +0000 (08:16 +0000)
commit74c730a08d3832571d57bed76d974a0fa793dfff
treef0748d89a2ea60b5add6d572717ca078b9635b81
parent339b27a4fbcc1a07504331f3de5b33dcc698b053
[turbofan] Add mjsunit tests for try-catch-finally and OSR.

This adds some basic tests of the interaction between try-catch and
try-finally statements and OSR in TurboFan. The try-osr test suite
follows the structure of try-deopt closely.

R=titzer@chromium.org
TEST=mjsunit/compiler/try-osr

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

Cr-Commit-Position: refs/heads/master@{#28855}
test/cctest/compiler/test-run-jsexceptions.cc
test/mjsunit/compiler/try-osr.js [new file with mode: 0644]