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