Title: [267982] trunk/LayoutTests/imported/w3c
Revision
267982
Author
dp...@igalia.com
Date
2020-10-05 10:59:01 -0700 (Mon, 05 Oct 2020)

Log Message

[WPE] Update baselines of two touch-events tests after r266649.

Unreviewed test gardening.

General baselines are updated because WPE is the only port running
these tests. They're skipped in all other ports.

* web-platform-tests/touch-events/historical-expected.txt:
* web-platform-tests/touch-events/idlharness.window-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (267981 => 267982)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2020-10-05 17:41:59 UTC (rev 267981)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2020-10-05 17:59:01 UTC (rev 267982)
@@ -1,3 +1,15 @@
+2020-10-05  Diego Pino Garcia  <dp...@igalia.com>
+
+        [WPE] Update baselines of two touch-events tests after r266649.
+
+        Unreviewed test gardening.
+
+        General baselines are updated because WPE is the only port running
+        these tests. They're skipped in all other ports.
+
+        * web-platform-tests/touch-events/historical-expected.txt:
+        * web-platform-tests/touch-events/idlharness.window-expected.txt:
+
 2020-10-05  Alex Christensen  <achristen...@webkit.org>
 
         Remove unused -expected.txt file

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/historical-expected.txt (267981 => 267982)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/historical-expected.txt	2020-10-05 17:41:59 UTC (rev 267981)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/historical-expected.txt	2020-10-05 17:59:01 UTC (rev 267982)
@@ -3,7 +3,7 @@
 FAIL Touch::webkitRadiusY assert_false: Should not be supported on the prototype expected false got true
 FAIL Touch::webkitRotationAngle assert_false: Should not be supported on the prototype expected false got true
 FAIL Touch::webkitForce assert_false: Should not be supported on the prototype expected false got true
-FAIL TouchList::identifiedTouch Illegal constructor
+PASS TouchList::identifiedTouch
 FAIL TouchEvent::initTouchEvent assert_false: Should not be supported on the prototype expected false got true
 FAIL Document::createTouch assert_false: Should not be supported on the prototype expected false got true
 FAIL Document::createTouchList assert_false: Should not be supported on the prototype expected false got true

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/idlharness.window-expected.txt (267981 => 267982)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/idlharness.window-expected.txt	2020-10-05 17:41:59 UTC (rev 267981)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/idlharness.window-expected.txt	2020-10-05 17:59:01 UTC (rev 267982)
@@ -73,7 +73,7 @@
 PASS TouchList interface: attribute length
 PASS TouchList interface: operation item(unsigned long)
 PASS TouchEvent interface: existence and properties of interface object
-FAIL TouchEvent interface object length assert_equals: wrong value for TouchEvent.length expected 1 but got 0
+PASS TouchEvent interface object length
 PASS TouchEvent interface object name
 PASS TouchEvent interface: existence and properties of interface prototype object
 PASS TouchEvent interface: existence and properties of interface prototype object's "constructor" property
@@ -85,15 +85,15 @@
 PASS TouchEvent interface: attribute metaKey
 PASS TouchEvent interface: attribute ctrlKey
 PASS TouchEvent interface: attribute shiftKey
-FAIL TouchEvent must be primary interface of new TouchEvent("name") assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
-FAIL Stringification of new TouchEvent("name") assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
-FAIL TouchEvent interface: new TouchEvent("name") must inherit property "touches" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
-FAIL TouchEvent interface: new TouchEvent("name") must inherit property "targetTouches" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
-FAIL TouchEvent interface: new TouchEvent("name") must inherit property "changedTouches" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
-FAIL TouchEvent interface: new TouchEvent("name") must inherit property "altKey" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
-FAIL TouchEvent interface: new TouchEvent("name") must inherit property "metaKey" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
-FAIL TouchEvent interface: new TouchEvent("name") must inherit property "ctrlKey" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
-FAIL TouchEvent interface: new TouchEvent("name") must inherit property "shiftKey" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
+PASS TouchEvent must be primary interface of new TouchEvent("name")
+PASS Stringification of new TouchEvent("name")
+PASS TouchEvent interface: new TouchEvent("name") must inherit property "touches" with the proper type
+PASS TouchEvent interface: new TouchEvent("name") must inherit property "targetTouches" with the proper type
+PASS TouchEvent interface: new TouchEvent("name") must inherit property "changedTouches" with the proper type
+PASS TouchEvent interface: new TouchEvent("name") must inherit property "altKey" with the proper type
+PASS TouchEvent interface: new TouchEvent("name") must inherit property "metaKey" with the proper type
+PASS TouchEvent interface: new TouchEvent("name") must inherit property "ctrlKey" with the proper type
+PASS TouchEvent interface: new TouchEvent("name") must inherit property "shiftKey" with the proper type
 FAIL HTMLElement interface: attribute ontouchstart assert_true: property should be enumerable expected true got false
 FAIL HTMLElement interface: attribute ontouchend assert_true: property should be enumerable expected true got false
 FAIL HTMLElement interface: attribute ontouchmove assert_true: property should be enumerable expected true got false
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to