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

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