Title: [174520] trunk/LayoutTests
Revision
174520
Author
[email protected]
Date
2014-10-09 12:26:02 -0700 (Thu, 09 Oct 2014)

Log Message

Disable tests for more unsupported features in iOS Simulator.

* platform/ios-simulator/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (174519 => 174520)


--- trunk/LayoutTests/ChangeLog	2014-10-09 19:26:01 UTC (rev 174519)
+++ trunk/LayoutTests/ChangeLog	2014-10-09 19:26:02 UTC (rev 174520)
@@ -1,5 +1,11 @@
 2014-10-09  Simon Fraser  <[email protected]>
 
+        Disable tests for more unsupported features in iOS Simulator.
+
+        * platform/ios-simulator/TestExpectations:
+
+2014-10-09  Simon Fraser  <[email protected]>
+
         iOS Simulator results for ietestcenter tests.
         Skip fullscreen and gamepad tests.
 

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (174519 => 174520)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2014-10-09 19:26:01 UTC (rev 174519)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2014-10-09 19:26:02 UTC (rev 174520)
@@ -14,12 +14,40 @@
 
 # no fullscreen API on iOS
 fullscreen
+http/tests/fullscreen
 
 # no gamepad on iOS
 gamepad
 
+# Java is not available on iOS
+java
 
+# iOS doesn't support Notifications.
+fast/notifications
+http/tests/notifications
 
+# Pointer Lock is not implemented in iOS.
+pointer-lock/
+http/tests/pointer-lock/
+
+# FIXME: <rdar://problem/6512037> LayoutTests: Enable printing tests once printing is supported on iPhone OS
+printing
+
+# Proximity Events not supported on iOS
+proximity
+fast/events/constructors/device-proximity-event-constructor.html
+
+# Encrypted Media Extensions are not enabled.
+media/encrypted-media/
+fast/events/constructors/media-key-event-constructor.html
+
+# Touch adjustment not supported on iOS
+touchadjustment
+
+# ENABLE_VIBRATION - Vibration API is not enabled.
+vibration
+
+
 webkit.org/b/137530 canvas/philip/tests/2d.composite.operation.clear.html [ Failure ]
 webkit.org/b/137530 canvas/philip/tests/2d.composite.operation.darker.html [ Failure ]
 webkit.org/b/137530 canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to