public void testJarChecking_pr137235_1() { runTest("directory with .jar extension: source and outjar"); }
public void testJarChecking_pr137235_2() { runTest("directory with .jar extension"); }
public void testMakePreMethodNPE_pr136393() { runTest("NPE in makePreMethod");}
+
+ // tests that can't be included for some reason
+
+ // Not valid whilst the ajc compiler forces debug on (ignores -g:none) - it will be green but is invalid, trust me
+ // public void testLongWindedMessages_pr129408() { runTest("long winded ataj messages");}
/////////////////////////////////////////
public static Test suite() {
return XMLBasedAjcTestCase.loadSuite(Ajc152Tests.class);
<run class="Derived"/>
</ajc-test>
+ <!-- wont work whilst the compiler BuildArgParser.setDebugOptions is always switching debug on -->
+ <ajc-test dir="bugs152/pr129408" title="long winded ataj messages">
+ <compile files="AtAj.java" options="-XterminateAfterCompilation -g:none -1.5"/>
+ <compile files="C.java" options="-g:none -1.5"/>
+ <run class="C" ltw="aop.xml">
+ <!-- should check for expected stderr output here -->
+ </run>
+ </ajc-test>
+
</suite>
\ No newline at end of file