You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ltw.xml 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="java5/ataspectj" title="RunThemAllWithJavacCompiledAndLTW">
  4. <ant file="ajc-ant.xml" target="javac.ltw"/>
  5. </ajc-test>
  6. <ajc-test dir="java5/ataspectj" title="AjcLTW PerClauseTest -XnoWeave">
  7. <compile
  8. files="ataspectj/PerClauseTest.java,ataspectj/PerClauseTestAspects.java,ataspectj/TestHelper.java"
  9. options="-1.5 -XnoWeave"/>
  10. <ant file="ajc-ant.xml" target="ltw.PerClauseTest" verbose="true"/>
  11. </ajc-test>
  12. <ajc-test dir="java5/ataspectj" title="AjcLTW PerClauseTest -Xreweavable">
  13. <compile
  14. files="ataspectj/PerClauseTest.java,ataspectj/PerClauseTestAspects.java,ataspectj/TestHelper.java"
  15. options="-1.5 -Xreweavable"/>
  16. <ant file="ajc-ant.xml" target="ltw.PerClauseTest" verbose="true"/>
  17. </ajc-test>
  18. <!-- FIXME AV: todo by Andy-->
  19. <!-- <ajc-test dir="java5/ataspectj" title="JavaCAjcLTW PerClauseTest">-->
  20. <!-- <compile-->
  21. <!-- files="ataspectj/PerClauseTest.java,ataspectj/TestHelper.java"-->
  22. <!-- options="-1.5 -XnoWeave"/>-->
  23. <!-- <comment>-->
  24. <!-- aspectOf methods will be pushed in, ignore warning for adviceDidNotMatch but still do the logic for them-->
  25. <!-- since such just added methods are an interesting case (percflow ajc$perCflowStack advice)-->
  26. <!-- </comment>-->
  27. <!-- <compile-->
  28. <!-- files="ataspectj/PerClauseTestAspects.java"-->
  29. <!-- options="-1.5 -Xdev:NoAtAspectJProcessing">-->
  30. <!-- <message kind="warning"/>-->
  31. <!-- </compile>-->
  32. <!-- <ant file="ajc-ant.xml" target="ltw.PerClauseTest" verbose="true"/>-->
  33. <!-- </ajc-test>-->
  34. </suite>