Reviewers: Michael Starzinger,
Message:
PTAL
Description:
Disable SetAllocationTimeout in fuzz-natives test since it has varargs.
BUG=
[email protected]
Please review this at https://codereview.chromium.org/145803002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -0 lines):
M test/mjsunit/fuzz-natives-part1.js
Index: test/mjsunit/fuzz-natives-part1.js
diff --git a/test/mjsunit/fuzz-natives-part1.js
b/test/mjsunit/fuzz-natives-part1.js
index
98dd83ae667cfdc5b49a134484197137d85efd8f..e22ac49472423326b7a99cd8a95bd36c51ed0a21
100644
--- a/test/mjsunit/fuzz-natives-part1.js
+++ b/test/mjsunit/fuzz-natives-part1.js
@@ -171,6 +171,7 @@ var knownProblems = {
// Vararg with minimum number > 0.
"Call": true,
+ "SetAllocationTimeout": true,
// Requires integer arguments to be non-negative.
"Apply": true,
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.