Title: [136849] trunk/LayoutTests
Revision
136849
Author
[email protected]
Date
2012-12-06 09:49:46 -0800 (Thu, 06 Dec 2012)

Log Message

UndoManager layout tests should be removed
https://bugs.webkit.org/show_bug.cgi?id=104246

Reviewed by Adam Barth.

The UndoManager feature support was removed from the source tree
in r133326. The layout tests should be removed as well. As with
the feature implementation, these too can be restored back when needed.

* editing/undomanager: Removed.
* editing/undomanager/automatic-transaction-attribute-expected.txt: Removed.
* editing/undomanager/automatic-transaction-attribute.html: Removed.
* editing/undomanager/automatic-transaction-data-expected.txt: Removed.
* editing/undomanager/automatic-transaction-data.html: Removed.
* editing/undomanager/automatic-transaction-node-expected.txt: Removed.
* editing/undomanager/automatic-transaction-node.html: Removed.
* editing/undomanager/document-has-undomanager-expected.txt: Removed.
* editing/undomanager/document-has-undomanager.html: Removed.
* editing/undomanager/domtransaction-survives-gc-expected.txt: Removed.
* editing/undomanager/domtransaction-survives-gc.html: Removed.
* editing/undomanager/undomanager-isolated-world-expected.txt: Removed.
* editing/undomanager/undomanager-isolated-world.html: Removed.
* editing/undomanager/undomanager-item-expected.txt: Removed.
* editing/undomanager/undomanager-item.html: Removed.
* editing/undomanager/undomanager-reenter-expected.txt: Removed.
* editing/undomanager/undomanager-reenter.html: Removed.
* editing/undomanager/undomanager-transact-expected.txt: Removed.
* editing/undomanager/undomanager-transact.html: Removed.
* editing/undomanager/undomanager-undo-redo-expected.txt: Removed.
* editing/undomanager/undomanager-undo-redo.html: Removed.
* editing/undomanager/undoscopehost-use-after-free-expected.txt: Removed.
* editing/undomanager/undoscopehost-use-after-free.html: Removed.
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt-4.8/TestExpectations:
* platform/qt-mac/TestExpectations:
* platform/qt/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:

Modified Paths

Removed Paths

  • trunk/LayoutTests/editing/undomanager/

Diff

Modified: trunk/LayoutTests/ChangeLog (136848 => 136849)


--- trunk/LayoutTests/ChangeLog	2012-12-06 17:43:33 UTC (rev 136848)
+++ trunk/LayoutTests/ChangeLog	2012-12-06 17:49:46 UTC (rev 136849)
@@ -1,3 +1,47 @@
+2012-12-06  Zan Dobersek  <[email protected]>
+
+        UndoManager layout tests should be removed
+        https://bugs.webkit.org/show_bug.cgi?id=104246
+
+        Reviewed by Adam Barth.
+
+        The UndoManager feature support was removed from the source tree
+        in r133326. The layout tests should be removed as well. As with
+        the feature implementation, these too can be restored back when needed.
+
+        * editing/undomanager: Removed.
+        * editing/undomanager/automatic-transaction-attribute-expected.txt: Removed.
+        * editing/undomanager/automatic-transaction-attribute.html: Removed.
+        * editing/undomanager/automatic-transaction-data-expected.txt: Removed.
+        * editing/undomanager/automatic-transaction-data.html: Removed.
+        * editing/undomanager/automatic-transaction-node-expected.txt: Removed.
+        * editing/undomanager/automatic-transaction-node.html: Removed.
+        * editing/undomanager/document-has-undomanager-expected.txt: Removed.
+        * editing/undomanager/document-has-undomanager.html: Removed.
+        * editing/undomanager/domtransaction-survives-gc-expected.txt: Removed.
+        * editing/undomanager/domtransaction-survives-gc.html: Removed.
+        * editing/undomanager/undomanager-isolated-world-expected.txt: Removed.
+        * editing/undomanager/undomanager-isolated-world.html: Removed.
+        * editing/undomanager/undomanager-item-expected.txt: Removed.
+        * editing/undomanager/undomanager-item.html: Removed.
+        * editing/undomanager/undomanager-reenter-expected.txt: Removed.
+        * editing/undomanager/undomanager-reenter.html: Removed.
+        * editing/undomanager/undomanager-transact-expected.txt: Removed.
+        * editing/undomanager/undomanager-transact.html: Removed.
+        * editing/undomanager/undomanager-undo-redo-expected.txt: Removed.
+        * editing/undomanager/undomanager-undo-redo.html: Removed.
+        * editing/undomanager/undoscopehost-use-after-free-expected.txt: Removed.
+        * editing/undomanager/undoscopehost-use-after-free.html: Removed.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt-4.8/TestExpectations:
+        * platform/qt-mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * platform/wincairo/TestExpectations:
+
 2012-12-06  Alexis Menard  <[email protected]>
 
         [Mac] Unreviewed gardening after r136415.

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (136848 => 136849)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-12-06 17:43:33 UTC (rev 136848)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-12-06 17:49:46 UTC (rev 136849)
@@ -1135,9 +1135,6 @@
 webkit.org/b/67121 [ Debug ] editing/selection/move-by-word-visually-multi-space.html [ Pass Slow ]
 webkit.org/b/67121 [ Android Release ] editing/selection/move-by-word-visually-multi-space.html [ Pass Slow ]
 
-# UndoManager is not yet enabled.
-webkit.org/b/87908 editing/undomanager
-
 # -----------------------------------------------------------------
 # Security tests
 # -----------------------------------------------------------------

Modified: trunk/LayoutTests/platform/efl/TestExpectations (136848 => 136849)


--- trunk/LayoutTests/platform/efl/TestExpectations	2012-12-06 17:43:33 UTC (rev 136848)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2012-12-06 17:49:46 UTC (rev 136849)
@@ -586,9 +586,6 @@
 # Implementing copy{En,De}codedHostName only to test them does not make sense
 webkit.org/b/86080 fast/encoding/idn-security.html [ Skip ]
 
-# UndoManager is not yet enabled.
-webkit.org/b/87908 editing/undomanager
-
 # Disable webaudio codec tests, including proprietary codecs.
 webkit.org/b/88794 webaudio/codec-tests
 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (136848 => 136849)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-12-06 17:43:33 UTC (rev 136848)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-12-06 17:49:46 UTC (rev 136849)
@@ -369,9 +369,6 @@
 # No CORS support for media elements is implemented yet.
 webkit.org/b/99037 http/tests/security/video-cross-origin-readback.html [ Failure ]
 
-# UndoManager is not yet enabled.
-webkit.org/b/99041 editing/undomanager
-
 # New test infrastructure required -- need isolated worlds
 webkit.org/b/31508 http/tests/security/isolatedWorld [ Skip ]
 webkit.org/b/31508 plugins/npruntime/overrides-all-properties.html [ Skip ]

Modified: trunk/LayoutTests/platform/mac/TestExpectations (136848 => 136849)


--- trunk/LayoutTests/platform/mac/TestExpectations	2012-12-06 17:43:33 UTC (rev 136848)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2012-12-06 17:49:46 UTC (rev 136849)
@@ -1022,9 +1022,6 @@
 webkit.org/b/85580 fast/css/variables
 webkit.org/b/85580 inspector/styles/variables
 
-# UndoManager is not yet enabled.
-webkit.org/b/87908 editing/undomanager
-
 # CSS image-resolution is not yet enabled.
 webkit.org/b/85262 fast/css/image-resolution
 

Modified: trunk/LayoutTests/platform/qt/TestExpectations (136848 => 136849)


--- trunk/LayoutTests/platform/qt/TestExpectations	2012-12-06 17:43:33 UTC (rev 136848)
+++ trunk/LayoutTests/platform/qt/TestExpectations	2012-12-06 17:49:46 UTC (rev 136849)
@@ -324,9 +324,6 @@
 webkit.org/b/85580 fast/css/variables
 webkit.org/b/85580 inspector/styles/variables
 
-# UndoManager is not yet enabled.
-webkit.org/b/87908 editing/undomanager
-
 # CSS image-resolution is not yet enabled.
 webkit.org/b/85262 fast/css/image-resolution
 

Modified: trunk/LayoutTests/platform/qt-4.8/TestExpectations (136848 => 136849)


--- trunk/LayoutTests/platform/qt-4.8/TestExpectations	2012-12-06 17:43:33 UTC (rev 136848)
+++ trunk/LayoutTests/platform/qt-4.8/TestExpectations	2012-12-06 17:49:46 UTC (rev 136849)
@@ -696,9 +696,6 @@
 # CSS shaders only work in qt-wk2
 css3/filters/custom
 
-# UndoManager is not yet enabled.
-webkit.org/b/87908 editing/undomanager
-
 # CSS image-resolution is not yet enabled.
 webkit.org/b/85262 fast/css/image-resolution
 

Modified: trunk/LayoutTests/platform/qt-mac/TestExpectations (136848 => 136849)


--- trunk/LayoutTests/platform/qt-mac/TestExpectations	2012-12-06 17:43:33 UTC (rev 136848)
+++ trunk/LayoutTests/platform/qt-mac/TestExpectations	2012-12-06 17:49:46 UTC (rev 136849)
@@ -5795,9 +5795,6 @@
 webkit.org/b/6033 css3/filters/simple-filter-rendering.html [ ImageOnlyFailure Pass ]
 webkit.org/b/6033 svg/filters/color-interpolation-filters.svg [ Missing Pass ]
 
-# UndoManager is not yet enabled.
-webkit.org/b/87908 editing/undomanager
-
 # CSS image-resolution is not yet enabled.
 webkit.org/b/85262 fast/css/image-resolution
 

Modified: trunk/LayoutTests/platform/win/TestExpectations (136848 => 136849)


--- trunk/LayoutTests/platform/win/TestExpectations	2012-12-06 17:43:33 UTC (rev 136848)
+++ trunk/LayoutTests/platform/win/TestExpectations	2012-12-06 17:49:46 UTC (rev 136849)
@@ -1861,10 +1861,6 @@
 # Network Information is not supported yet.
 networkinformation
 
-# UndoManager is not yet enabled.
-# https://bugs.webkit.org/show_bug.cgi?id=87908
-editing/undomanager
-
 # Asserts/crashes in PluginView::didFinishLoading
 fast/loader/reload-zero-byte-plugin.html
 userscripts/user-script-plugin-document.html

Modified: trunk/LayoutTests/platform/wincairo/TestExpectations (136848 => 136849)


--- trunk/LayoutTests/platform/wincairo/TestExpectations	2012-12-06 17:43:33 UTC (rev 136848)
+++ trunk/LayoutTests/platform/wincairo/TestExpectations	2012-12-06 17:49:46 UTC (rev 136849)
@@ -2360,10 +2360,6 @@
 # Network Information is not supported yet.
 networkinformation
 
-# UndoManager is not yet enabled.
-# https://bugs.webkit.org/show_bug.cgi?id=87908
-editing/undomanager
-
 # Asserts/crashes in PluginView::didFinishLoading
 fast/loader/reload-zero-byte-plugin.html
 userscripts/user-script-plugin-document.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to