Index: test/mjsunit/fuzz-natives.js |
diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js |
index e2f601eb9fac399eacb472885b6232b5431aa48b..687a7d05f27cba4e8f76f9a51bd43a8488066d9d 100644 |
--- a/test/mjsunit/fuzz-natives.js |
+++ b/test/mjsunit/fuzz-natives.js |
@@ -147,7 +147,10 @@ var knownProblems = { |
"DeclareGlobals": true, |
"PromoteScheduledException": true, |
- "DeleteHandleScopeExtensions": true |
+ "DeleteHandleScopeExtensions": true, |
+ |
+ // That can only be invoked on Array.prototype. |
+ "FinishArrayPrototypeSetup": true |
}; |
var currentlyUncallable = { |