| Index: test/mjsunit/fuzz-natives-part3.js
|
| diff --git a/test/mjsunit/fuzz-natives-part3.js b/test/mjsunit/fuzz-natives-part3.js
|
| index c9ece59dd6841dae6b0b7940c0e3bfa684da22a6..7a8125a73dd5caa29b4321f514850dc6fdc6cc50 100644
|
| --- a/test/mjsunit/fuzz-natives-part3.js
|
| +++ b/test/mjsunit/fuzz-natives-part3.js
|
| @@ -116,7 +116,6 @@ function testArgumentTypes(name, argc) {
|
|
|
| var knownProblems = {
|
| "Abort": true,
|
| - "ThrowMessage": true,
|
|
|
| // Avoid calling the concat operation, because weird lengths
|
| // may lead to out-of-memory. Ditto for StringBuilderJoin.
|
| @@ -141,32 +140,8 @@ var knownProblems = {
|
| "DisableAccessChecks": true,
|
| "EnableAccessChecks": true,
|
|
|
| - // These functions should not be callable as runtime functions.
|
| - "NewFunctionContext": true,
|
| - "NewArgumentsFast": true,
|
| - "NewStrictArgumentsFast": true,
|
| - "PushWithContext": true,
|
| - "PushCatchContext": true,
|
| - "PushBlockContext": true,
|
| - "PushModuleContext": true,
|
| - "CompileUnoptimized": true,
|
| - "CompileOptimized": true,
|
| - "CompileOptimizedConcurrent": true,
|
| - "NotifyDeoptimized": true,
|
| - "NotifyStubFailure": true,
|
| - "NotifyOSR": true,
|
| - "CreateObjectLiteralBoilerplate": true,
|
| - "CloneLiteralBoilerplate": true,
|
| - "CloneShallowLiteralBoilerplate": true,
|
| - "CreateArrayLiteralBoilerplate": true,
|
| + // IS_VAR is special.
|
| "IS_VAR": true,
|
| - "ResolvePossiblyDirectEval": true,
|
| - "DeclareGlobals": true,
|
| - "ArrayConstructor": true,
|
| - "InternalArrayConstructor": true,
|
| -
|
| - "PromoteScheduledException": true,
|
| - "DeleteHandleScopeExtensions": true,
|
|
|
| // Vararg with minimum number > 0.
|
| "Call": true,
|
| @@ -212,7 +187,7 @@ var knownProblems = {
|
| "_GeneratorThrow": true,
|
|
|
| // Only applicable to DataViews.
|
| - "_DataViewInitialize":true,
|
| + "_DataViewInitialize": true,
|
| };
|
|
|
| var currentlyUncallable = {
|
|
|