Added new test type, message, to test error reporting.
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 26 Sep 2008 13:06:49 +0000 (13:06 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 26 Sep 2008 13:06:49 +0000 (13:06 +0000)
commitda96a860f0870eee31cd08a0680956a1be0980f9
tree09b62e5c878be404763457f5afb80e027442d50a
parent099509799727d37dab34cd132e760555d1ce50f1
Added new test type, message, to test error reporting.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@386 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/message/bugs/try-finally-linenum.js [new file with mode: 0644]
test/message/bugs/try-finally-linenum.out [new file with mode: 0644]
test/message/message.status [new file with mode: 0644]
test/message/simple-throw.js [new file with mode: 0644]
test/message/simple-throw.out [new file with mode: 0644]
test/message/testcfg.py [new file with mode: 0644]
tools/test.py