- Added some "special" tests that were left out before.
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 3 Sep 2008 07:31:19 +0000 (07:31 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 3 Sep 2008 07:31:19 +0000 (07:31 +0000)
commit472ae34f9d0eb00a9c5bf2b7467406f8fad2321d
treeb3fee9fb60de30cd3d39b6f89dc2741c6e178230
parent194baea8ca640acebfb4b1fdc824fbe1c6542599
- Added some "special" tests that were left out before.
- Added option to test runner that allows us to run the tests under
  valgrind.
- Added test status for the failing arm simulator tests.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@116 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/mjsunit/fuzz-natives.js [new file with mode: 0644]
test/mjsunit/greedy.js [new file with mode: 0644]
test/mjsunit/leakcheck.js [new file with mode: 0644]
test/mjsunit/mjsunit.status
test/mjsunit/number-tostring-small.js [new file with mode: 0644]
test/mjsunit/regress/regress-1134697.js [new file with mode: 0644]
tools/test.py