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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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()"/>
  9. </stdout></run>
  10. </ajc-test>
  11. <ajc-test dir="bugs188/484941" title="annotation discovery npe">
  12. <compile files="Test2.java" options="-1.8 -XnoInline"/>
  13. </ajc-test>
  14. <ajc-test dir="bugs188/defaultMethods" title="default methods 1">
  15. <compile files="Code.java" options="-1.8 -XnoInline"/>
  16. <run class="Code">
  17. <stdout>
  18. <line text="a"/>
  19. <line text="b"/>
  20. </stdout>
  21. </run>
  22. </ajc-test>
  23. <ajc-test dir="bugs188/defaultMethods" title="default methods 2">
  24. <compile files="Code2.java" options="-1.8"/>
  25. <run class="Code2">
  26. <stdout>
  27. <line text="a"/>
  28. <line text="b"/>
  29. </stdout>
  30. </run>
  31. </ajc-test>
  32. <ajc-test dir="bugs188/478003" title="compile error">
  33. <compile files="OrientDBKeyIO.java" options="-1.8"/>
  34. </ajc-test>
  35. </suite>