| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 360e70526f07dc38f4e5303323d8810d58c81a51..e48026e9c72ecc23023533ef059391d9df280d61 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -542,19 +542,27 @@
|
| # on nodes (behind --turbo_source_positions flag).
|
| 'test-cpu-profiler/TickLinesOptimized': [FAIL],
|
|
|
| - # TODO(rmcilroy,4680): Test assert errors.
|
| + # TODO(mythria,4780): Related to type feedback support for calls.
|
| 'test-feedback-vector/VectorCallICStates': [FAIL],
|
| 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
|
| - 'test-api/PromiseRejectCallback': [FAIL],
|
| 'test-heap/WeakFunctionInConstructor': [FAIL],
|
| - 'test-heap/Regress169209': [FAIL],
|
| 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
|
| 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
|
| 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
|
| - 'test-heap/CompilationCacheCachingBehavior': [FAIL],
|
| 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
|
| +
|
| + # TODO(mythria,4680): Lack of code-ageing in interpreter.
|
| + 'test-heap/Regress169209': [FAIL],
|
| +
|
| + # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
|
| + # in interpreter.
|
| + 'test-heap/CompilationCacheCachingBehavior': [FAIL],
|
| +
|
| + # TODO(mythria,4680): Incorrect column number on eval.
|
| + 'test-api/PromiseRejectCallback': [FAIL],
|
| +
|
| + # TODO(rmcilroy,4680): Test assert errors.
|
| 'test-run-inlining/InlineTwice': [FAIL],
|
| - 'test-serialize/CodeSerializerInternalReference': [FAIL, ['arch == arm or arch == arm64', PASS]],
|
|
|
| }], # ignition == True
|
|
|
|
|