[rfc][icedtea-web] KnownToFailInBrowsers annotation patch

Jana Fabrikova jfabriko at redhat.com
Wed Mar 13 09:13:36 PDT 2013


Hello,

I am sending for your consideration a patch that introduces the 
@KnownToFailInBrowsers annotation, which may be useful in some of the 
reproducers (namely passing arrays from JS->J does work in opera and 
firefox and does not work in google-chrome, chromium, midori and 
epiphany, and i think it is more problem of the browsers than of 
icedtea-web plugin).

The annotation is detected in 
junit-runner/JunitLikeXmlOutputListener.java and 
junit-runner/LessVerboseTextListener.java and reflected in the console 
and xml output of run-netx-dist-tests.

Cheers,
Jana

2013-03-13  Jana Fabrikova <jfabriko at redhat.com>

	* 
/tests/test-extensions/net/sourceforge/jnlp/annotations/KnownToFailInBrowsers.java
	the implementation of new annotation, which has an array of
	browsers of type Browsers[] named failsIn

	* /tests/junit-runner/JunitLikeXmlOutputListener.java
         in method (testDone) the testcases that are known to fail in
	current browser are detected in addition to the tests that are
	k2f in all browsers

	* /tests/junit-runner/LessVerboseTextListener.java
	added method (getK2FinB) reading the annotion,
         in method (printK2F) the testcases that are known to fail in
	current browser are detected in addition to the tests that are
	k2f in all browsers
-------------- next part --------------
A non-text attachment was scrubbed...
Name: k2fannot.patch
Type: text/x-patch
Size: 9666 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130313/423e3e26/k2fannot.patch 


More information about the distro-pkg-dev mailing list