[rfc][icedtea-web] multiple applets on one page tests
Pavel Tisnovsky
ptisnovs at redhat.com
Wed Sep 5 04:28:41 PDT 2012
Hi Jiri,
these new tests look ok. Just a minor issue - you left the line containing
only single semicolon in two applet sources:
+ if (args.length > 0) {
+ counter = new Integer(args[0]);
+ ; <--- is it necessary? :)
+ }
Regardless of this issue (feel free to fix/don't fix it) I'm ok with
pushing these test to HEAD.
Thanks,
Pavel
----- Jiri Vanek <jvanek at redhat.com> wrote:
> This set of tests was ordered by Pavel, so here it is. All test are green :) The most expected one
> was the one which was testing exit from applet when other was/was not running.
>
>
>
> 2012-09-03 Jiri Vanek <jvanek at redhat.com>
>
> * tests/reproducers/signed/CountingAppletSigned/srcs/CountingAppletSigned.java:
> Signed applet painting to canvas and periodically printing out counted messages
> * tests/reproducers/signed2/AppletTestSigned2/srcs/AppletTestSigned2:
> Second simple signed applet for testing two different simple ones parallel
> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html:
> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_1.html:
> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_2.html:
> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_2E.html:
> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_2e.html:
> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1_x_2sk.html:
> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1e_x_2s.html:
> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1k_x_2.html:
> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1s_x_2.html:
> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1s_x_2s.html:
> * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1s_x_2ss.html:
> Various combinations of plain, signed, crashing, exception throwing and
> exiting applets on single web-page
> * tests/reproducers/simple/CountingApplet1/srcs/CountingApplet1.java:
> Simple applet painting to canvas and periodically printing out counted messages
> * tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java:
> testcases launching above html files.
> * tests/reproducers/simple/CountingApplet2/srcs/CountingApplet2.java:
> Second simple applet painting to canvas and periodically printing out counted messages
> * tests/reproducers/simple/simpletest2/srcs/SimpleTest2.java: Enhanced
> exception throwing reproducer.
More information about the distro-pkg-dev
mailing list