| Index: test/mjsunit/fuzz-natives-part1.js
|
| diff --git a/test/mjsunit/fuzz-natives-part1.js b/test/mjsunit/fuzz-natives-part1.js
|
| index 7cc462e38a3dc2cc68f147da6d910a396a8a76b7..87f7d0d766ee02c43ec5af00b3959321d2e53670 100644
|
| --- a/test/mjsunit/fuzz-natives-part1.js
|
| +++ b/test/mjsunit/fuzz-natives-part1.js
|
| @@ -197,6 +197,8 @@ var knownProblems = {
|
| // Only applicable to strings.
|
| "_HasCachedArrayIndex": true,
|
| "_GetCachedArrayIndex": true,
|
| + "_OneByteSeqStringSetChar": true,
|
| + "_TwoByteSeqStringSetChar": true,
|
|
|
| // Only for debugging parallel recompilation.
|
| "InstallRecompiledCode": true,
|
|
|