RESOLVED FIXED 113102
[Win] editing/pasteboard/can-read-in-copy-and-cut-events.html fails
https://bugs.webkit.org/show_bug.cgi?id=113102
Summary [Win] editing/pasteboard/can-read-in-copy-and-cut-events.html fails
Ryosuke Niwa
Reported 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
Attachments
Daniel Cheng
Comment 1 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.
Ryosuke Niwa
Comment 2 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.
Ryosuke Niwa
Comment 3 2013-03-22 15:08:17 PDT
Note You need to log in before you can comment on or make changes to this bug.