| Index: test/mjsunit/fuzz-natives-part4.js
|
| diff --git a/test/mjsunit/fuzz-natives-part4.js b/test/mjsunit/fuzz-natives-part4.js
|
| index 83e00d2b663acb9b55e25bc361d30932b4a8d5b2..476e30597d0bd547bc988bac78fa56a20987f454 100644
|
| --- a/test/mjsunit/fuzz-natives-part4.js
|
| +++ b/test/mjsunit/fuzz-natives-part4.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,
|
|
|