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.

ajc1610.xml 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="bugs1610/pr363962" title="pr363962">
  4. <compile files="Code.java" options="-1.5"/>
  5. <run class="Code">
  6. <stdout>
  7. <line text="OK"/>
  8. </stdout>
  9. </run>
  10. </ajc-test>
  11. <ajc-test dir="bugs1610/pr324932" title="pr324932">
  12. <compile files="A.java" options="-1.5"/>
  13. <compile files="X.aj" options="-1.5 -Xlint:ignore" />
  14. <run class="A" ltw="aop.xml">
  15. <stdout>
  16. <line text="It WORKS"/>
  17. </stdout>
  18. </run>
  19. </ajc-test>
  20. <ajc-test dir="bugs1610/pr324932_2" title="pr324932 - 2">
  21. <compile files="A.java" options="-1.5"/>
  22. <run class="A" ltw="aop.xml">
  23. <stdout>
  24. <line text="It WORKS"/>
  25. </stdout>
  26. </run>
  27. </ajc-test>
  28. <ajc-test dir="bugs1610/pr322446" title="declare parents abstract aspect">
  29. <compile files="Super.java I.java" outjar="aspects.jar" options="-1.5"/>
  30. <compile files="Code.java" classpath="aspects.jar" options="-1.5 -emacssym"/>
  31. <run class="Code">
  32. <stdout>
  33. <line text="true"/>
  34. </stdout></run>
  35. </ajc-test>
  36. <ajc-test dir="bugs1610/prx" title="duplicate annotation">
  37. <compile files="A.java" options="-1.5">
  38. </compile>
  39. </ajc-test>
  40. <ajc-test dir="bugs1610/pr319431" title="loading old code">
  41. <compile files="Azpect2.java" inpath="builtWith168.jar" options="-1.5">
  42. </compile>
  43. </ajc-test>
  44. <ajc-test dir="bugs1610/pr322272" title="abstract aspects and declares">
  45. <compile files="Base.java" outjar="superaspect.jar" options="-1.5"/>
  46. <compile files="F1.java" classpath="superaspect.jar" options="-1.5">
  47. </compile>
  48. <run class="F1">
  49. <stdout>
  50. <line text="@Anno()"/>
  51. </stdout>
  52. </run>
  53. </ajc-test>
  54. <ajc-test dir="bugs1610/pr322272" title="abstract aspects and declares - 2">
  55. <compile files="Base2.java" outjar="superaspect.jar" options="-1.5"/>
  56. <compile files="F2.java" classpath="superaspect.jar" options="-1.5">
  57. </compile>
  58. <run class="F2">
  59. <stdout>
  60. <line text="@Anno()"/>
  61. </stdout>
  62. </run>
  63. </ajc-test>
  64. </suite>