Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: test/fuzz-natives/fuzz-natives.status

Issue 393313003: Remove fuzz-natives blacklist entries that no longer exist. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Removed even more entries. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzz-natives/fuzz-natives.status
diff --git a/test/fuzz-natives/fuzz-natives.status b/test/fuzz-natives/fuzz-natives.status
index e571e3f0126442b85b2f6c62665a7abba23cd1c3..ae8f5189725c549463851c1a76d5c020095b5043 100644
--- a/test/fuzz-natives/fuzz-natives.status
+++ b/test/fuzz-natives/fuzz-natives.status
@@ -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],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698