Title: [256456] trunk/LayoutTests
Revision
256456
Author
[email protected]
Date
2020-02-12 10:57:20 -0800 (Wed, 12 Feb 2020)

Log 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 <[email protected]> on 2020-02-12
Reviewed by Wenson Hsieh

Fix for race condition when aborting paymentrequest.

* http/tests/ssl/applepay/ApplePayBillingAddress.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (256455 => 256456)


--- trunk/LayoutTests/ChangeLog	2020-02-12 18:49:42 UTC (rev 256455)
+++ trunk/LayoutTests/ChangeLog	2020-02-12 18:57:20 UTC (rev 256456)
@@ -1,3 +1,14 @@
+2020-02-12  Nikos Mouchtaris  <[email protected]>
+
+        [ Mac wk2 ] http/tests/ssl/applepay/ApplePayBillingAddress.html a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=207577
+
+        Reviewed by Wenson Hsieh
+
+        Fix for race condition when aborting paymentrequest.
+
+        * http/tests/ssl/applepay/ApplePayBillingAddress.html:
+
 2020-02-12  Per Arne Vollan  <[email protected]>
 
         [iOS] Deny mach lookup access to analytics service in the WebContent process

Modified: trunk/LayoutTests/http/tests/ssl/applepay/ApplePayBillingAddress.html (256455 => 256456)


--- trunk/LayoutTests/http/tests/ssl/applepay/ApplePayBillingAddress.html	2020-02-12 18:49:42 UTC (rev 256455)
+++ trunk/LayoutTests/http/tests/ssl/applepay/ApplePayBillingAddress.html	2020-02-12 18:57:20 UTC (rev 256456)
@@ -105,7 +105,6 @@
                     shouldBe("event.methodDetails.billingContact.countryCode", "expectedCountryCode");
                     shouldBe("event.methodDetails.network","'visa'");
                     shouldBe("event.methodDetails.type","'credit'");
-                    paymentRequest.abort();
                     resolve();
                 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to