Title: [200960] trunk/LayoutTests
Revision
200960
Author
ryanhad...@apple.com
Date
2016-05-16 12:57:55 -0700 (Mon, 16 May 2016)

Log Message

Rebaseline tests for ios-simulator

Unreviewed test gardening.

* fast/events/touch/document-create-touch-list-ios-expected.txt:
* platform/ios-simulator/ios/touch/construct-TouchList-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (200959 => 200960)


--- trunk/LayoutTests/ChangeLog	2016-05-16 19:53:00 UTC (rev 200959)
+++ trunk/LayoutTests/ChangeLog	2016-05-16 19:57:55 UTC (rev 200960)
@@ -1,3 +1,12 @@
+2016-05-16  Ryan Haddad  <ryanhad...@apple.com>
+
+        Rebaseline tests for ios-simulator
+
+        Unreviewed test gardening.
+
+        * fast/events/touch/document-create-touch-list-ios-expected.txt:
+        * platform/ios-simulator/ios/touch/construct-TouchList-expected.txt:
+
 2016-05-16  Filip Pizlo  <fpi...@apple.com>
 
         FixupPhase should be more eager to demote bit math to untyped

Modified: trunk/LayoutTests/fast/events/touch/document-create-touch-list-ios-expected.txt (200959 => 200960)


--- trunk/LayoutTests/fast/events/touch/document-create-touch-list-ios-expected.txt	2016-05-16 19:53:00 UTC (rev 200959)
+++ trunk/LayoutTests/fast/events/touch/document-create-touch-list-ios-expected.txt	2016-05-16 19:57:55 UTC (rev 200960)
@@ -5,13 +5,13 @@
 
 PASS 'TouchEvent' in window is true
 PASS window.propertyIsEnumerable('TouchEvent') is false
-PASS new TouchEvent() threw exception TypeError: TouchEventConstructor is not a constructor (evaluating 'new TouchEvent()').
+PASS new TouchEvent() threw exception TypeError: function is not a constructor (evaluating 'new TouchEvent()').
 PASS "createTouchList" in document is true
 PASS touchList is non-null.
 PASS touchList.length is 0
 PASS touchList.item(0) is null
 PASS touchList.item(1) is null
-FAIL An exception was thrown: Type error
+FAIL An exception was thrown: The provided value is non-finite
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/platform/ios-simulator/ios/touch/construct-TouchList-expected.txt (200959 => 200960)


--- trunk/LayoutTests/platform/ios-simulator/ios/touch/construct-TouchList-expected.txt	2016-05-16 19:53:00 UTC (rev 200959)
+++ trunk/LayoutTests/platform/ios-simulator/ios/touch/construct-TouchList-expected.txt	2016-05-16 19:57:55 UTC (rev 200960)
@@ -3,10 +3,10 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-FAIL TouchList.prototype.toString.call(new TouchList) should be [object TouchList]. Was [object Touch].
-FAIL TouchList.prototype.toString.call(new TouchList(touch1)) should be [object TouchList]. Was [object Touch].
-FAIL TouchList.prototype.toString.call(new TouchList(touch1, touch2)) should be [object TouchList]. Was [object Touch].
-FAIL TouchList.prototype.toString.call(new TouchList(touch1, touch2, touch3)) should be [object TouchList]. Was [object Touch].
+PASS TouchList.prototype.toString.call(new TouchList) is '[object TouchList]'
+PASS TouchList.prototype.toString.call(new TouchList(touch1)) is '[object TouchList]'
+PASS TouchList.prototype.toString.call(new TouchList(touch1, touch2)) is '[object TouchList]'
+PASS TouchList.prototype.toString.call(new TouchList(touch1, touch2, touch3)) is '[object TouchList]'
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to