Index: test/mjsunit/fuzz-natives-part1.js |
diff --git a/test/mjsunit/fuzz-natives-part1.js b/test/mjsunit/fuzz-natives-part1.js |
index e76b9be6d4bd7791194789f2915e11fcae15cd9e..a0f5319d56ff1d3ec4bfed28e39fcc0125349b21 100644 |
--- a/test/mjsunit/fuzz-natives-part1.js |
+++ b/test/mjsunit/fuzz-natives-part1.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, |