Revert "[iOS][gardening] Disable a test in PartitionAllocTest on iPhone device"
This reverts commit 420021ca15
.
Reason for revert: Speculative re-enable to get more data.
Original change's description:
> [iOS][gardening] Disable a test in PartitionAllocTest on iPhone device
>
> This CL disables PartitionAllocTest/FreeSlotSpanListSlotSpanTransitions.
> See bug for details.
>
> Bug: 1512944
> Change-Id: Icb2726480c50840fcfeaa82af5691604c5bc513a
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5131742
> Commit-Queue: Scott Yoder <scottyoder@google.com>
> Reviewed-by: Scott Yoder <scottyoder@google.com>
> Commit-Queue: Ginny Huang <ginnyhuang@chromium.org>
> Auto-Submit: Ginny Huang <ginnyhuang@chromium.org>
> Owners-Override: Ginny Huang <ginnyhuang@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1238814}
Bug: 1512944
Change-Id: Icf9668eb4bab6b5937d55644c1210ae7ef9acb9a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5172190
Commit-Queue: Benoit Lize <lizeb@chromium.org>
Auto-Submit: Justin Cohen <justincohen@chromium.org>
Reviewed-by: Ginny Huang <ginnyhuang@chromium.org>
Reviewed-by: Benoit Lize <lizeb@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1243470}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
abdb9daf28
commit
c9603547d8
@ -980,15 +980,7 @@ TEST_P(PartitionAllocTest, PreferSlotSpansWithProvisionedEntries) {
|
||||
|
||||
// Test some corner cases relating to slot span transitions in the internal
|
||||
// free slot span list metadata bucket.
|
||||
// TODO(crbug.com/1512944): Test flaky on iPhone device.
|
||||
#if BUILDFLAG(IS_IOS) && !(TARGET_OS_SIMULATOR)
|
||||
#define MAYBE_FreeSlotSpanListSlotSpanTransitions \
|
||||
DISABLED_FreeSlotSpanListSlotSpanTransitions
|
||||
#else
|
||||
#define MAYBE_FreeSlotSpanListSlotSpanTransitions \
|
||||
FreeSlotSpanListSlotSpanTransitions
|
||||
#endif // BUILDFLAG(IS_IOS) && !(TARGET_OS_SIMULATOR)
|
||||
TEST_P(PartitionAllocTest, MAYBE_FreeSlotSpanListSlotSpanTransitions) {
|
||||
TEST_P(PartitionAllocTest, FreeSlotSpanListSlotSpanTransitions) {
|
||||
PartitionRoot::Bucket* bucket =
|
||||
&allocator.root()->buckets[test_bucket_index_];
|
||||
|
||||
|
Reference in New Issue
Block a user