Index: test/mjsunit/fuzz-natives-part3.js |
diff --git a/test/mjsunit/fuzz-natives-part3.js b/test/mjsunit/fuzz-natives-part3.js |
index ed71d332a00d367f6ae0323650ca63a34827df34..05d32e9ae20548c27c6e0318b2327f3e06dce24d 100644 |
--- a/test/mjsunit/fuzz-natives-part3.js |
+++ b/test/mjsunit/fuzz-natives-part3.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 = { |