aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index df307d751..a43286131 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -5585,5 +5585,19 @@
<message kind="error" line="22"/>
</compile>
</ajc-test>
+
+ <ajc-test dir="bugs" pr="33635"
+ title="Negation of if pointcut does not work">
+ <compile files="NotIf.java"/>
+ <run class="NotIf"/>
+ </ajc-test>
+
+
+ <ajc-test dir="bugs" pr="32463"
+ title="ajc reports error when encountering static declaration of nested classes">
+ <compile files="WeaveLocal.java"/>
+ <run class="WeaveLocal"/>
+ </ajc-test>
+
</suite>