Remove fuzz-natives blacklist entries that no longer exist.

R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/393313003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22453 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 4116944c
......@@ -33,66 +33,19 @@
# TODO(danno): Fix these internal function that are only callable form stubs
# and un-blacklist them!
"NumberToString": [SKIP],
"RxegExpConstructResult": [SKIP],
"RegExpExec": [SKIP],
"StringAdd": [SKIP],
"SubString": [SKIP],
"StringCompare": [SKIP],
"StringCharCodeAt": [SKIP],
"GetFromCache": [SKIP],
"CompileUnoptimized": [SKIP],
"CompileOptimized": [SKIP],
"TryInstallOptimizedCode": [SKIP],
"NotifyDeoptimized": [SKIP],
"NotifyStubFailure": [SKIP],
"AllocateInNewSpace": [SKIP],
"AllocateInTargetSpace": [SKIP],
"AllocateHeapNumber": [SKIP],
"NumberToSmi": [SKIP],
"NumberToStringSkipCache": [SKIP],
"NewSloppyArguments": [SKIP],
"NewStrictArguments": [SKIP],
"CreateJSGeneratorObject": [SKIP],
"SuspendJSGeneratorObject": [SKIP],
"ResumeJSGeneratorObject": [SKIP],
"ThrowGeneratorStateError": [SKIP],
"ArrayConstructor": [SKIP],
"InternalArrayConstructor": [SKIP],
"MaterializeRegExpLiteral": [SKIP],
"CreateObjectLiteral": [SKIP],
"CreateArrayLiteral": [SKIP],
"CreateArrayLiteralStubBailout": [SKIP],
"NewClosure": [SKIP],
"NewClosureFromStubFailure": [SKIP],
"NewObject": [SKIP],
"NewObjectWithAllocationSite": [SKIP],
"FinalizeInstanceSize": [SKIP],
"Throw": [SKIP],
"ReThrow": [SKIP],
"ThrowReferenceError": [SKIP],
"ThrowNotDateError": [SKIP],
"StackGuard": [SKIP],
"Interrupt": [SKIP],
"PromoteScheduledException": [SKIP],
"NewGlobalContext": [SKIP],
"NewFunctionContext": [SKIP],
"PushWithContext": [SKIP],
"PushCatchContext": [SKIP],
"PushBlockContext": [SKIP],
"PushModuleContext": [SKIP],
"DeleteContextSlot": [SKIP],
"LoadContextSlot": [SKIP],
"LoadContextSlotNoReferenceError": [SKIP],
"StoreContextSlot": [SKIP],
"DeclareGlobals": [SKIP],
"DeclareModules": [SKIP],
"DeclareContextSlot": [SKIP],
"InitializeConstGlobal": [SKIP],
"InitializeConstContextSlot": [SKIP],
"ResolvePossiblyDirectEval": [SKIP],
"MathPowSlow": [SKIP],
"MathPowRT": [SKIP],
# TODO(jkummerow): Figure out what to do about inlined functions.
"_GeneratorNext": [SKIP],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment