Index: test/mjsunit/fuzz-natives-part4.js |
diff --git a/test/mjsunit/fuzz-natives-part4.js b/test/mjsunit/fuzz-natives-part4.js |
index 1b128d5942658cc20ae4af37bf6a6133f096d239..e627065d65d79fec1ae830a372e70d62f864d3ff 100644 |
--- a/test/mjsunit/fuzz-natives-part4.js |
+++ b/test/mjsunit/fuzz-natives-part4.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 = { |