mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-25 14:20:50 +08:00
ios: Remove OS filter for iOS simulator tests.
Bug: 365974437 Change-Id: I9ada04b3602487513ff14ef1124feb43ddfb323a Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5855599 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org>
This commit is contained in:
parent
e3abe1ed44
commit
6d37f81ace
@ -379,7 +379,7 @@ def _RunOnIOSTarget(binary_dir, test, is_xcuitest=False, gtest_filter=None):
|
||||
'-xctestrun',
|
||||
xctestrun_path,
|
||||
'-destination',
|
||||
'platform=iOS Simulator,OS=17.4,name=iPhone 15',
|
||||
'platform=iOS Simulator,name=iPhone 15',
|
||||
]
|
||||
with open(xctestrun_path, 'wb') as fp:
|
||||
if is_xcuitest:
|
||||
|
Loading…
x
Reference in New Issue
Block a user