summaryrefslogtreecommitdiffstats
path: root/tests/jimTests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jimTests.xml')
-rw-r--r--tests/jimTests.xml18
1 files changed, 4 insertions, 14 deletions
diff --git a/tests/jimTests.xml b/tests/jimTests.xml
index a58aef5fa..e350c7f7c 100644
--- a/tests/jimTests.xml
+++ b/tests/jimTests.xml
@@ -1,22 +1,12 @@
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
<suite>
- <ajc-test dir="bugs" pr="29665"
- title="Inconsistant stack height with around">
- <compile files="StackError.java"/>
- <run class="StackError"/>
+ <ajc-test dir="bugs" pr="36056"
+ title="Ajc 1.1 rc1 java.lang.VerifyError with messy arounds and naming">
+ <compile files="AroundNames.java"/>
+ <run class="AroundNames"/>
</ajc-test>
- <ajc-test dir="bugs/messyAround" pr="36056"
- title="Ajc 1.1 rc1 java.lang.VerifyError with messy arounds">
- <compile files="aspects/Trace.aj,cap/OptionList.java,DebugTrace.aj">
- <message kind="warning" line="102"/>
- <message kind="warning" line="124"/>
- <message kind="warning" line="138"/>
- </compile>
- <run class="cap.OptionList"/>
- </ajc-test>
-
<!--