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
parent 6b60546b
......@@ -171,6 +171,7 @@ var knownProblems = {
// Vararg with minimum number > 0.
"Call": true,
"SetAllocationTimeout": true,
// Requires integer arguments to be non-negative.
"Apply": true,
......
......@@ -172,6 +172,7 @@ var knownProblems = {
// Vararg with minimum number > 0.
"Call": true,
"SetAllocationTimeout": true,
// Requires integer arguments to be non-negative.
"Apply": true,
......
......@@ -171,6 +171,7 @@ var knownProblems = {
// Vararg with minimum number > 0.
"Call": true,
"SetAllocationTimeout": true,
// Requires integer arguments to be non-negative.
"Apply": true,
......
......@@ -171,6 +171,7 @@ var knownProblems = {
// Vararg with minimum number > 0.
"Call": true,
"SetAllocationTimeout": true,
// Requires integer arguments to be non-negative.
"Apply": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment