| Index: test/cctest/test-heap.cc
|
| diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
|
| index 825c8223852692fb51c4b8f2e9a3c34cab4c104a..c6e0cc942f4e40d23c60147c346c892c44d62f56 100644
|
| --- a/test/cctest/test-heap.cc
|
| +++ b/test/cctest/test-heap.cc
|
| @@ -4048,6 +4048,8 @@ static int AllocationSitesCount(Heap* heap) {
|
|
|
|
|
| TEST(EnsureAllocationSiteDependentCodesProcessed) {
|
| + // TODO(mvstanton): vector ics need weak support!
|
| + if (FLAG_vector_ics) return;
|
| if (i::FLAG_always_opt || !i::FLAG_crankshaft) return;
|
| i::FLAG_allow_natives_syntax = true;
|
| CcTest::InitializeVM();
|
| @@ -4152,6 +4154,8 @@ TEST(CellsInOptimizedCodeAreWeak) {
|
|
|
|
|
| TEST(ObjectsInOptimizedCodeAreWeak) {
|
| + // TODO(mvstanton): vector ics need weak support!
|
| + if (FLAG_vector_ics) return;
|
| if (i::FLAG_always_opt || !i::FLAG_crankshaft) return;
|
| i::FLAG_weak_embedded_objects_in_optimized_code = true;
|
| i::FLAG_allow_natives_syntax = true;
|
|
|