| Index: test/mjsunit/fuzz-natives-part1.js
|
| diff --git a/test/mjsunit/fuzz-natives-part1.js b/test/mjsunit/fuzz-natives-part1.js
|
| index ffcbd1d6734309883ee1b27aba3dc6ada6ca8079..27c0f6a03383f4f05e88b00365e917f2186137e2 100644
|
| --- a/test/mjsunit/fuzz-natives-part1.js
|
| +++ b/test/mjsunit/fuzz-natives-part1.js
|
| @@ -203,6 +203,9 @@ var knownProblems = {
|
| "_OneByteSeqStringSetChar": true,
|
| "_TwoByteSeqStringSetChar": true,
|
|
|
| + // Only applicable to TypedArrays.
|
| + "TypedArrayInitialize": true,
|
| +
|
| // Only applicable to generators.
|
| "_GeneratorNext": true,
|
| "_GeneratorThrow": true,
|
|
|