mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 23:41:02 +08:00
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:
parent
1d2fd9464d
commit
d7c2340283
@ -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:"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user