Index: test/mjsunit/fuzz-natives-part2.js |
diff --git a/test/mjsunit/fuzz-natives-part2.js b/test/mjsunit/fuzz-natives-part2.js |
index 6fb8df120fa49f5b2360a30c1ecbf0ede0314bad..2faad1dcac979d828fc6413c7da3149ac5066188 100644 |
--- a/test/mjsunit/fuzz-natives-part2.js |
+++ b/test/mjsunit/fuzz-natives-part2.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 = { |