[Interpreter] Add Ignition whitelist for cctests.
Adds an ignition whitelist for cctests. BUG=v8:4280 LOG=N Review URL: https://codereview.chromium.org/1557893002 Cr-Commit-Position: refs/heads/master@{#33096}
This commit is contained in:
parent
fb5cbc2e2d
commit
af95a4dd3e
@ -478,4 +478,107 @@
|
||||
'test-api/ExternalArrays': [PASS, SLOW],
|
||||
|
||||
}], # 'arch == ppc64 and simulator_run == True'
|
||||
|
||||
['ignition == True', {
|
||||
'test-api/*' : [SKIP],
|
||||
'test-cpu-profiler/*' : [SKIP],
|
||||
'test-debug/*' : [SKIP],
|
||||
'test-func-name-inference/*' : [SKIP],
|
||||
'test-inobject-slack-tracking/*' : [SKIP],
|
||||
'test-run-jsexceptions/*' : [SKIP],
|
||||
'test-serialize/*' : [SKIP],
|
||||
|
||||
'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP],
|
||||
'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP],
|
||||
'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP],
|
||||
'test-bytecode-generator/TryCatch': [SKIP],
|
||||
'test-bytecode-generator/TryFinally': [SKIP],
|
||||
'test-compiler/C2JSFrames': [SKIP],
|
||||
'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP],
|
||||
'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP],
|
||||
'test-compiler/OptimizedCodeSharing1': [SKIP],
|
||||
'test-compiler/OptimizedCodeSharing2': [SKIP],
|
||||
'test-compiler/OptimizedCodeSharing3': [SKIP],
|
||||
'test-compiler/Print': [SKIP],
|
||||
'test-compiler/UncaughtThrow': [SKIP],
|
||||
'test-decls/CrossScriptDynamicLookup': [SKIP],
|
||||
'test-decls/CrossScriptLoadICs': [SKIP],
|
||||
'test-decls/CrossScriptStoreICs': [SKIP],
|
||||
'test-decls/Regress3941': [SKIP],
|
||||
'test-decls/Regress425510': [SKIP],
|
||||
'test-feedback-vector/VectorCallICStates': [SKIP],
|
||||
'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
|
||||
'test-heap/ArrayShiftSweeping': [SKIP],
|
||||
'test-heap/CanonicalSharedFunctionInfo': [SKIP],
|
||||
'test-heap/CellsInOptimizedCodeAreWeak': [SKIP],
|
||||
'test-heap/CompilationCacheCachingBehavior': [SKIP],
|
||||
'test-heap/CountForcedGC': [SKIP],
|
||||
'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP],
|
||||
'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP],
|
||||
'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP],
|
||||
'test-heap/LeakNativeContextViaMap': [SKIP],
|
||||
'test-heap/NextCodeLinkIsWeak': [SKIP],
|
||||
'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
|
||||
'test-heap-profiler/HeapSnapshotCollection': [SKIP],
|
||||
'test-heap-profiler/HeapSnapshotSimd': [SKIP],
|
||||
'test-heap-profiler/HeapSnapshotWeakCollection': [SKIP],
|
||||
'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP],
|
||||
'test-heap/PromotionQueue': [SKIP],
|
||||
'test-heap/Regress159140': [SKIP],
|
||||
'test-heap/Regress169209': [SKIP],
|
||||
'test-heap/Regress1878': [SKIP],
|
||||
'test-heap/Regress357137': [SKIP],
|
||||
'test-heap/Regress3631': [SKIP],
|
||||
'test-heap/Regress388880': [SKIP],
|
||||
'test-heap/Regress513507': [SKIP],
|
||||
'test-heap/Regress514122': [SKIP],
|
||||
'test-heap/TestCodeFlushingIncrementalAbort': [SKIP],
|
||||
'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP],
|
||||
'test-heap/TestCodeFlushingIncremental': [SKIP],
|
||||
'test-heap/TestCodeFlushingPreAged': [SKIP],
|
||||
'test-heap/TestCodeFlushing': [SKIP],
|
||||
'test-heap/TestInternalWeakLists': [SKIP],
|
||||
'test-heap/TestInternalWeakListsTraverseWithGC': [SKIP],
|
||||
'test-heap/WeakFunctionInConstructor': [SKIP],
|
||||
'test-log-stack-tracer/CFromJSStackTrace': [SKIP],
|
||||
'test-log-stack-tracer/JsEntrySp': [SKIP],
|
||||
'test-log-stack-tracer/PureCStackTrace': [SKIP],
|
||||
'test-log-stack-tracer/PureJSStackTrace': [SKIP],
|
||||
'test-parsing/LanguageModeDirectivesNonSimpleParameterListErrors': [SKIP],
|
||||
'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP],
|
||||
'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP],
|
||||
'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP],
|
||||
'test-pipeline/PipelineGeneric': [SKIP],
|
||||
'test-pipeline/PipelineTyped': [SKIP],
|
||||
'test-profile-generator/BailoutReason': [SKIP],
|
||||
'test-profile-generator/LineNumber': [SKIP],
|
||||
'test-profile-generator/ProfileNodeScriptId': [SKIP],
|
||||
'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
|
||||
'test-run-inlining/InlineTwice': [SKIP],
|
||||
'test-run-jsbranches/ForOfContinueStatement': [SKIP],
|
||||
'test-run-jscalls/LookupCall': [SKIP],
|
||||
'test-run-jsobjects/ArgumentsRest': [SKIP],
|
||||
'test-run-jsops/ClassLiteral': [SKIP],
|
||||
'test-run-jsops/LookupLoad': [SKIP],
|
||||
'test-run-jsops/LookupStore': [SKIP],
|
||||
'test-run-stackcheck/TerminateAtMethodEntry': [SKIP],
|
||||
'test-run-variables/ContextInitializeVariables': [SKIP],
|
||||
'test-run-variables/ContextLoadVariables': [SKIP],
|
||||
'test-run-variables/ContextStoreVariables': [SKIP],
|
||||
'test-run-variables/StackInitializeVariables': [SKIP],
|
||||
'test-run-variables/StackLoadVariables': [SKIP],
|
||||
'test-run-variables/StackStoreVariables': [SKIP],
|
||||
'test-sampler-api/StackFramesConsistent': [SKIP],
|
||||
'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP],
|
||||
'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP],
|
||||
'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP],
|
||||
'test-thread-termination/TerminationInInnerTryCall': [SKIP],
|
||||
'test-unscopables-hidden-prototype/Unscopables': [SKIP],
|
||||
}], # ignition == True
|
||||
|
||||
['ignition == True and arch == arm64', {
|
||||
'test-js-arm64-variables/lookup_slots': [SKIP],
|
||||
'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
|
||||
}], # ignition == True and arch == arm64
|
||||
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user