Index: test/mjsunit/fuzz-natives.js |
diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js |
index 687a7d05f27cba4e8f76f9a51bd43a8488066d9d..730f7b41f5edb3cef7e886b03369c04c78508f3e 100644 |
--- a/test/mjsunit/fuzz-natives.js |
+++ b/test/mjsunit/fuzz-natives.js |
@@ -150,7 +150,15 @@ var knownProblems = { |
"DeleteHandleScopeExtensions": true, |
// That can only be invoked on Array.prototype. |
- "FinishArrayPrototypeSetup": true |
+ "FinishArrayPrototypeSetup": true, |
+ |
+ // LiveEdit feature is under development currently and has fragile input. |
+ "LiveEditFindSharedFunctionInfosForScript": true, |
+ "LiveEditGatherCompileInfo": true, |
+ "LiveEditReplaceScript": true, |
+ "LiveEditReplaceFunctionCode": true, |
+ "LiveEditRelinkFunctionToScript": true, |
+ "LiveEditPatchFunctionPositions": true |
}; |
var currentlyUncallable = { |