Request for review (XS): 7109063: JSR 292: fix for 7085860 is incomplete

Alan Bateman Alan.Bateman at oracle.com
Mon Nov 7 08:17:27 PST 2011


On 07/11/2011 15:45, Christian Thalinger wrote:
>
> I'm wondering myself.  The other tests' usage of JUnit made me use it in my test too.  Anyway, I only use assertEquals which is easy to add to the test itself and then it's self-contained.
>
> -- Chris
>
Christian and I chatted offline about this with Jon Gibbons and the 
issue is that this test isn't compiled as a JUnit test because it 
doesn't specify @run junit. There's a second test 
(InvokeDynamicPrintArgs.java) with the same issue but that test is 
excluded from test runs because it's on the problem list 
(jdk/test/ProblemList.txt).

-Alan.


More information about the hotspot-dev mailing list