Bug 116681 - Several editing tests that copy & paste slow down Mac WK2 EWS
Summary: Several editing tests that copy & paste slow down Mac WK2 EWS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-05-23 10:40 PDT by Ryosuke Niwa
Modified: 2013-05-23 10:49 PDT (History)
5 users (show)

See Also:


Attachments
Moved tests (84.95 KB, patch)
2013-05-23 10:43 PDT, Ryosuke Niwa
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-05-23 10:40:44 PDT
e.g. http://webkit-queues.appspot.com/results/646018

Regressions: Unexpected text-only failures (2)
  editing/execCommand/copy-without-selection.html [ Failure ]
  editing/pasteboard/copy-two-pasteboard-types-both-work.html [ Failure ]

The tests that involve copy and paste in editing/execCommand are conflicting with those in editing/pasteboard because WebKitTestRunner doesn't mock out the clipboard.
Comment 1 Ryosuke Niwa 2013-05-23 10:43:52 PDT
Created attachment 202727 [details]
Moved tests
Comment 2 Ryosuke Niwa 2013-05-23 10:49:40 PDT
Committed r150593: <http://trac.webkit.org/changeset/150593>