Changeset 238919 in webkit


Ignore:
Timestamp:
Dec 5, 2018 6:28:23 PM (5 years ago)
Author:
jiewen_tan@apple.com
Message:

[Mac] Layout Test http/wpt/webauthn/public-key-credential-create-success-hid.https.html and http/wpt/webauthn/public-key-credential-get-success-hid.https.html are flaky
https://bugs.webkit.org/show_bug.cgi?id=192061

Reviewed by Dewei Zhu.

Part 1.

Add some loggings to determine possible causes for the flakiness.

  • UIProcess/WebAuthentication/Cocoa/HidService.mm:

(WebKit::HidService::continueAddDeviceAfterGetInfo):

  • UIProcess/WebAuthentication/Mock/MockHidService.cpp:

(WebKit::MockHidService::platformStartDiscovery):

Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r238911 r238919  
     12018-12-05  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        [Mac] Layout Test http/wpt/webauthn/public-key-credential-create-success-hid.https.html and http/wpt/webauthn/public-key-credential-get-success-hid.https.html are flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=192061
     5
     6        Reviewed by Dewei Zhu.
     7
     8        Part 1.
     9
     10        Add some loggings to determine possible causes for the flakiness.
     11
     12        * UIProcess/WebAuthentication/Cocoa/HidService.mm:
     13        (WebKit::HidService::continueAddDeviceAfterGetInfo):
     14        * UIProcess/WebAuthentication/Mock/MockHidService.cpp:
     15        (WebKit::MockHidService::platformStartDiscovery):
     16
    1172018-12-05  Chris Dumez  <cdumez@apple.com>
    218
  • trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/HidService.mm

    r238468 r238919  
    116116    }
    117117    // FIXME(191535): Support U2F authenticators.
     118    LOG_ERROR("Couldn't parse a ctap get info response.");
    118119}
    119120
  • trunk/Source/WebKit/UIProcess/WebAuthentication/Mock/MockHidService.cpp

    r238166 r238919  
    4444    if (!!m_configuration.hid)
    4545        deviceAdded(nullptr);
     46    LOG_ERROR("No hid authenticators is available.");
    4647}
    4748
Note: See TracChangeset for help on using the changeset viewer.