| Index: test/mjsunit/fuzz-natives-part3.js
|
| diff --git a/test/mjsunit/fuzz-natives-part3.js b/test/mjsunit/fuzz-natives-part3.js
|
| index 1f33cef00e6c7799d7a04eba508546d138e101db..28c24b08e9559392c629d0dd70c7f877ba3a7d39 100644
|
| --- a/test/mjsunit/fuzz-natives-part3.js
|
| +++ b/test/mjsunit/fuzz-natives-part3.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 = {
|
|
|