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 745B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="bugs188/484941" title="annotation discovery npe">
  4. <compile files="Test2.java" options="-1.8 -XnoInline"/>
  5. </ajc-test>
  6. <ajc-test dir="bugs188/defaultmethods" title="default methods 1">
  7. <compile files="Code.java" options="-1.8 -XnoInline"/>
  8. <run class="Code">
  9. <stdout>
  10. <line text="a"/>
  11. <line text="b"/>
  12. </stdout>
  13. </run>
  14. </ajc-test>
  15. <ajc-test dir="bugs188/defaultmethods" title="default methods 2">
  16. <compile files="Code2.java" options="-1.8"/>
  17. <run class="Code2">
  18. <stdout>
  19. <line text="a"/>
  20. <line text="b"/>
  21. </stdout>
  22. </run>
  23. </ajc-test>
  24. <ajc-test dir="bugs188/478003" title="compile error">
  25. <compile files="OrientDBKeyIO.java" options="-1.8"/>
  26. </ajc-test>
  27. </suite>