[Interpreter] Remove some cctest and mjsunit test skips.
Removes some cctest and mjsunit test skips on Ignition for tests that now pass. BUG=v8:4680 LOG=N Review URL: https://codereview.chromium.org/1703563002 Cr-Commit-Position: refs/heads/master@{#34045}
This commit is contained in:
parent
f0d7c7a83b
commit
5b2d1956eb
@ -525,11 +525,16 @@
|
||||
# TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on interpreter entry
|
||||
'test-api/SetFunctionEntryHook': [FAIL],
|
||||
|
||||
# TODO(rmcilroy,4680): Fail on shared_function_data()->IsUndefined in
|
||||
#compiler.cc
|
||||
'test-heap/CanonicalSharedFunctionInfo': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
|
||||
|
||||
# TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || function->IsOptimized().
|
||||
'test-heap/TestCodeFlushingPreAged': [FAIL],
|
||||
'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
|
||||
'test-heap/TestCodeFlushing': [FAIL],
|
||||
'test-heap/TestCodeFlushingIncremental': [FAIL],
|
||||
'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
|
||||
|
||||
# TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate()->use_crankshaft().
|
||||
'test-compiler/OptimizedCodeSharing2': [FAIL],
|
||||
@ -537,11 +542,7 @@
|
||||
|
||||
# TODO(rmcilroy,4689): Stack trace line number failures.
|
||||
'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
|
||||
'test-api/TryCatchMixedNesting': [PASS, FAIL],
|
||||
|
||||
# TODO(rmcilroy,4680): Exception message assert failure.
|
||||
'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL],
|
||||
'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS, FAIL],
|
||||
'test-api/TryCatchMixedNesting': [FAIL],
|
||||
|
||||
# TODO(rmcilroy,4680): Test assert errors.
|
||||
'test-cpu-profiler/CodeEvents': [FAIL],
|
||||
@ -579,21 +580,9 @@
|
||||
'test-heap/CompilationCacheCachingBehavior': [FAIL],
|
||||
'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
|
||||
'test-run-inlining/InlineTwice': [FAIL],
|
||||
|
||||
# TODO(rmcilroy,4680): Fail on some bot configurations.
|
||||
'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL],
|
||||
'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL],
|
||||
'test-cpu-profiler/SourceLocation': [PASS, FAIL],
|
||||
'test-serialize/SerializeInternalReference': [PASS, FAIL],
|
||||
'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == arm64', PASS]],
|
||||
}], # ignition == True
|
||||
|
||||
['ignition == True and mode == debug and arch == x64', {
|
||||
# TODO(rmcilroy,4680): Flaky failures.
|
||||
'test-api/CallAsFunction': [PASS, FAIL],
|
||||
'test-api/ConstructorForObject': [PASS, FAIL],
|
||||
'test-api/Regress528': [PASS, FAIL],
|
||||
}],
|
||||
|
||||
['ignition == True and arch == x64', {
|
||||
# TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on interpreter entry
|
||||
'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, ['mode == debug', FAIL]],
|
||||
|
@ -768,10 +768,6 @@
|
||||
'regress/debug*': [SKIP],
|
||||
'regress/regress-debug*': [SKIP],
|
||||
|
||||
# TODO(yangguo,4690): debug-scopes.cc failure in ScopeIterator::Type
|
||||
# DCHECK(context_->IsFunctionContext() || !scope_info->HasContext());
|
||||
'regress/regress-crbug-582051': [SKIP],
|
||||
|
||||
# TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint
|
||||
# DCHECK(IsDebugBreak() || IsDebuggerStatement());
|
||||
'regress/regress-1523': [FAIL],
|
||||
@ -841,7 +837,7 @@
|
||||
'regress/regress-123919': [FAIL],
|
||||
|
||||
# TODO(rmcilroy,4680): Pass on debug, fail on release.
|
||||
'compiler/regress-stacktrace-methods': [PASS, FAIL],
|
||||
'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]],
|
||||
|
||||
# TODO(rmcilroy,4680): Test assert failures.
|
||||
'array-literal-feedback': [FAIL],
|
||||
@ -867,6 +863,7 @@
|
||||
'regress/regress-crbug-568477-3': [FAIL],
|
||||
'regress/regress-crbug-568477-1': [FAIL],
|
||||
'regress/regress-2318': [FAIL],
|
||||
'regress/regress-crbug-582051': [FAIL],
|
||||
|
||||
# TODO(rmcilroy,4680): Test crashes.
|
||||
'compiler/regress-funarguments': [SKIP],
|
||||
|
Loading…
Reference in New Issue
Block a user