| Index: test/mjsunit/fuzz-natives-part1.js
|
| diff --git a/test/mjsunit/fuzz-natives-part1.js b/test/mjsunit/fuzz-natives-part1.js
|
| index 8b290d582e620b40f499e1a3b0aef5bf13796534..d5e1aeea5f173485992ed4ab7ec99407b273297c 100644
|
| --- a/test/mjsunit/fuzz-natives-part1.js
|
| +++ b/test/mjsunit/fuzz-natives-part1.js
|
| @@ -201,6 +201,10 @@ var knownProblems = {
|
| "_GetCachedArrayIndex": true,
|
| "_OneByteSeqStringSetChar": true,
|
| "_TwoByteSeqStringSetChar": true,
|
| +
|
| + // Only applicable to generators.
|
| + "_GeneratorNext": true,
|
| + "_GeneratorThrow": true,
|
| };
|
|
|
| var currentlyUncallable = {
|
|
|