Bug 263048 - REGRESSION(iOS17): [ iOS17 wk2 ] accessibility/ios-simulator/input-type-time.html is a constant failure.
Summary: REGRESSION(iOS17): [ iOS17 wk2 ] accessibility/ios-simulator/input-type-time....
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anne van Kesteren
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-11 17:19 PDT by Ben Schwartz
Modified: 2023-12-14 08:12 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 Ben Schwartz 2023-10-11 17:19:23 PDT
accessibility/ios-simulator/input-type-time.html

This test is constantly failing on iOS 17 wk2.

HISTORY:

https://results.webkit.org/?suite=layout-tests&test=accessibility%2Fios-simulator%2Finput-type-time.html

TEXT DIFF:

 PASS timeinput.description is 'AXLabel: (Between: 07:00 AM-09:00 AM)'
 PASS timeinput.isIgnored is false
-PASS timeinput.stringValue is 'AXValue: 8:00 AM'
+FAIL timeinput.stringValue should be AXValue: 8:00 AM. Was AXValue: 8:00 AM.
 PASS timeinput2.description is 'AXLabel: '
-PASS timeinput2.stringValue is 'AXValue: 8:00 AM'
+FAIL timeinput2.stringValue should be AXValue: 8:00 AM. Was AXValue: 8:00 AM.
 PASS successfullyParsed is true
 
 TEST COMPLETE

DIFF URL:

https://build.webkit.org/results/Apple-iOS-17-Simulator-Debug-WK2-Tests/269213@main%20(113)/accessibility/ios-simulator/input-type-time-pretty-diff.html

REPRODUCIBILITY:

I was able to reproduce this issue on the iPhone 12 simulator (running iOS 17.0.1) ToT using the following command:

run-webkit-tests --clobber-old-results --verbose --ios-simulator accessibility/ios-simulator/input-type-time.html

REGRESSION:

This test has been failing on iOS 17 since the bring-up of testers at 268517@main.
Comment 1 Radar WebKit Bug Importer 2023-10-11 17:19:49 PDT
<rdar://problem/116837628>
Comment 2 EWS 2023-10-11 17:33:42 PDT
Test gardening commit 269230@main (0ad256b3bbe0): <https://commits.webkit.org/269230@main>

Reviewed commits have been landed. Closing PR #18968 and removing active labels.
Comment 3 Anne van Kesteren 2023-12-14 01:33:10 PST
Pull request: https://github.com/WebKit/WebKit/pull/21783
Comment 4 EWS 2023-12-14 08:12:02 PST
Committed 272041@main (7f798b86786a): <https://commits.webkit.org/272041@main>

Reviewed commits have been landed. Closing PR #21783 and removing active labels.