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