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