Index: test/mjsunit/fuzz-natives-part2.js |
diff --git a/test/mjsunit/fuzz-natives-part2.js b/test/mjsunit/fuzz-natives-part2.js |
index 2faad1dcac979d828fc6413c7da3149ac5066188..50ca5c2c79475b5149371bd2b2ddc57bdab7756a 100644 |
--- a/test/mjsunit/fuzz-natives-part2.js |
+++ b/test/mjsunit/fuzz-natives-part2.js |
@@ -151,6 +151,7 @@ var knownProblems = { |
"LazyCompile": true, |
"LazyRecompile": true, |
"ParallelRecompile": true, |
+ "InstallRecompiledCode": true, |
"NotifyDeoptimized": true, |
"NotifyOSR": true, |
"CreateObjectLiteralBoilerplate": true, |
@@ -199,10 +200,6 @@ var knownProblems = { |
"_GetCachedArrayIndex": true, |
"_OneByteSeqStringSetChar": true, |
"_TwoByteSeqStringSetChar": true, |
- |
- // Only for debugging parallel recompilation. |
- "InstallRecompiledCode": true, |
- "ForceParallelRecompile": true |
}; |
var currentlyUncallable = { |