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