Changeset 150593 in webkit


Ignore:
Timestamp:
May 23, 2013 10:50:03 AM (11 years ago)
Author:
rniwa@webkit.org
Message:

Several editing tests that copy & paste slow down Mac WK2 EWS
https://bugs.webkit.org/show_bug.cgi?id=116681

Reviewed by Anders Carlsson.

Move editing tests that trigger copy and paste from execCommand into pasteboard.
Since NWRT uses a single instance of WebKitTestRunner to run tests in single directory,
this should mitigate the issue for now.

In the long term, we should really mock out the clipboard in WebKitTestRunner.

  • editing/execCommand/4128080-2-expected.txt: Removed.
  • editing/execCommand/4128080-2.html: Removed.
  • editing/execCommand/5939887-expected.txt: Removed.
  • editing/execCommand/5939887.html: Removed.
  • editing/execCommand/copy-without-selection-expected.txt: Removed.
  • editing/execCommand/copy-without-selection.html: Removed.
  • editing/execCommand/paste-2.html: Removed.
  • editing/pasteboard/copy-cut-paste-events-fired-when-disabled-expected.txt: Copied from LayoutTests/editing/execCommand/5939887-expected.txt.
  • editing/pasteboard/copy-cut-paste-events-fired-when-disabled.html: Copied from LayoutTests/editing/execCommand/5939887.html.
  • editing/pasteboard/copy-inside-h1-preserves-h1-expected.txt: Copied from LayoutTests/editing/execCommand/4128080-2-expected.txt.
  • editing/pasteboard/copy-inside-h1-preserves-h1.html: Copied from LayoutTests/editing/execCommand/4128080-2.html.
  • editing/pasteboard/copy-without-selection-expected.txt: Copied from LayoutTests/editing/execCommand/copy-without-selection-expected.txt.
  • editing/pasteboard/copy-without-selection.html: Copied from LayoutTests/editing/execCommand/copy-without-selection.html.
  • editing/pasteboard/paste-2.html: Copied from LayoutTests/editing/execCommand/paste-2.html.
  • platform/gtk/editing/execCommand/paste-2-expected.png: Removed.
  • platform/gtk/editing/execCommand/paste-2-expected.txt: Removed.
  • platform/gtk/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/gtk/editing/execCommand/paste-2-expected.png.
  • platform/gtk/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/gtk/editing/execCommand/paste-2-expected.txt.
  • platform/mac/editing/execCommand/paste-2-expected.png: Removed.
  • platform/mac/editing/execCommand/paste-2-expected.txt: Removed.
  • platform/mac/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/paste-2-expected.png.
  • platform/mac/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/mac/editing/execCommand/paste-2-expected.txt.
  • platform/qt/editing/execCommand/paste-2-expected.png: Removed.
  • platform/qt/editing/execCommand/paste-2-expected.txt: Removed.
  • platform/qt/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/qt/editing/execCommand/paste-2-expected.png.
  • platform/qt/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/qt/editing/execCommand/paste-2-expected.txt.
Location:
trunk/LayoutTests
Files:
1 edited
13 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r150590 r150593  
     12013-05-23  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Several editing tests that copy & paste slow down Mac WK2 EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=116681
     5
     6        Reviewed by Anders Carlsson.
     7
     8        Move editing tests that trigger copy and paste from execCommand into pasteboard.
     9        Since NWRT uses a single instance of WebKitTestRunner to run tests in single directory,
     10        this should mitigate the issue for now.
     11
     12        In the long term, we should really mock out the clipboard in WebKitTestRunner.
     13
     14        * editing/execCommand/4128080-2-expected.txt: Removed.
     15        * editing/execCommand/4128080-2.html: Removed.
     16        * editing/execCommand/5939887-expected.txt: Removed.
     17        * editing/execCommand/5939887.html: Removed.
     18        * editing/execCommand/copy-without-selection-expected.txt: Removed.
     19        * editing/execCommand/copy-without-selection.html: Removed.
     20        * editing/execCommand/paste-2.html: Removed.
     21        * editing/pasteboard/copy-cut-paste-events-fired-when-disabled-expected.txt: Copied from LayoutTests/editing/execCommand/5939887-expected.txt.
     22        * editing/pasteboard/copy-cut-paste-events-fired-when-disabled.html: Copied from LayoutTests/editing/execCommand/5939887.html.
     23        * editing/pasteboard/copy-inside-h1-preserves-h1-expected.txt: Copied from LayoutTests/editing/execCommand/4128080-2-expected.txt.
     24        * editing/pasteboard/copy-inside-h1-preserves-h1.html: Copied from LayoutTests/editing/execCommand/4128080-2.html.
     25        * editing/pasteboard/copy-without-selection-expected.txt: Copied from LayoutTests/editing/execCommand/copy-without-selection-expected.txt.
     26        * editing/pasteboard/copy-without-selection.html: Copied from LayoutTests/editing/execCommand/copy-without-selection.html.
     27        * editing/pasteboard/paste-2.html: Copied from LayoutTests/editing/execCommand/paste-2.html.
     28        * platform/gtk/editing/execCommand/paste-2-expected.png: Removed.
     29        * platform/gtk/editing/execCommand/paste-2-expected.txt: Removed.
     30        * platform/gtk/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/gtk/editing/execCommand/paste-2-expected.png.
     31        * platform/gtk/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/gtk/editing/execCommand/paste-2-expected.txt.
     32        * platform/mac/editing/execCommand/paste-2-expected.png: Removed.
     33        * platform/mac/editing/execCommand/paste-2-expected.txt: Removed.
     34        * platform/mac/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/paste-2-expected.png.
     35        * platform/mac/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/mac/editing/execCommand/paste-2-expected.txt.
     36        * platform/qt/editing/execCommand/paste-2-expected.png: Removed.
     37        * platform/qt/editing/execCommand/paste-2-expected.txt: Removed.
     38        * platform/qt/editing/pasteboard/paste-2-expected.png: Copied from LayoutTests/platform/qt/editing/execCommand/paste-2-expected.png.
     39        * platform/qt/editing/pasteboard/paste-2-expected.txt: Copied from LayoutTests/platform/qt/editing/execCommand/paste-2-expected.txt.
     40
    1412013-05-23  Christophe Dumez  <ch.dumez@sisa.samsung.com>
    242
Note: See TracChangeset for help on using the changeset viewer.