| Index: test/mjsunit/fuzz-natives-part1.js
|
| diff --git a/test/mjsunit/fuzz-natives-part1.js b/test/mjsunit/fuzz-natives-part1.js
|
| index e22ac49472423326b7a99cd8a95bd36c51ed0a21..1bbe49ef28f0ff4d86e2e6246795fb64be35b2d8 100644
|
| --- a/test/mjsunit/fuzz-natives-part1.js
|
| +++ b/test/mjsunit/fuzz-natives-part1.js
|
| @@ -206,17 +206,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 = {
|
|
|