Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="bugs170/sanity" title="sanity 1">
  4. <compile files="DeclareAtType.java" options="-1.5">
  5. </compile>
  6. </ajc-test>
  7. <ajc-test dir="bugs170/pr363979" title="missing impl">
  8. <compile files="Example.java" options="-1.5"/>
  9. <run class="Example">
  10. <stdout>
  11. <line text="yes"/>
  12. </stdout>
  13. </run>
  14. </ajc-test>
  15. <ajc-test dir="bugs170/pr363979" title="missing impl 2">
  16. <compile files="Example2.java" options="-1.5"/>
  17. <run class="Example2">
  18. <stdout>
  19. <line text="yes"/>
  20. </stdout>
  21. </run>
  22. </ajc-test>
  23. <ajc-test dir="bugs170/pr364380" title="stackoverflow">
  24. <compile files="X.aj" options="-1.5" outjar="foo.jar"/>
  25. <compile files="C.java" options="-1.5" inpath="foo.jar">
  26. <message kind="warning" text="An advice already exists for setting an owner"/>
  27. </compile>
  28. </ajc-test>
  29. </suite>