Index: test/mjsunit/fuzz-natives-part3.js |
diff --git a/test/mjsunit/fuzz-natives-part3.js b/test/mjsunit/fuzz-natives-part3.js |
index 61e02113c0f072ee40462c9678035061227001de..d6ba42d1285e6176ef786bedf548f71d07b1412d 100644 |
--- a/test/mjsunit/fuzz-natives-part3.js |
+++ b/test/mjsunit/fuzz-natives-part3.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, |