public void testCpathNoTypeCflowField_pr145693_3() { runTest("cpathNoTypeCflowField"); }
// public void testAdviceNotWovenAspectPath_pr147841() { runTest("advice not woven on aspectpath");}
public void testGenericSignatures_pr148409() { runTest("generic signature problem"); }
-// public void testBrokenIfArgsCflowAtAj_pr145018() { runTest("ataj crashing with cflow, if and args");}
public void testCantFindType_pr149322_01() {runTest("can't find type on interface call 1");}
public void testCantFindType_pr149322_02() {runTest("can't find type on interface call 2");}
public void testCantFindType_pr149322_03() {runTest("can't find type on interface call 3");}
</run>
</ajc-test>
- <ajc-test dir="bugs153/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="bugs153/pr150095" title="generics, inheritance and decp">
<compile files="Foo.java" options="-1.5"/>
</ajc-test>
import java.io.File;
-import org.aspectj.testing.XMLBasedAjcTestCase;
import junit.framework.Test;
+import org.aspectj.testing.XMLBasedAjcTestCase;
+
/**
* These are tests for AspectJ1.6.0
*/
public class Ajc160Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
// AspectJ1.6.0rc1
+ // public void testBrokenIfArgsCflowAtAj_pr145018() {
+ // runTest("ataj crashing with cflow, if and args");
+ // }
public void testClassCastOnArrayType_pr180264() {
runTest("classcastexception on array type");
}
<compile options="-1.5" files="AspectBreaker.java"/>
</ajc-test>
- <ajc-test dir="bugs160/pr180264" title="classcastexception on array type">
- <compile options="-warn:+uselessTypeCheck" files="Foo.java,Main.java"/>
- </ajc-test>
-
<ajc-test dir="bugs160/pr167197" title="generic type parameterized with array type - 2">
<compile options="-1.5" files="Breaker2.java"/>
<run class="Breaker2"/>
</ajc-test>
+ <ajc-test dir="bugs160/pr180264" title="classcastexception on array type">
+ <compile options="-warn:+uselessTypeCheck" files="Foo.java,Main.java"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs160/pr145018" title="ataj crashing with cflow, if and args">
+ <compile files="Broken.aj" options="-1.5"/>
+ <run class="Broken">
+ </run>
+ </ajc-test>
+
<ajc-test dir="bugs160/pr201748" title="itd with array">
<compile files="Foo.java">
<message kind="error" text="Type mismatch: cannot convert from Factory[] to Factory"/>