Index: test/mjsunit/fuzz-natives.js |
diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js |
index 0d930ca0c2b0972a0b8dc1db75deb17f1af75806..022da358797ffbace64a90e358d7f55b51cc25ac 100644 |
--- a/test/mjsunit/fuzz-natives.js |
+++ b/test/mjsunit/fuzz-natives.js |
@@ -172,15 +172,6 @@ var knownProblems = { |
// This function performs some checks compile time (it requires its first |
// argument to be a compile time smi). |
"_GetFromCache": true, |
- |
- // LiveEdit feature is under development currently and has fragile input. |
- "LiveEditFindSharedFunctionInfosForScript": true, |
- "LiveEditGatherCompileInfo": true, |
- "LiveEditReplaceScript": true, |
- "LiveEditReplaceFunctionCode": true, |
- "LiveEditRelinkFunctionToScript": true, |
- "LiveEditPatchFunctionPositions": true, |
- "LiveEditCheckStackActivations": true |
}; |
var currentlyUncallable = { |