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.

ajcTestsFailing.xml 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
  2. <suite>
  3. <ajc-test dir="new" pr="660" title="illegal name binding in around cflow"
  4. keywords="from-resolved_104">
  5. <compile files="ArgsInCflowCf.java">
  6. <message kind="error" line="19"/>
  7. <message kind="error" line="29"/>
  8. <message kind="error" line="35"/>
  9. </compile>
  10. </ajc-test>
  11. <ajc-test dir="errors" keywords="error"
  12. title="class extending abstract aspect">
  13. <compile files="ClassExtendingAbstractAspectCE.java">
  14. <message kind="error" line="20"/>
  15. </compile>
  16. </ajc-test>
  17. <ajc-test dir="incremental/stringliteral"
  18. title="incrementally change string size and wire in injar classes">
  19. <compile staging="true" options="-incremental"
  20. files="oneInjar.jar,twoInjar.jar"
  21. sourceroots="src"/>
  22. <run class="packageOne.Main"
  23. options="in packageOne.Main.main(..),
  24. before main packageOne.Main"/>
  25. <inc-compile tag="20">
  26. <dir-changes updated="packageOne.Main"/>
  27. </inc-compile>
  28. <!-- now failing here. This step passes in non-injar variant. -->
  29. <run class="packageOne.Main"
  30. options="in longer packageOne.Main.main(..),
  31. before main packageOne.Main"/>
  32. <inc-compile tag="30">
  33. <dir-changes added="RunInjarMains"/>
  34. </inc-compile>
  35. <run class="packageOne.Main"
  36. options="in longer packageOne.Main.main(..),
  37. before main InjarOneMain,
  38. before main InjarTwoMain,
  39. before main packageOne.Main"/>
  40. </ajc-test>
  41. <ajc-test dir="bugs" pr="34206"
  42. title="before():execution(new(..)) does not throw NoAspectBoundException">
  43. <compile files="AspectInitError.java"/>
  44. <run class="AspectInitError"/>
  45. </ajc-test>
  46. </suite>