Go to file
sgjesse@chromium.org 63afc7bad3 Changed the message reporting for try { ... } finally { ... } statements to
report the exception when they happen in the try block and not as previously
when re-thrown after execution of the finally block. There is no longer any
message generated by re-throw.

Added test cases for various combinations of try/catch/finally with throw in
different places.

Added a regression directory to the messages tests which is processed by the
test runner.

Added regression tests for the specific bugs fixed.

Runs all the test suites.

BUG=73
BUG=75
Review URL: http://codereview.chromium.org/8050

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@565 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-10-23 08:40:19 +00:00
benchmarks Improve error reporting in benchmarks. 2008-10-22 11:55:08 +00:00
include - Added const in a few places. 2008-10-23 08:25:23 +00:00
samples - Added support for warnings on unused test rules. 2008-09-25 12:38:34 +00:00
src Changed the message reporting for try { ... } finally { ... } statements to 2008-10-23 08:40:19 +00:00
test Changed the message reporting for try { ... } finally { ... } statements to 2008-10-23 08:40:19 +00:00
tools Incorporate patches by Paolo Giarrusso to allow profiling 2008-10-22 09:46:09 +00:00
AUTHORS Apply Daniel's patch for array index strings. 2008-10-23 06:20:57 +00:00
ChangeLog Update ChangeLog and version number to prepare for new trunk version. 2008-10-16 08:02:51 +00:00
LICENSE Initial export. 2008-07-03 15:10:15 +00:00
SConstruct Minor fixes 2008-10-21 15:24:58 +00:00