Bug 229566 - [iOS wk2 iPad] imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission.html is a flaky failure
Summary: [iOS wk2 iPad] imported/w3c/web-platform-tests/html/semantics/interactive-ele...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-26 09:22 PDT by Eric Hutchison
Modified: 2022-01-18 12:07 PST (History)
4 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-26 09:22:06 PDT
imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission.html

is a flaky failures on iOS wk2 iPad.

History: https://results.webkit.org/?platform=ios&platform=mac&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Finteractive-elements%2Fthe-dialog-element%2Fdialog-form-submission.html

Results: https://build.webkit.org/results/Apple-iPadOS-14-Simulator-Release-WK2-Tests/r281617%20(1906)/results.html

Diff:

--- /Volumes/Data/worker/ipados-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-expected.txt
+++ /Volumes/Data/worker/ipados-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-actual.txt
@@ -1,11 +1,9 @@
-Confirm
-
 
 PASS click the form submission button should close the dialog
 PASS form submission should return correct value
 PASS no returnValue when there's no result.
-FAIL input image button should return the coordinates assert_false: dialog should be closed now expected false got true
-FAIL formmethod attribute should use dialog form submission promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
-FAIL closing the dialog while submitting should stop the submission promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
-FAIL calling form.submit() in click handler of submit button should start the submission synchronously promise_test: Unhandled rejection with value: object "InvalidStateError: The object is in an invalid state."
+PASS input image button should return the coordinates
+PASS formmethod attribute should use dialog form submission
+PASS closing the dialog while submitting should stop the submission
+PASS calling form.submit() in click handler of submit button should start the submission synchronously
Comment 1 Radar WebKit Bug Importer 2021-08-26 09:22:38 PDT
<rdar://problem/82393525>
Comment 2 Eric Hutchison 2021-08-26 09:27:53 PDT
Updated test expectations at https://trac.webkit.org/changeset/281628/webkit
Comment 3 Eric Hutchison 2021-09-14 16:27:32 PDT
Reproduced test results locally on r281967 using run-webkit-tests --iOS-simulator --force -f --iterations 100 --exit-after-n-crashes-or-timeouts 2 --clobber-old-results imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission.html
Comment 4 Tim Nguyen (:ntim) 2022-01-18 12:07:15 PST
Committed r288136 (246142@trunk): <https://commits.webkit.org/246142@trunk>