Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Unified Diff: test/mjsunit/fuzz-natives-part3.js

Issue 145803002: Disable SetAllocationTimeout in fuzz-natives test since it has varargs. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/fuzz-natives-part2.js ('k') | test/mjsunit/fuzz-natives-part4.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/fuzz-natives-part3.js
diff --git a/test/mjsunit/fuzz-natives-part3.js b/test/mjsunit/fuzz-natives-part3.js
index 121b8f55dbbed7f5ebee07941d5d552cdf6ba4de..ba51b3db7bf8aa2b919fae008e19469397516e26 100644
--- a/test/mjsunit/fuzz-natives-part3.js
+++ b/test/mjsunit/fuzz-natives-part3.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,
« no previous file with comments | « test/mjsunit/fuzz-natives-part2.js ('k') | test/mjsunit/fuzz-natives-part4.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698