Bug 113102 - [Win] editing/pasteboard/can-read-in-copy-and-cut-events.html fails
Summary: [Win] editing/pasteboard/can-read-in-copy-and-cut-events.html fails
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-22 15:02 PDT by Ryosuke Niwa
Modified: 2013-03-22 15:08 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-03-22 15:02:08 PDT
Two tests added by http://trac.webkit.org/changeset/146644 fails on Windows port:
http://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r146644%20(34008)/results.html

--- /home/buildbot/slave/win-release-tests/build/layout-test-results/editing/pasteboard/can-read-in-copy-and-cut-events-expected.txt	2013-03-22 13:00:13.950965100 -0700
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/editing/pasteboard/can-read-in-copy-and-cut-events-actual.txt	2013-03-22 13:00:13.949965100 -0700
@@ -1,5 +1,5 @@
 Simple test that data set during a copy/cut event can be read back. To run the test manually, simply select any text and initiate a copy/cut operation.
 
-copy: SUCCESS
-cut: SUCCESS
+copy: FAILED
+cut: FAILED
Comment 1 Daniel Cheng 2013-03-22 15:04:04 PDT
It looks like ClipboardWin doesn't support writing to the system clipboard (this is marked FIXME in several places). We should just disable the test there. Sorry for the trouble.
Comment 2 Ryosuke Niwa 2013-03-22 15:05:13 PDT
(In reply to comment #1)
> It looks like ClipboardWin doesn't support writing to the system clipboard (this is marked FIXME in several places). We should just disable the test there. Sorry for the trouble.

Ah, I had forgotten about that. Will do.
Comment 3 Ryosuke Niwa 2013-03-22 15:08:17 PDT
Committed r146662: <http://trac.webkit.org/changeset/146662>