Bug 229502
| Summary: | [BigSur wk2 Debug] http/tests/inspector/paymentrequest/payment-request-internal-properties.https.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Hutchison <ehutchison> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | aestes, ehutchison, hi, inspector-bugzilla-changes, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Eric Hutchison
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,
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/82346386>
Eric Hutchison
Updated test expectations at https://trac.webkit.org/changeset/281563/webkit.
Eric Hutchison
Unable to reproduce test results locally.