// public void testArgnamesAndJavac_pr148381() { runTest("argNames and javac");}
// public void testCFlowXMLAspectLTW_pr149096() { runTest("cflow xml concrete aspect"); }
// public void testAmbiguousBinding_pr121805() { runTest("ambiguous binding");}
+
+ public void testNoIllegalStateExceptionFromAsmDelegate_pr153490_1() { runTest("no illegal state exception from AsmDelegate - 1");}
+ public void testNoIllegalStateExceptionFromAsmDelegate_pr153490_2() { runTest("no illegal state exception from AsmDelegate - 2");}
+ public void testNoIllegalStateExceptionFromAsmDelegate_pr153490_3() { runTest("no illegal state exception from AsmDelegate - 3");}
public void testAnnotMethod_pr156962() { runTest("Test Annot Method");}
public void testAnnotMethodHasMember_pr156962() { runTest("Test Annot Method Has Member"); }
public void testMixingGenerics_pr152848() { runTest("mixing generics"); }
<!-- AspectJ v1.5.3 Tests -->
<suite>
+ <ajc-test dir="bugs153/pr153490" title="no illegal state exception from AsmDelegate - 1">
+ <compile files="Foo.java" options="-1.5" classpath="jarForFoo.jar" />
+ </ajc-test>
+
+ <ajc-test dir="bugs153/pr153490" title="no illegal state exception from AsmDelegate - 2">
+ <compile files="Bar.java" options="-1.5" classpath="jarForBar.jar" />
+ </ajc-test>
+
+ <ajc-test dir="bugs153/pr153490" title="no illegal state exception from AsmDelegate - 3">
+ <compile files="Goo.java" options="-1.5" classpath="jarForGoo.jar" />
+ </ajc-test>
+
<ajc-test dir="bugs153/pr156962" title="Test Annot Method">
<compile files="Sample.java, WarnDeprecatedMethod.aj" options="-1.5">
<message kind="warning" line="2" text="deprecated method"/>