Title: [292173] trunk/LayoutTests
Revision
292173
Author
cdu...@apple.com
Date
2022-03-31 14:03:01 -0700 (Thu, 31 Mar 2022)

Log Message

REGRESSION(r292107): [ Mac iOS ] http/tests/paymentrequest/updateWith-shippingOptions.https.html is a constant text failure
https://bugs.webkit.org/show_bug.cgi?id=238581
<rdar://problem/91074265>

Unreviewed, adjust test results. This test is expected to fail pre macOS 12.3 and iOS 15.4.

Patch by Devin Rousso <drou...@apple.com> on 2022-03-31

* http/tests/paymentrequest/updateWith-shippingOptions.https-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (292172 => 292173)


--- trunk/LayoutTests/ChangeLog	2022-03-31 21:02:45 UTC (rev 292172)
+++ trunk/LayoutTests/ChangeLog	2022-03-31 21:03:01 UTC (rev 292173)
@@ -1,3 +1,13 @@
+2022-03-31  Devin Rousso  <drou...@apple.com>
+
+        REGRESSION(r292107): [ Mac iOS ] http/tests/paymentrequest/updateWith-shippingOptions.https.html is a constant text failure
+        https://bugs.webkit.org/show_bug.cgi?id=238581
+        <rdar://problem/91074265>
+
+        Unreviewed, adjust test results. This test is expected to fail pre macOS 12.3 and iOS 15.4.
+
+        * http/tests/paymentrequest/updateWith-shippingOptions.https-expected.txt:
+
 2022-03-31  Ben Nham  <n...@apple.com>
 
         Remove push subscriptions when permissions are reset

Modified: trunk/LayoutTests/http/tests/paymentrequest/updateWith-shippingOptions.https-expected.txt (292172 => 292173)


--- trunk/LayoutTests/http/tests/paymentrequest/updateWith-shippingOptions.https-expected.txt	2022-03-31 21:02:45 UTC (rev 292172)
+++ trunk/LayoutTests/http/tests/paymentrequest/updateWith-shippingOptions.https-expected.txt	2022-03-31 21:03:01 UTC (rev 292173)
@@ -1,5 +1,5 @@
 CONSOLE MESSAGE: WebKit currently uses the first shipping option even if other shipping options are marked as selected.
 
 PASS Calling `updateWith` with a new `shippingOptions` without `requestShipping` should not update any values.
-FAIL Calling `updateWith` with a new `shippingOptions` should not update any other values. assert_equals: selected shipping option should change expected "shippingId4" but got "shippingId3"
+FAIL Calling `updateWith` with a new `shippingOptions` should not update any other values. assert_equals: shipping option 0 selected should change expected (boolean) false but got (undefined) undefined
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to