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.

ajc188.xml 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="bugs188/485055" title="classcast">
  4. <compile files="AspectWithConstant.aj" options="-1.5"/>
  5. <run class="AspectWithConstant">
  6. <stdout>
  7. <line text="MAXS=hello"/>
  8. <line text="@AspectWithConstant$Loggable()" vm="-18"/>
  9. <line text="@AspectWithConstant.Loggable()" vm="19-"/>
  10. </stdout></run>
  11. </ajc-test>
  12. <ajc-test dir="bugs188/484941" title="annotation discovery npe">
  13. <compile files="Test2.java" options="-1.8 -XnoInline"/>
  14. </ajc-test>
  15. <ajc-test dir="bugs188/defaultMethods" title="default methods 1">
  16. <compile files="Code.java" options="-1.8 -XnoInline"/>
  17. <run class="Code">
  18. <stdout>
  19. <line text="a"/>
  20. <line text="b"/>
  21. </stdout>
  22. </run>
  23. </ajc-test>
  24. <ajc-test dir="bugs188/defaultMethods" title="default methods 2">
  25. <compile files="Code2.java" options="-1.8"/>
  26. <run class="Code2">
  27. <stdout>
  28. <line text="a"/>
  29. <line text="b"/>
  30. </stdout>
  31. </run>
  32. </ajc-test>
  33. <ajc-test dir="bugs188/478003" title="compile error">
  34. <compile files="OrientDBKeyIO.java" options="-1.8"/>
  35. </ajc-test>
  36. </suite>