| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index a98b0ddd93b90e373d97c29b0f0273f252a2b7e4..e04d0c7040fe910fb96f7d874c0df50600e48794 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -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]],
|
|
|