Title: [142244] trunk/LayoutTests
Revision
142244
Author
[email protected]
Date
2013-02-08 00:57:11 -0800 (Fri, 08 Feb 2013)

Log Message

[EFL] Mark some tests as passing with incorrect expectations
https://bugs.webkit.org/show_bug.cgi?id=109173

Unreviewed EFL gardening.

Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.

Currently, the tests are passing with their generated incorrect expectations.
It should be checked if the test starts failing. It means, the test can be passing now.

Below tests are marked as passing tests with incorrect expectations.

fast/forms/basic-textareas-quirks.html
fast/forms/input-disabled-color.html
fast/forms/input-readonly-dimmed.html
fast/forms/listbox-hit-test-zoomed.html
fast/forms/menulist-narrow-width.html
fast/forms/menulist-style-color.html
fast/forms/plaintext-mode-2.html
fast/forms/search-cancel-button-style-sharing.html
fast/forms/search-rtl.html
fast/forms/select-baseline.html
fast/forms/select-style.html
fast/forms/zoomed-controls.html

Patch by KwangYong Choi <[email protected]> on 2013-02-08

* platform/efl-wk1/TestExpectations:
* platform/efl-wk2/TestExpectations:
* platform/efl/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (142243 => 142244)


--- trunk/LayoutTests/ChangeLog	2013-02-08 08:25:21 UTC (rev 142243)
+++ trunk/LayoutTests/ChangeLog	2013-02-08 08:57:11 UTC (rev 142244)
@@ -1,3 +1,34 @@
+2013-02-08  KwangYong Choi  <[email protected]>
+
+        [EFL] Mark some tests as passing with incorrect expectations
+        https://bugs.webkit.org/show_bug.cgi?id=109173
+
+        Unreviewed EFL gardening.
+
+        Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.
+
+        Currently, the tests are passing with their generated incorrect expectations.
+        It should be checked if the test starts failing. It means, the test can be passing now.
+
+        Below tests are marked as passing tests with incorrect expectations.
+
+        fast/forms/basic-textareas-quirks.html
+        fast/forms/input-disabled-color.html
+        fast/forms/input-readonly-dimmed.html
+        fast/forms/listbox-hit-test-zoomed.html
+        fast/forms/menulist-narrow-width.html
+        fast/forms/menulist-style-color.html
+        fast/forms/plaintext-mode-2.html
+        fast/forms/search-cancel-button-style-sharing.html
+        fast/forms/search-rtl.html
+        fast/forms/select-baseline.html
+        fast/forms/select-style.html
+        fast/forms/zoomed-controls.html
+
+        * platform/efl-wk1/TestExpectations:
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+
 2013-02-08  Kentaro Hara  <[email protected]>
 
         Support a relatedTarget attribute on focus/blur events

Modified: trunk/LayoutTests/platform/efl/TestExpectations (142243 => 142244)


--- trunk/LayoutTests/platform/efl/TestExpectations	2013-02-08 08:25:21 UTC (rev 142243)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2013-02-08 08:57:11 UTC (rev 142244)
@@ -18,7 +18,12 @@
 
 # 3. FLAKY TESTS
 
-# 4. FAILING TESTS
+# 4. PASSING TESTS WITH INCORRECT EXPECTATIONS
+#    * Test cases that are passing with their generated incorrect expectations.
+#    * It should be checked if the test fails. Remove the line if the test result is correct
+#      otherwise update with new incorrect one.
+
+# 5. FAILING TESTS
 #    * Interim failures that are moved here for further investigation as a result of daily
 #      gardening. They should be analysed quickly and either resolved or moved to 1).
 #    * Remaining failures that are moved here until further investigation after
@@ -834,6 +839,34 @@
 webkit.org/b/107024 compositing/video-page-visibility.html [ Pass Failure ]
 
 #////////////////////////////////////////////////////////////////////////////////////////
+# PASSING TESTS WITH INCORRECT EXPECTATIONS
+#////////////////////////////////////////////////////////////////////////////////////////
+
+# Regression from r133898
+Bug(EFL) fast/forms/basic-textareas-quirks.html [ Pass ]
+Bug(EFL) fast/forms/input-disabled-color.html [ Pass ]
+Bug(EFL) fast/forms/input-readonly-dimmed.html [ Pass ]
+
+# Test 2 in below test is failing.
+webkit.org/b/94877 fast/forms/listbox-hit-test-zoomed.html [ Pass ]
+
+# Intrusive theming overrides collide with style-related LayoutTests.
+webkit.org/b/85877 fast/forms/menulist-narrow-width.html [ Pass ]
+webkit.org/b/85877 fast/forms/menulist-style-color.html [ Pass ]
+webkit.org/b/85877 fast/forms/select-baseline.html [ Pass ]
+webkit.org/b/85877 fast/forms/select-style.html [ Pass ]
+
+# EFL port needs Pasteboard implementation, needs baselines.
+webkit.org/b/84338 fast/forms/plaintext-mode-2.html [ Pass ]
+
+# Cancel mark in search field is not working.
+webkit.org/b/94880 fast/forms/search-cancel-button-style-sharing.html [ Pass ]
+webkit.org/b/94880 fast/forms/search-rtl.html [ Pass ]
+
+# Controls are not zoomed.
+webkit.org/b/102367 fast/forms/zoomed-controls.html [ Pass ]
+
+#////////////////////////////////////////////////////////////////////////////////////////
 # FAILING TESTS
 #////////////////////////////////////////////////////////////////////////////////////////
 
@@ -1071,7 +1104,6 @@
 webkit.org/b/84338 editing/pasteboard/smart-paste-008.html [ Missing ]
 webkit.org/b/84338 editing/pasteboard/styled-element-markup.html [ Missing ]
 webkit.org/b/84338 editing/pasteboard/undoable-fragment-removes.html [ Missing ]
-webkit.org/b/84338 fast/forms/plaintext-mode-2.html [ Missing ]
 
 # EFL port is missing Clipboard implementation.
 Bug(EFL) editing/pasteboard/crash-accessing-clipboardData-types.html [ Failure ]
@@ -1530,19 +1562,6 @@
 # Fails after r126350
 webkit.org/b/94788 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ]
 
-# Intrusive theming overrides collide with style-related LayoutTests.
-webkit.org/b/85877 fast/forms/menulist-narrow-width.html [ Missing ]
-webkit.org/b/85877 fast/forms/select-baseline.html [ Missing ]
-webkit.org/b/85877 fast/forms/menulist-style-color.html [ Missing ]
-webkit.org/b/85877 fast/forms/select-style.html [ Missing ]
-
-# Test 2 in below test is failing.
-webkit.org/b/94877 fast/forms/listbox-hit-test-zoomed.html [ Missing ]
-
-# Cancel mark in search field is not working.
-webkit.org/b/94880 fast/forms/search-cancel-button-style-sharing.html [ Missing ]
-webkit.org/b/94880 fast/forms/search-rtl.html [ Missing ]
-
 # Asserts in MessagePort::contextDestroyed, but the assert usually gets attributed to later tests. 
 webkit.org/b/94458 fast/events/message-port-constructor-for-deleted-document.html
 
@@ -1652,9 +1671,6 @@
 Bug(EFL) fast/css/hover-update.html [ Failure Pass ]
 Bug(EFL) fast/dynamic/012.html [ Failure ]
 Bug(EFL) fast/dynamic/layer-hit-test-crash.html [ Failure ]
-Bug(EFL) fast/forms/basic-textareas-quirks.html [ Missing ]
-Bug(EFL) fast/forms/input-disabled-color.html [ Missing ]
-Bug(EFL) fast/forms/input-readonly-dimmed.html [ Missing ]
 Bug(EFL) fast/forms/input-text-scroll-left-on-blur.html [ Missing ]
 Bug(EFL) fast/layers/layer-visibility-sublayer.html [ Failure ]
 Bug(EFL) fast/layers/layer-visibility.html [ Failure ]
@@ -1704,8 +1720,6 @@
 
 webkit.org/b/102364 compositing/overflow/scrolling-without-painting.html [ Failure ]
 
-webkit.org/b/102367 fast/forms/zoomed-controls.html [ ImageOnlyFailure Missing ]
-
 webkit.org/b/102493 fast/events/mouse-cursor.html [ Failure ]
 
 # EFL still has the CC toggle button, not the menu of tracks.

Modified: trunk/LayoutTests/platform/efl-wk1/TestExpectations (142243 => 142244)


--- trunk/LayoutTests/platform/efl-wk1/TestExpectations	2013-02-08 08:25:21 UTC (rev 142243)
+++ trunk/LayoutTests/platform/efl-wk1/TestExpectations	2013-02-08 08:57:11 UTC (rev 142244)
@@ -14,7 +14,12 @@
 
 # 3. FLAKY TESTS
 
-# 4. FAILING TESTS
+# 4. PASSING TESTS WITH INCORRECT EXPECTATIONS
+#    * Test cases that are passing with their generated incorrect expectations.
+#    * It should be checked if the test fails. Remove the line if the test result is correct
+#      otherwise update with new incorrect one.
+
+# 5. FAILING TESTS
 #    * Interim failures that are moved here for further investigation as a result of daily
 #      gardening. They should be analysed quickly and either resolved or moved to 1).
 #    * Remaining failures that are moved here until further investigation after
@@ -75,6 +80,10 @@
 webkit.org/b/96642 loader/go-back-to-different-window-size.html [ Failure Pass ]
  
 webkit.org/b/96977 [ Release ] perf/nested-combined-selectors.html [ Failure Pass ]
+
+#////////////////////////////////////////////////////////////////////////////////////////
+# PASSING TESTS WITH INCORRECT EXPECTATIONS
+#////////////////////////////////////////////////////////////////////////////////////////
  
 #////////////////////////////////////////////////////////////////////////////////////////
 # FAILING TESTS

Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (142243 => 142244)


--- trunk/LayoutTests/platform/efl-wk2/TestExpectations	2013-02-08 08:25:21 UTC (rev 142243)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations	2013-02-08 08:57:11 UTC (rev 142244)
@@ -17,7 +17,12 @@
 
 # 4. FLAKY TESTS
 
-# 5. FAILING TESTS
+# 5. PASSING TESTS WITH INCORRECT EXPECTATIONS
+#    * Test cases that are passing with their generated incorrect expectations.
+#    * It should be checked if the test fails. Remove the line if the test result is correct
+#      otherwise update with new incorrect one.
+
+# 6. FAILING TESTS
 #    * Interim failures that are moved here for further investigation as a result of daily
 #      gardening. They should be analysed quickly and either resolved or moved to 1).
 #    * Remaining failures that are moved here until further investigation after
@@ -232,6 +237,10 @@
 webkit.org/b/108058 [ Debug ] fast/encoding/parser-tests-120.html [ Crash Pass ]
 
 #////////////////////////////////////////////////////////////////////////////////////////
+# PASSING TESTS WITH INCORRECT EXPECTATIONS
+#////////////////////////////////////////////////////////////////////////////////////////
+ 
+#////////////////////////////////////////////////////////////////////////////////////////
 # FAILING TESTS
 #////////////////////////////////////////////////////////////////////////////////////////
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to