// public void testSuperITDExplosion_pr134425() { runTest("super ITDs");}
// public void testMisbehavingDeclareAnnotation_pr135865() { runTest("misbehaving declare annotation");}
// public void testMisbehavingDeclareAnnotation_pr135865_2() { runTest("misbehaving declare annotation - 2");}
-// public void testBrokenIfArgsCflowAtAj_pr145018() { runTest("ataj crashing with cflow, if and args");}
// public void testItdCallingGenericMethod_pr145391() { runTest("itd calling generic method");}
// public void testItdCallingGenericMethod_pr145391_2() { runTest("itd calling generic method - 2");}
// public void testClassCastForInvalidAnnotationValue_pr148537() { runTest("classcast annotation value");}
</stderr>
</run>
</ajc-test>
-
- <ajc-test dir="bugs152/pr145018" title="ataj crashing with cflow, if and args">
- <compile files="Broken.aj" options="-1.5"/>
- <run class="Broken">
- <stderr>
- <line text="ahhh"/>
- </stderr>
- </run>
- </ajc-test>
<ajc-test dir="bugs152/pr132349" title="ITD on inner type of generic type">
<compile files="TopLevelType.java" options="-1.5"/>