RFR 8044755: Add a test for algorithm constraints check in jarsigner

Wang Weijun weijun.wang at oracle.com
Wed Jun 4 08:41:12 UTC 2014


On Jun 4, 2014, at 16:20, Xuelei Fan <xuelei.fan at oracle.com> wrote:

> FYI, I'd like to remove the temporary files (a.jar, ks, etc) after a
> testing.

Oh, my habit is to always keeping them so that if anything goes wrong there is a chance to look at what's happening. Also, jtreg takes care of removing or retaining them so I am happy with it.

Yes, I can remove them only when the test succeeds but it will be complex. Sometimes I even want to look at the files when it's a success.

There is only one case cleaning up is necessary, that's when the test includes multiple @run actions. The automatic clean up is only performed once at the end.

Thanks
Max




More information about the security-dev mailing list