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.

ajc187.xml 732B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="bugs187/469889" title="broken java">
  4. <!--
  5. <compile files="A.java B.java AbstractA.java BImpl.java Main.java" options="-1.8"/>
  6. -->
  7. <compile files="Code.java" options="-1.8"/>
  8. <run class="Code">
  9. <stdout>
  10. <line text="B"/>
  11. </stdout>
  12. </run>
  13. </ajc-test>
  14. <ajc-test dir="bugs187/470633" title="lambda">
  15. <compile files="Maps.java" options="-1.8"/>
  16. </ajc-test>
  17. <ajc-test dir="bugs187/474165" title="anno conversion">
  18. <compile files="B.java" options="-XhasMember -1.8 -showWeaveInfo">
  19. <message kind="weave" text="Extending interface set for type 'B' (B.java) to include 'java.io.Serializable' (B.java)"/>
  20. </compile>
  21. <run class="B"></run>
  22. </ajc-test>
  23. </suite>