浏览代码

Bugzilla Bug 50641

   Better binary compatibility for advice method names
tags/v_preCompileLoopAlteration
jhugunin 20 年前
父节点
当前提交
b3074df1ee
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16
    0
      tests/ajcTestsFailing.xml

+ 16
- 0
tests/ajcTestsFailing.xml 查看文件

@@ -144,4 +144,20 @@
<run class="InterfaceMethodDeclarationNonPublic"/>
</ajc-test>

<ajc-test dir="bugs/binaryCompat" pr="50641"
title="binary compatibility of advice method names - expect no error">
<compile files="Main.java,TraceV1.aj"/>
<run class="Main"/>
<compile files="TraceV2.aj"/>
<run class="Main"/>
</ajc-test>
<ajc-test dir="bugs/binaryCompat" pr="50641"
title="binary compatibility of advice method names - expect error">
<compile files="Main.java,TraceV1.aj"/>
<run class="Main"/>
<compile files="TraceRE.aj"/>
<run class="Main"/>
</ajc-test>

</suite>

正在加载...
取消
保存