Title: [195414] trunk/LayoutTests
Revision
195414
Author
ryanhad...@apple.com
Date
2016-01-21 10:58:11 -0800 (Thu, 21 Jan 2016)

Log Message

Remove a ios-simulator-wk2 specific expectation file since the results are identical on wk1 and wk2
https://bugs.webkit.org/show_bug.cgi?id=152139

Unreviewed test gardening.

* platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (195413 => 195414)


--- trunk/LayoutTests/ChangeLog	2016-01-21 18:27:52 UTC (rev 195413)
+++ trunk/LayoutTests/ChangeLog	2016-01-21 18:58:11 UTC (rev 195414)
@@ -1,3 +1,12 @@
+2016-01-21  Ryan Haddad  <ryanhad...@apple.com>
+
+        Remove a ios-simulator-wk2 specific expectation file since the results are identical on wk1 and wk2
+        https://bugs.webkit.org/show_bug.cgi?id=152139
+
+        Unreviewed test gardening.
+
+        * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt: Removed.
+
 2016-01-21  Said Abou-Hallawa  <sabouhall...@apple.com>
 
         A crash reproducible in Path::isEmpty() under RenderSVGShape::paint()

Deleted: trunk/LayoutTests/platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt (195413 => 195414)


--- trunk/LayoutTests/platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt	2016-01-21 18:27:52 UTC (rev 195413)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt	2016-01-21 18:58:11 UTC (rev 195414)
@@ -1,87 +0,0 @@
-
-
-PASS [INPUT in TEXT status] The required attribute is not set 
-PASS [INPUT in TEXT status] The value is not empty and required is true 
-PASS [INPUT in TEXT status] The value is empty and required is true 
-PASS [INPUT in SEARCH status] The required attribute is not set 
-PASS [INPUT in SEARCH status] The value is not empty and required is true 
-PASS [INPUT in SEARCH status] The value is empty and required is true 
-PASS [INPUT in TEL status] The required attribute is not set 
-PASS [INPUT in TEL status] The value is not empty and required is true 
-PASS [INPUT in TEL status] The value is empty and required is true 
-PASS [INPUT in URL status] The required attribute is not set 
-PASS [INPUT in URL status] The value is not empty and required is true 
-PASS [INPUT in URL status] The value is empty and required is true 
-PASS [INPUT in EMAIL status] The required attribute is not set 
-PASS [INPUT in EMAIL status] The value is not empty and required is true 
-PASS [INPUT in EMAIL status] The value is empty and required is true 
-PASS [INPUT in PASSWORD status] The required attribute is not set 
-PASS [INPUT in PASSWORD status] The value is not empty and required is true 
-PASS [INPUT in PASSWORD status] The value is empty and required is true 
-FAIL [INPUT in DATETIME status] The datetime type must be supported. assert_equals: The datetime type should be supported. expected "datetime" but got "text"
-PASS [INPUT in DATE status] The required attribute is not set 
-PASS [INPUT in DATE status] Valid date string(2000-12-10) 
-PASS [INPUT in DATE status] Valid date string(9999-01-01) 
-PASS [INPUT in DATE status] The value attribute is a number(1234567) 
-PASS [INPUT in DATE status] The value attribute is a Date object 
-PASS [INPUT in DATE status] Invalid date string(9999-99-99) 
-PASS [INPUT in DATE status] Invalid date string(37-01-01) 
-PASS [INPUT in DATE status] Invalid date string(2000/01/01) 
-PASS [INPUT in DATE status] The value attribute is empty string 
-PASS [INPUT in MONTH status] The required attribute is not set 
-PASS [INPUT in MONTH status] Valid month string(2000-12) 
-PASS [INPUT in MONTH status] Valid month string(9999-01) 
-PASS [INPUT in MONTH status] The value attribute is a number(1234567) 
-PASS [INPUT in MONTH status] The value attribute is a Date object 
-PASS [INPUT in MONTH status] Invalid month string(2000-99) 
-PASS [INPUT in MONTH status] Invalid month string(37-01) 
-PASS [INPUT in MONTH status] Invalid month string(2000/01) 
-PASS [INPUT in MONTH status] The value attribute is empty string 
-PASS [INPUT in WEEK status] The required attribute is not set 
-PASS [INPUT in WEEK status] Valid week string(2000-W12) 
-PASS [INPUT in WEEK status] Valid week string(9999-W01) 
-PASS [INPUT in WEEK status] The value attribute is a number(1234567) 
-PASS [INPUT in WEEK status] The value attribute is a Date object 
-PASS [INPUT in WEEK status] Invalid week string(2000-W99) 
-PASS [INPUT in WEEK status] invalid week string(2000-W00) 
-PASS [INPUT in WEEK status] invalid week string(2000-w01) 
-PASS [INPUT in WEEK status] The value attribute is empty string 
-PASS [INPUT in TIME status] The required attribute is not set 
-PASS [INPUT in TIME status] Validtime string(12:00:00) 
-PASS [INPUT in TIME status] Validtime string(12:00) 
-PASS [INPUT in TIME status] Valid time string(12:00:60.001) 
-PASS [INPUT in TIME status] Valid time string(12:00:60.01) 
-PASS [INPUT in TIME status] Valid time string(12:00:60.1) 
-PASS [INPUT in TIME status] The value attribute is a number(1234567) 
-PASS [INPUT in TIME status] The value attribute is a time object 
-PASS [INPUT in TIME status] Invalid time string(25:00:00) 
-PASS [INPUT in TIME status] Invalid time string(12:60:00) 
-PASS [INPUT in TIME status] Invalid time string(12:00:60) 
-PASS [INPUT in TIME status] Invalid time string(12:00:00:001) 
-PASS [INPUT in TIME status] The value attribute is empty string 
-PASS [INPUT in NUMBER status] The required attribute is not set 
-PASS [INPUT in NUMBER status] Value is an integer with a leading symbol '+' 
-PASS [INPUT in NUMBER status] Value is a number with a '-' symbol 
-PASS [INPUT in NUMBER status] Value is a number in scientific notation form(e is in lowercase) 
-PASS [INPUT in NUMBER status] Value is a number in scientific notation form(E is in uppercase) 
-PASS [INPUT in NUMBER status] Value is -0 
-PASS [INPUT in NUMBER status] Value is a number with some white spaces 
-PASS [INPUT in NUMBER status] Value is Math.pow(2, 1024) 
-PASS [INPUT in NUMBER status] Value is Math.pow(-2, 1024) 
-PASS [INPUT in NUMBER status] Value is a string that cannot be converted to a number 
-PASS [INPUT in NUMBER status] The value attribute is empty string 
-PASS [INPUT in CHECKBOX status] The required attribute is not set 
-PASS [INPUT in CHECKBOX status] The checked attribute is true 
-FAIL [INPUT in CHECKBOX status] The checked attribute is false assert_true: The validity.valueMissing should be true. expected true got false
-PASS [INPUT in RADIO status] The required attribute is not set 
-PASS [INPUT in RADIO status] The checked attribute is true 
-FAIL [INPUT in RADIO status] The checked attribute is false assert_true: The validity.valueMissing should be true. expected true got false
-PASS [INPUT in FILE status] The required attribute is not set 
-PASS [INPUT in FILE status] The Files attribute is null 
-PASS [select]  The required attribute is not set 
-PASS [select]  Selected the option with value equals to 1 
-PASS [select]  Selected the option with value equals to empty 
-PASS [textarea]  The required attribute is not set 
-PASS [textarea]  The value is not empty 
-PASS [textarea]  The value is empty 
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to