Index: test/mjsunit/fuzz-natives-part2.js |
diff --git a/test/mjsunit/fuzz-natives-part2.js b/test/mjsunit/fuzz-natives-part2.js |
index 293ad7e5246890d439632765a877fad6162febac..394c2d781e4ecaa05666c6b889c5e03974a2314a 100644 |
--- a/test/mjsunit/fuzz-natives-part2.js |
+++ b/test/mjsunit/fuzz-natives-part2.js |
@@ -207,17 +207,14 @@ var knownProblems = { |
"_TwoByteSeqStringSetChar": true, |
// Only applicable to TypedArrays. |
- "TypedArrayInitialize": true, |
+ "_TypedArrayInitialize": true, |
// Only applicable to generators. |
"_GeneratorNext": true, |
"_GeneratorThrow": true, |
// Only applicable to DataViews. |
- "DataViewInitialize": true, |
- "DataViewGetBuffer": true, |
- "DataViewGetByteLength": true, |
- "DataViewGetByteOffset": true |
+ "_DataViewInitialize": true, |
}; |
var currentlyUncallable = { |