Chromium Code Reviews| Index: test/cctest/cctest.status |
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
| index b76a1ddb9a461ecac80eb9b32cd30e267841ce8b..e5745a22449fbce523ba30f4b804bc53ceed6953 100644 |
| --- a/test/cctest/cctest.status |
| +++ b/test/cctest/cctest.status |
| @@ -148,15 +148,14 @@ |
| # to be an issue when eagerly parsing. |
| 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION], |
| - # TODO(mythria,4780): Related to type feedback support for calls. |
| + # TODO(mythria,4780): Related to type feedback support for Array function. |
| 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION], |
|
mythria
2016/07/12 09:01:34
This fails because it checks for type feedback for
rmcilroy
2016/07/12 09:36:20
As discussed offline, maybe we could split this in
mythria
2016/07/12 15:20:35
Done.
|
| + |
| + # TODO(mythria,4780): Related to type feedback support for constructor. |
| 'test-feedback-vector/VectorCallCounts': [PASS, NO_IGNITION], |
|
mythria
2016/07/12 09:01:34
This fails because it also checks for type feedbac
rmcilroy
2016/07/12 09:36:20
As discussed offline, maybe we could split this in
mythria
2016/07/12 15:20:35
Done.
|
| - 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION], |
| 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], |
| 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION], |
| 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNITION], |
| - 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION], |
| - 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION], |
| # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 'test-heap/Regress169209': [PASS, NO_IGNITION], |
| @@ -536,12 +535,9 @@ |
| # TODO(mythria,4780): Related to type feedback support for calls. |
| 'test-feedback-vector/VectorCallICStates': [FAIL], |
| 'test-feedback-vector/VectorCallCounts': [FAIL], |
| - 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], |
| 'test-heap/WeakFunctionInConstructor': [FAIL], |
| 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
| 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| - 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| - 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 'test-heap/Regress169209': [FAIL], |