[rfc] [icedtea-web] Reproducer for clipboard (reopened PR708)
Jiri Vanek
jvanek at redhat.com
Wed Aug 8 04:04:07 PDT 2012
ping?
update to latest state
2012-05-29 Jiri Vanek <jvanek at redhat.com>
Added clipboard reproducers (PR708)
* tests/reproducers/signed/ClipboardContentSigned/resources/ClipboardContentSignedCopy1.jnlp:
Jnlp to invoke manual copying to clipboard on signed app, please note
the delayed death of application
* tests/reproducers/signed/ClipboardContentSigned/resources/ClipboardContentSignedCopy2.jnlp:
Jnlp to invoke jtextfield like copying signed app, please note the
delayed death of application
* tests/reproducers/signed/ClipboardContentSigned/resources/ClipboardContentSignedPaste1.jnlp:
Jnlp to invoke manual pasting on signed application
* tests/reproducers/signed/ClipboardContentSigned/resources/ClipboardContentSignedPaste2.jnlp:
Jnlp to invoke jtextfield like pasting on signed application
* tests/reproducers/signed/ClipboardContentSigned/srcs/ClipboardContentSigned.java:
Application which is trying to access clipboard by various ways.
* tests/reproducers/signed/ClipboardContentSigned/testcases/ClipboardContentSignedTests.java:
Automated tests for four above jnlps.
* tests/reproducers/simple/ClipboardContent/resources/ClipboardContentCopy1.jnlp:
Jnlp to invoke manual copying to clipboard on unsigned app, please note
the delayed death of application
* tests/reproducers/simple/ClipboardContent/resources/ClipboardContentCopy2.jnlp:
Jnlp to invoke jtextfield like copying unsigned app, please note the
delayed death of application
* tests/reproducers/simple/ClipboardContent/resources/ClipboardContentPaste1.jnlp:
Jnlp to invoke manual pasting on unsigned application
* tests/reproducers/simple/ClipboardContent/resources/ClipboardContentPaste2.jnlp:
Jnlp to invoke jtextfield like pasting on unsigned application
* tests/reproducers/simple/ClipboardContent/srcs/ClipboardContent.java:
Application which is trying to access clipboard by various ways.
* tests/reproducers/simple/ClipboardContent/testcases/ClipboardContentTests.java:
Automated tests for first and third of above four jnlps. The tests of
second and fourth is disabled due to necessary manual interaction
On 05/29/2012 05:21 PM, Jiri Vanek wrote:
> 2012-05-29 Jiri Vanek <jvanek at redhat.com>
...
> Hi all ! whatever happens in PR708 this reproducers should remains green ;)
>
> There is one part of in testcases which may be unclear to reviewer, and it is parallel run of copier
> (test/application) and pater (application/test). In way that test have copied to clipboard and
> javaws have paste from it, then there is no issue, because test is eternal running clipboard owner
> (who is waiting for his javaws to finish) so javaws can paste without problems.
> The problem occurred when javaws copied to clipboard and test have to read from it. In this case I
> had to make javaws run in parallel with test for a while (I have 10seconds timeout, and test is NOT
> waiting for it to time-out, I just neede to have clipboard owner (javaws)alive, until I test the
> value. The issue is that when (java as) clipboard owner ends, everything it puts to clipboard die
> with it.
>
> I was on doubt just to test access to clipboard and so get rid of this paralelisation but it did
> not seems to me enough. I would rather test the real value in clipboard.
>
>
> So rfc! Best regards
> J.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ClipBoardReproducer2.diff
Type: text/x-patch
Size: 60813 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120808/3091c086/ClipBoardReproducer2.diff
More information about the distro-pkg-dev
mailing list