Chromium Code Reviews| Index: test/fuzz-natives/fuzz-natives.status | 
| diff --git a/test/fuzz-natives/fuzz-natives.status b/test/fuzz-natives/fuzz-natives.status | 
| index fb3cae902a4ad1984fe77fed398813dff8cd71b0..e571e3f0126442b85b2f6c62665a7abba23cd1c3 100644 | 
| --- a/test/fuzz-natives/fuzz-natives.status | 
| +++ b/test/fuzz-natives/fuzz-natives.status | 
| @@ -31,6 +31,69 @@ | 
| "CreateDateTimeFormat": [SKIP], | 
| "CreateNumberFormat": [SKIP], | 
| + # TODO(danno): Fix these internal function that are only callable form stubs | 
| 
 
Jakob Kummerow
2014/06/24 16:28:09
nit: "functions", "from"
 
 | 
| + # 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], | 
| "_GeneratorThrow": [SKIP], |