New issue
Advanced search Search tips

Issue 845186 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: May 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

Avoid flake on iPad Retina builds

Project Member Reported by justincohen@chromium.org, May 21 2018

Issue description

Apple stopped supporting iPad 32bit with Xcode 8.3.  However, running Xcode 8.2 introduces a lot of flakey test failures that does not happen on 8.3 and 9+.

Since Apple does support iPhone 32bit on 8.3, and we generally allow reduced coverage on older, much less used devices, disable the following test cases for 32bit simulator iPad:

ContentSuggestionsTestCase
SafeModeTestCase
SCContentSuggestionsTestCase
SCPaymentsEditorTestCase
 
Project Member

Comment 1 by bugdroid1@chromium.org, May 22 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/ef82a4ef1cb04b6d1276048e33fc79605576e4d7

commit ef82a4ef1cb04b6d1276048e33fc79605576e4d7
Author: Justin Cohen <justincohen@google.com>
Date: Tue May 22 20:24:47 2018

[ios] Roll iOS testers 10.0 -> 10.3.

Also disables using 'shard' e.g concurrent sharding for iOS 10.3,
and instead uses 'shard size' e.g. swarming sharding

Bug:  845186 
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs
Change-Id: I9c46970d80dc08edd752d6304caeb7fb0ef2d675
Reviewed-on: https://chromium-review.googlesource.com/1067637
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Reviewed-by: Sergey Berezin <sergeyberezin@chromium.org>
Reviewed-by: Menglu Huang <huangml@chromium.org>
Cr-Commit-Position: refs/heads/master@{#560753}
[modify] https://crrev.com/ef82a4ef1cb04b6d1276048e33fc79605576e4d7/ios/build/bots/chromium.fyi/ios-simulator.json
[modify] https://crrev.com/ef82a4ef1cb04b6d1276048e33fc79605576e4d7/ios/build/bots/chromium.mac/ios-simulator-full-configs.json
[modify] https://crrev.com/ef82a4ef1cb04b6d1276048e33fc79605576e4d7/ios/build/bots/chromium.mac/ios-simulator.json

Status: Fixed (was: Assigned)

Sign in to add a comment