Index: test/mjsunit/fuzz-natives-part1.js |
diff --git a/test/mjsunit/fuzz-natives-part1.js b/test/mjsunit/fuzz-natives-part1.js |
index 6941d806cc4fc027b0cf52bbccb7ef9a2b216cd9..54869bb3a32a93744e51afbe840f67113a9b423b 100644 |
--- a/test/mjsunit/fuzz-natives-part1.js |
+++ b/test/mjsunit/fuzz-natives-part1.js |
@@ -195,7 +195,11 @@ var knownProblems = { |
// Only applicable to strings. |
"_HasCachedArrayIndex": true, |
- "_GetCachedArrayIndex": true |
+ "_GetCachedArrayIndex": true, |
+ |
+ // Only for debugging parallel recompilation. |
+ "InstallRecompiledCode": true, |
+ "ForceParallelRecompile": true |
}; |
var currentlyUncallable = { |