[iOS Simulator] fast/forms tests failing after r195700 <https://build.webkit.org/builders/Apple%20iOS%209%20Simulator%20Release%20WK2%20%28Tests%29/builds/2645> fast/forms/date/ValidityState-rangeOverflow-date.html [ Failure ] fast/forms/date/ValidityState-rangeUnderflow-date.html [ Failure ] fast/forms/datetimelocal/ValidityState-rangeOverflow-datetimelocal.html [ Failure ] fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal.html [ Failure ] fast/forms/form-in-malformed-markup.html [ Failure ] fast/forms/input-user-input-sanitization.html [ Failure ] fast/forms/month/ValidityState-rangeOverflow-month.html [ Failure ] fast/forms/month/ValidityState-rangeUnderflow-month.html [ Failure ] fast/forms/time/time-validity-rangeoverflow.html [ Failure ] fast/forms/time/time-validity-rangeunderflow.html [ Failure ] fast/forms/week/ValidityState-rangeOverflow-week.html [ Failure ] fast/forms/week/ValidityState-rangeUnderflow-week.html [ Failure ]
--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/forms/date/ValidityState-rangeOverflow-date-expected.txt +++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/forms/date/ValidityState-rangeOverflow-date-actual.txt @@ -3,7 +3,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS The value "2010-01-27" doesn't overflow the maximum value "". +PASS The value "2010-01-27" doesn't overflow the maximum value "null". PASS The value "2010-01-27" doesn't overflow the maximum value "". PASS The value "2010-01-27" doesn't overflow the maximum value "foo". PASS The value "2010-01-27" doesn't overflow the maximum value "2010-01-27".
Do these need a new baseline for ios-simulator?
Created attachment 270236 [details] Patch
After speaking with Chris, it looks like these tests need a general expectation change, not a ios-specific one.
Rebaselined in r195834.