Index: test/mjsunit/fuzz-natives-part3.js |
diff --git a/test/mjsunit/fuzz-natives-part3.js b/test/mjsunit/fuzz-natives-part3.js |
index 05d32e9ae20548c27c6e0318b2327f3e06dce24d..973963597f75666b70fb08db442aec20a48223d0 100644 |
--- a/test/mjsunit/fuzz-natives-part3.js |
+++ b/test/mjsunit/fuzz-natives-part3.js |
@@ -200,6 +200,10 @@ var knownProblems = { |
"_GetCachedArrayIndex": true, |
"_OneByteSeqStringSetChar": true, |
"_TwoByteSeqStringSetChar": true, |
+ |
+ // Only applicable to generators. |
+ "_GeneratorNext": true, |
+ "_GeneratorThrow": true, |
}; |
var currentlyUncallable = { |