[rfc] [icedtea-web] Reproducer for clipboard (reopened PR708)

Jiri Vanek jvanek at redhat.com
Tue May 29 08:21:52 PDT 2012


2012-05-29  Jiri Vanek  <jvanek at redhat.com>

	Added clipboard reproducers
	* tests/jnlp_tests/signed/ClipboardContentSigned/resources/ClipboardContentSignedCopy1.jnlp:
	Jnlp to invoke manual copying to clipboard on signed app, please note
	the delayed death of application
	* tests/jnlp_tests/signed/ClipboardContentSigned/resources/ClipboardContentSignedCopy2.jnlp:
	Jnlp to invoke jtextfield like copying  signed app, please note the
	delayed death of application
	* tests/jnlp_tests/signed/ClipboardContentSigned/resources/ClipboardContentSignedPaste1.jnlp:
	Jnlp to invoke manual pasting on signed application
	* tests/jnlp_tests/signed/ClipboardContentSigned/resources/ClipboardContentSignedPaste2.jnlp:
	Jnlp to invoke jtextfield like pasting on signed application
	* tests/jnlp_tests/signed/ClipboardContentSigned/srcs/ClipboardContentSigned.java:
	Application which is trying to access clipboard by various ways.
	* tests/jnlp_tests/signed/ClipboardContentSigned/testcases/ClipboardContentSignedTests.java:
	Automated tests for four above jnlps.
	* tests/jnlp_tests/simple/ClipboardContent/resources/ClipboardContentCopy1.jnlp:
	Jnlp to invoke manual copying to clipboard on unsigned app, please note
	the delayed death of application
	* tests/jnlp_tests/simple/ClipboardContent/resources/ClipboardContentCopy2.jnlp:
	Jnlp to invoke jtextfield like copying  unsigned app, please note the
	delayed death of application
	* tests/jnlp_tests/simple/ClipboardContent/resources/ClipboardContentPaste1.jnlp:
	Jnlp to invoke manual pasting on unsigned application
	* tests/jnlp_tests/simple/ClipboardContent/resources/ClipboardContentPaste2.jnlp:
	Jnlp to invoke jtextfield like pasting on unsigned application
	* tests/jnlp_tests/simple/ClipboardContent/srcs/ClipboardContent.java:
	Application which is trying to access clipboard by various ways.
	* tests/jnlp_tests/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

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: ClipBoardReproducer.diff
Type: text/x-patch
Size: 60239 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120529/35ab10be/ClipBoardReproducer.diff 


More information about the distro-pkg-dev mailing list