summaryrefslogtreecommitdiffstats
path: root/tests/jimTests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jimTests.xml')
-rw-r--r--tests/jimTests.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/tests/jimTests.xml b/tests/jimTests.xml
index 3f20da53f..3d842760f 100644
--- a/tests/jimTests.xml
+++ b/tests/jimTests.xml
@@ -1,15 +1,11 @@
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
<suite>
- <ajc-test dir="bugs/interSpecials" title="IllegalAccessError while accessing introduced variable / 1.1rc1"
- pr="36110">
- <compile files="p1/C.java,p2/A1.java"/>
- <run class="p2.A1"/>
- </ajc-test>
- <ajc-test dir="bugs/interSpecials" title="testing that assert works like .class"
- pr="36110">
- <compile files="p1/C.java,p2/A2.java" options="-source14"/>
- <run class="p2.A2" vm="1.4"/>
+ <ajc-test dir="new" pr="559"
+ title="subclass advice not run for join points selected by superclass cflow-based pointcuts"
+ keywords="from-resolved_10rc3">
+ <compile files="PR559.java"/>
+ <run class="PR559"/>
</ajc-test>
<!--