| Index: test/mjsunit/fuzz-natives-part4.js
|
| diff --git a/test/mjsunit/fuzz-natives-part4.js b/test/mjsunit/fuzz-natives-part4.js
|
| index e627065d65d79fec1ae830a372e70d62f864d3ff..542dcf3eb0b8c72d2bae7aee519b4f7baae2da4f 100644
|
| --- a/test/mjsunit/fuzz-natives-part4.js
|
| +++ b/test/mjsunit/fuzz-natives-part4.js
|
| @@ -200,6 +200,10 @@ var knownProblems = {
|
| "_GetCachedArrayIndex": true,
|
| "_OneByteSeqStringSetChar": true,
|
| "_TwoByteSeqStringSetChar": true,
|
| +
|
| + // Only applicable to generators.
|
| + "_GeneratorSend": true,
|
| + "_GeneratorThrow": true
|
| };
|
|
|
| var currentlyUncallable = {
|
|
|