Bug 153618 - [iOS Simulator] fast/forms tests failing after r195700
Summary: [iOS Simulator] fast/forms tests failing after r195700
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad iOS 9.0
: P2 Normal
Assignee: Ryan Haddad
URL:
Keywords:
Depends on:
Blocks: 152130
  Show dependency treegraph
 
Reported: 2016-01-28 14:58 PST by Ryan Haddad
Modified: 2016-01-29 12:27 PST (History)
1 user (show)

See Also:


Attachments
Patch (17.05 KB, patch)
2016-01-29 12:04 PST, Ryan Haddad
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-01-28 14:58:59 PST
[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 ]
Comment 1 Ryan Haddad 2016-01-28 14:59:22 PST
--- /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".
Comment 2 Ryan Haddad 2016-01-28 15:00:09 PST
Do these need a new baseline for ios-simulator?
Comment 3 Ryan Haddad 2016-01-29 12:04:11 PST
Created attachment 270236 [details]
Patch
Comment 4 Ryan Haddad 2016-01-29 12:07:30 PST
After speaking with Chris, it looks like these tests need a general expectation change, not a ios-specific one.
Comment 5 Ryan Haddad 2016-01-29 12:27:20 PST
Rebaselined in r195834.