Disable SetAllocationTimeout in fuzz-natives test since it has varargs.

BUG=
R=mstarzinger@chromium.org
TBR=mstarzinger@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18791 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
machenbach@chromium.org 2014-01-23 16:33:35 +00:00
parent 6b60546b16
commit ca0d99196d
4 changed files with 4 additions and 0 deletions

View File

@ -171,6 +171,7 @@ var knownProblems = {
// Vararg with minimum number > 0.
"Call": true,
"SetAllocationTimeout": true,
// Requires integer arguments to be non-negative.
"Apply": true,

View File

@ -172,6 +172,7 @@ var knownProblems = {
// Vararg with minimum number > 0.
"Call": true,
"SetAllocationTimeout": true,
// Requires integer arguments to be non-negative.
"Apply": true,

View File

@ -171,6 +171,7 @@ var knownProblems = {
// Vararg with minimum number > 0.
"Call": true,
"SetAllocationTimeout": true,
// Requires integer arguments to be non-negative.
"Apply": true,

View File

@ -171,6 +171,7 @@ var knownProblems = {
// Vararg with minimum number > 0.
"Call": true,
"SetAllocationTimeout": true,
// Requires integer arguments to be non-negative.
"Apply": true,