Index: test/mjsunit/fuzz-natives-part4.js |
diff --git a/test/mjsunit/fuzz-natives-part4.js b/test/mjsunit/fuzz-natives-part4.js |
index c34061963e1b0bd287c2e6d04fb785d83dc37430..1b128d5942658cc20ae4af37bf6a6133f096d239 100644 |
--- a/test/mjsunit/fuzz-natives-part4.js |
+++ b/test/mjsunit/fuzz-natives-part4.js |
@@ -196,7 +196,13 @@ var knownProblems = { |
// Only applicable to strings. |
"_HasCachedArrayIndex": true, |
- "_GetCachedArrayIndex": true |
+ "_GetCachedArrayIndex": true, |
+ "_OneByteSeqStringSetChar": true, |
+ "_TwoByteSeqStringSetChar": true, |
+ |
+ // Only for debugging parallel recompilation. |
+ "InstallRecompiledCode": true, |
+ "ForceParallelRecompile": true |
}; |
var currentlyUncallable = { |