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:
parent
6b60546b16
commit
ca0d99196d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user