| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 7d723345c399c5afa3b5cba38f5535f988e3fc5c..14d90d08519e08737c5291101af0cf8e99a37542 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -582,6 +582,18 @@
|
| 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL],
|
| 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS, FAIL],
|
|
|
| + # TODO(4680): Related to lack of code-ageing in interpreter.
|
| + 'test-heap/Regress169209': [FAIL],
|
| +
|
| + # TODO(4680): Related to lack of code-ageing and/or lack of compilation cache
|
| + # in interpreter.
|
| + 'test-heap/CompilationCacheCachingBehavior': [FAIL],
|
| +
|
| + # TODO(4680): Use CallConstructStub for new operator.
|
| + 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
|
| + 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
|
| + 'test-heap/WeakFunctionInConstructor': [FAIL],
|
| +
|
| # TODO(rmcilroy,4680): Test assert errors.
|
| 'test-cpu-profiler/CodeEvents': [FAIL],
|
| 'test-cpu-profiler/TickEvents': [FAIL],
|
| @@ -606,17 +618,8 @@
|
| 'test-profile-generator/LineNumber': [FAIL],
|
| 'test-profile-generator/ProfileNodeScriptId': [FAIL],
|
| 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL],
|
| - 'test-feedback-vector/VectorCallICStates': [FAIL],
|
| - 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
|
| 'test-api/PromiseRejectCallback': [FAIL],
|
| 'test-api/SetJitCodeEventHandler': [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],
|
| 'test-run-inlining/InlineTwice': [FAIL],
|
|
|
| # TODO(rmcilroy,4680): Fail on some bot configurations.
|
|
|