Title: [126403] trunk/LayoutTests
Revision
126403
Author
commit-qu...@webkit.org
Date
2012-08-23 01:10:46 -0700 (Thu, 23 Aug 2012)

Log Message

[EFL] Added missing SKIP keyword to platform/efl/TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=94781

Unreviewed. Some layout tests which are expected missing should not make
expected result files during layout test.

Patch by KwangYong Choi <ky0.c...@samsung.com> on 2012-08-23

* platform/efl/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126402 => 126403)


--- trunk/LayoutTests/ChangeLog	2012-08-23 08:08:55 UTC (rev 126402)
+++ trunk/LayoutTests/ChangeLog	2012-08-23 08:10:46 UTC (rev 126403)
@@ -1,5 +1,15 @@
 2012-08-23  KwangYong Choi  <ky0.c...@samsung.com>
 
+        [EFL] Added missing SKIP keyword to platform/efl/TestExpectations
+        https://bugs.webkit.org/show_bug.cgi?id=94781
+
+        Unreviewed. Some layout tests which are expected missing should not make
+        expected result files during layout test.
+
+        * platform/efl/TestExpectations:
+
+2012-08-23  KwangYong Choi  <ky0.c...@samsung.com>
+
         [EFL] Use vertical slider theme when the slider is vertical
         https://bugs.webkit.org/show_bug.cgi?id=93838
 

Modified: trunk/LayoutTests/platform/efl/TestExpectations (126402 => 126403)


--- trunk/LayoutTests/platform/efl/TestExpectations	2012-08-23 08:08:55 UTC (rev 126402)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2012-08-23 08:10:46 UTC (rev 126403)
@@ -121,8 +121,8 @@
 BUGWKEFL SKIP : fast/events/option-tab.html = PASS
 
 // These tests are valid for ports where RenderTheme::shouldShowPlaceholderWhenFocused() returns true.
-BUGWKEFL : fast/forms/input-placeholder-paint-order.html = MISSING
-BUGWKEFL : fast/forms/textarea/textarea-placeholder-paint-order.html = MISSING
+BUGWKEFL SKIP : fast/forms/input-placeholder-paint-order.html = MISSING
+BUGWKEFL SKIP : fast/forms/textarea/textarea-placeholder-paint-order.html = MISSING
 
 // Implementing copy{En,De}codedHostName only to test them does not make sense
 BUGWK86080 SKIP : fast/encoding/idn-security.html = TEXT
@@ -339,7 +339,7 @@
 BUGWK84338 : editing/style/non-inheritable-styles.html = TEXT
 BUGWK84338 : editing/style/smoosh-styles-003.html = TEXT
 BUGWK84338 : fast/events/clipboard-dataTransferItemList.html = TEXT
-BUGWK84338 : fast/forms/plaintext-mode-2.html = TEXT MISSING
+BUGWK84338 SKIP : fast/forms/plaintext-mode-2.html = MISSING
 BUGWK84338 : fast/forms/textarea-paste-newline.html = TEXT
 
 // Missing showModalDialog implementation
@@ -903,6 +903,6 @@
 BUGWK94341 : inspector/timeline/timeline-decode-resize.html = TEXT
 
 // Slider thumb can not be displayed without parent slider.
-BUGWK94334 : fast/forms/range/thumbslider-no-parent-slider.html = MISSING
+BUGWK94334 SKIP : fast/forms/range/thumbslider-no-parent-slider.html = MISSING
 
 BUGWK94690 : fast/dom/shadow/shadowdom-dynamic-styling.html = TEXT
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to