Bug 229502 - [BigSur wk2 Debug] http/tests/inspector/paymentrequest/payment-request-internal-properties.https.html is a flaky failure
Summary: [BigSur wk2 Debug] http/tests/inspector/paymentrequest/payment-request-intern...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-25 10:25 PDT by Eric Hutchison
Modified: 2021-09-14 16:04 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Hutchison 2021-08-25 10:25:28 PDT
http/tests/inspector/paymentrequest/payment-request-internal-properties.https.html 

is a flaky failure on BigSur wk2 debug.

History: https://results.webkit.org/?platform=ios&platform=mac&suite=layout-tests&test=http%2Ftests%2Finspector%2Fpaymentrequest%2Fpayment-request-internal-properties.https.html

Results: https://build.webkit.org/results/Apple-BigSur-Debug-WK2-Tests/r281509%20(3408)/results.html

Diff: 
--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/http/tests/inspector/paymentrequest/payment-request-internal-properties.https-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/http/tests/inspector/paymentrequest/payment-request-internal-properties.https-actual.txt
@@ -107,7 +107,24 @@
 }
 
 -- Running test case: RemoteObject.InternalProperties.PaymentRequest.Initiated
-INTERNAL PROPERTY: state: "interactive"
+!! TIMEOUT: took longer than 10000ms
+
+-- Running test case: RemoteObject.InternalProperties.PaymentRequest.Closed
+INTERNAL PROPERTY: state: "closed"
+INTERNAL PROPERTY: state: "closed"
+INTERNAL PROPERTY: details: {
+  "id": "<filtered>",
+  "total": {
+    "label": "Total",
+    "amount": {
+      "currency": "USD",
+      "value": "9.99"
+    },
+    "pending": false
+  },
+  "shippingOptions": [],
+  "modifiers": []
+}
 INTERNAL PROPERTY: details: {
   "id": "<filtered>",
   "total": {
@@ -128,22 +145,6 @@
   "requestShipping": true,
   "shippingType": "shipping"
 }
-
--- Running test case: RemoteObject.InternalProperties.PaymentRequest.Closed
-INTERNAL PROPERTY: state: "closed"
-INTERNAL PROPERTY: details: {
-  "id": "<filtered>",
-  "total": {
-    "label": "Total",
-    "amount": {
-      "currency": "USD",
-      "value": "9.99"
-    },
-    "pending": false
-  },
-  "shippingOptions": [],
-  "modifiers": []
-}
 INTERNAL PROPERTY: options: {
   "requestPayerName": false,
   "requestPayerEmail": false,
Comment 1 Radar WebKit Bug Importer 2021-08-25 10:28:50 PDT
<rdar://problem/82346386>
Comment 2 Eric Hutchison 2021-08-25 10:45:17 PDT
Updated test expectations at https://trac.webkit.org/changeset/281563/webkit.
Comment 3 Eric Hutchison 2021-09-14 16:04:39 PDT
Unable to reproduce test results locally.