| Index: test/mjsunit/fuzz-natives-part4.js
|
| diff --git a/test/mjsunit/fuzz-natives-part4.js b/test/mjsunit/fuzz-natives-part4.js
|
| index 97d08bd9b2d73e2363d92b3098d44cebc8394b3d..9523749250d776d54052251cb3e53e6bba81f321 100644
|
| --- a/test/mjsunit/fuzz-natives-part4.js
|
| +++ b/test/mjsunit/fuzz-natives-part4.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,
|
|
|