ios: Disable IOSExceptionProcessor SelectorExists.

Disabled while fix is being investigated.

Bug: crashpad:358
Change-Id: Ie7de5ab01b60e6f3e93096980dcdecd1eec1f171
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2505597
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Reviewed-by: Justin Cohen <justincohen@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Justin Cohen 2020-10-28 15:04:38 -04:00 committed by Commit Bot
parent 1d2fd9464d
commit d7c2340283

View File

@ -25,7 +25,9 @@ namespace {
using IOSExceptionProcessor = PlatformTest;
TEST_F(IOSExceptionProcessor, SelectorExists) {
// TODO(crbug.com/crashpad/358): Re-enable once iOS14 redacted symbol issue is
// fixed.
TEST_F(IOSExceptionProcessor, DISABLED_SelectorExists) {
IMP uigesture_deliver_event_imp = class_getMethodImplementation(
NSClassFromString(@"UIGestureEnvironment"),
NSSelectorFromString(@"_deliverEvent:toGestureRecognizers:usingBlock:"));