Index: test/mjsunit/fuzz-natives-part1.js |
diff --git a/test/mjsunit/fuzz-natives-part1.js b/test/mjsunit/fuzz-natives-part1.js |
index 63aca1b13ae8a30fbe004a6a6d80fb046e922450..0bd0dc1abd2614aae9e3c604a4da670cdad092b5 100644 |
--- a/test/mjsunit/fuzz-natives-part1.js |
+++ b/test/mjsunit/fuzz-natives-part1.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, |