Browse Source

Bugzilla Bug 50641

   Better binary compatibility for advice method names
tags/v_preCompileLoopAlteration
jhugunin 20 years ago
parent
commit
b3074df1ee
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      tests/ajcTestsFailing.xml

+ 16
- 0
tests/ajcTestsFailing.xml View File

@@ -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>

Loading…
Cancel
Save