Changeset 256456 in webkit


Ignore:
Timestamp:
Feb 12, 2020 10:57:20 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[ Mac wk2 ] http/tests/ssl/applepay/ApplePayBillingAddress.html a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=207577

Patch by Nikos Mouchtaris <Nikos Mouchtaris> on 2020-02-12
Reviewed by Wenson Hsieh

Fix for race condition when aborting paymentrequest.

  • http/tests/ssl/applepay/ApplePayBillingAddress.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r256455 r256456  
     12020-02-12  Nikos Mouchtaris  <nmouchtaris@apple.com>
     2
     3        [ Mac wk2 ] http/tests/ssl/applepay/ApplePayBillingAddress.html a flaky failure
     4        https://bugs.webkit.org/show_bug.cgi?id=207577
     5
     6        Reviewed by Wenson Hsieh
     7
     8        Fix for race condition when aborting paymentrequest.
     9
     10        * http/tests/ssl/applepay/ApplePayBillingAddress.html:
     11
    1122020-02-12  Per Arne Vollan  <pvollan@apple.com>
    213
  • trunk/LayoutTests/http/tests/ssl/applepay/ApplePayBillingAddress.html

    r256041 r256456  
    106106                    shouldBe("event.methodDetails.network","'visa'");
    107107                    shouldBe("event.methodDetails.type","'credit'");
    108                     paymentRequest.abort();
    109108                    resolve();
    110109                };
Note: See TracChangeset for help on using the changeset viewer.