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

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

Issue 1687022: Make LiveEdit natives fuzzy (Closed)
Patch Set: uncomment code Created 10 years, 8 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 | « src/runtime.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = {
« no previous file with comments | « src/runtime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698