7152866: Tests not run because they are missing the @run tag

Alan Bateman Alan.Bateman at oracle.com
Sun Mar 11 17:45:28 UTC 2012


On 11/03/2012 17:06, Brian Goetz wrote:
> I would think scanning for test files that have a main() method but not a @run tag would be a good way to find more of these...
>
We definitely should setup a script or something to catch these issues 
automatically, just need to work out what the pattern. The @run tag 
isn't needed when the default suffice (for .java tests it's compile + 
run, for .sh tests it's run).

-Alan



More information about the core-libs-dev mailing list