Title: [115820] trunk/LayoutTests
Revision
115820
Author
[email protected]
Date
2012-05-02 06:17:17 -0700 (Wed, 02 May 2012)

Log Message

[EFL][DRT] Gardening failure cases on EFL port
https://bugs.webkit.org/show_bug.cgi?id=85365

Unreviewed EFL gardening.

Patch by Sudarsana Nagineni <[email protected]> on 2012-05-02

* platform/efl/Skipped:
* platform/efl/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (115819 => 115820)


--- trunk/LayoutTests/ChangeLog	2012-05-02 13:00:47 UTC (rev 115819)
+++ trunk/LayoutTests/ChangeLog	2012-05-02 13:17:17 UTC (rev 115820)
@@ -1,3 +1,13 @@
+2012-05-02  Sudarsana Nagineni  <[email protected]>
+
+        [EFL][DRT] Gardening failure cases on EFL port
+        https://bugs.webkit.org/show_bug.cgi?id=85365
+
+        Unreviewed EFL gardening.
+
+        * platform/efl/Skipped:
+        * platform/efl/test_expectations.txt:
+
 2012-05-02  Csaba Osztrogonác  <[email protected]>
 
         [Qt][Mac] Skip new failing tests and one crashing test to paint the bot green.

Modified: trunk/LayoutTests/platform/efl/Skipped (115819 => 115820)


--- trunk/LayoutTests/platform/efl/Skipped	2012-05-02 13:00:47 UTC (rev 115819)
+++ trunk/LayoutTests/platform/efl/Skipped	2012-05-02 13:17:17 UTC (rev 115820)
@@ -657,6 +657,7 @@
 
 # The EFL port has no support for x-webkit-speech (and addMockSpeechInputResult in LayoutTestController)
 fast/speech
+fast/events/constructors/speech-recognition-event-constructor.html
 
 # The EFL port has no support for plugins
 fast/dom/Window/Plug-ins.html
@@ -681,6 +682,7 @@
 # The EFL port has no support for device motion and orientation
 fast/dom/DeviceMotion
 fast/dom/DeviceOrientation
+fast/dom/Orientation
 fast/dom/Window/window-properties-device-orientation.html
 
 # The EFL port has no support for WebGL (the rest is skipped automatically)
@@ -691,9 +693,6 @@
 # The EFL port has no support for desktop notifications
 fast/notifications
 
-# The EFL port has no support for WebP decoding
-fast/images/webp-image-decoding.html
-
 # The EFL port has no support for user gesture (dumpUserGestureInFrameLoadCallbacks in DRT and in the port itself as well)
 fast/frames/location-redirect-user-gesture.html
 fast/frames/meta-refresh-user-gesture.html
@@ -760,6 +759,7 @@
 fast/forms/number/input-number-size.html
 fast/forms/number/input-spinbutton-capturing.html
 fast/forms/number/spin-button-gets-disabled-or-readonly.html
+fast/forms/number/spin-button-state.html
 
 # This test is out-dated since r95899.
 # https://bugs.webkit.org/show_bug.cgi?id=65709

Modified: trunk/LayoutTests/platform/efl/test_expectations.txt (115819 => 115820)


--- trunk/LayoutTests/platform/efl/test_expectations.txt	2012-05-02 13:00:47 UTC (rev 115819)
+++ trunk/LayoutTests/platform/efl/test_expectations.txt	2012-05-02 13:17:17 UTC (rev 115820)
@@ -146,6 +146,8 @@
 
 // Missing execCommand('copy') and execCommand('paste').
 BUGWK84338 : fast/events/clipboard-dataTransferItemList.html = TIMEOUT
+BUGWK84338 : editing/input/paste-text-ending-with-interchange-newline.html = TEXT
+BUGWK84338 : editing/input/reveal-contenteditable-on-paste-vertically.html = TEXT
 
 // Missing showModalDialog implementation
 BUGWK84589 : fast/animation/request-animation-frame-during-modal.html = TEXT
@@ -290,3 +292,25 @@
 
 // Test doesn't work when the machine is under heavy load.
 BUGWK85180 : media/audio-delete-while-step-button-clicked.html = TEXT PASS
+
+// Turn on blob support for the EFL port.
+BUGWK85363 : fast/dom/DOMURL/check-instanceof-domurl-functions.html = TEXT
+BUGWK85363 : fast/dom/call-a-constructor-as-a-function.html = TEXT
+
+// Expose title direction in WebKit API
+BUGWK58845 : fast/dom/title-directionality.html = FAIL
+BUGWK58845 : fast/dom/title-directionality-removeChild.html = FAIL
+
+BUGWK72363 : fast/dom/Window/window-postmessage-arrays.html = FAIL
+
+BUGWK84037 : fast/text/international/spaces-combined-in-vertical-text.html = TEXT
+
+// EFL's LayoutTestController does not implement TextInputController
+BUGWK78559 : editing/input/select-all-clear-input-method.html = TEXT
+
+// EventSender doesn't provide correct key string
+BUGWK84710 : fast/forms/textarea-type-spaces.html = TEXT
+
+// Requires WebP support.
+BUGWKEFL SKIP : fast/canvas/canvas-toDataURL-webp.html = FAIL
+BUGWKEFL SKIP : fast/images/webp-image-decoding.html = FAIL
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to