Changed fuzzer to randomly remove half of the arguments when running
authorricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 9 Feb 2010 12:15:34 +0000 (12:15 +0000)
committerricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 9 Feb 2010 12:15:34 +0000 (12:15 +0000)
commitdf1df78c48a72662d33eaaab6a97628d66308a52
tree9948a8a46c834e3572292d8717056989de8ec0b2
parent0d6b85b81254e57b88d0f4fedb81e0dd8e174b62
Changed fuzzer to randomly remove half of the arguments when running
on functions that takes five or more arguments. Original version runs
for a long time when there is 5 arguments in a runtime function (45+
seconds). The fuzzer can be run with all arguments on all functions
regardless of the number of arguments by setting
RUN_WITH_ALL_ARGUMENT_ENTRIES to true in fuzz-natives.js

Review URL: http://codereview.chromium.org/598011

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3819 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/mjsunit/fuzz-natives.js