| Index: test/mjsunit/fuzz-natives-part3.js
|
| diff --git a/test/mjsunit/fuzz-natives-part3.js b/test/mjsunit/fuzz-natives-part3.js
|
| index 9a3a883fe40180423398fd2e55e8fb21f6fcc60f..f0bd4913dea266c3d0ecc6b28a1253ea5fb006be 100644
|
| --- a/test/mjsunit/fuzz-natives-part3.js
|
| +++ b/test/mjsunit/fuzz-natives-part3.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,
|
|
|