aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-07-28 22:38:47 +0000
committerwisberg <wisberg>2003-07-28 22:38:47 +0000
commitd5a63db3a0bfca32ef54e82685179894db10c327 (patch)
tree4c871e36d3dc06673f62f37c8fb1626eb7a3413c /tests/ajcTestsFailing.xml
parent10fb3c602d53d02377e80b45687cbbf0096d71dc (diff)
downloadaspectj-d5a63db3a0bfca32ef54e82685179894db10c327.tar.gz
aspectj-d5a63db3a0bfca32ef54e82685179894db10c327.zip
@testcase PR#40876 subtype-qualified pointcut reference
(ClassFormatError)
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 2fb358054..0f5af6454 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -5,6 +5,13 @@
<suite>
<ajc-test dir="bugs"
+ pr="40876"
+ title="subtype-qualified pointcut reference">
+ <compile files="PointcutLibraryTest.java"/>
+ <run class="PointcutLibraryTest"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs"
pr="40858"
comment="shouldn't super ref be permitted?"
title="weaver trace on mis-qualified pointcut reference">
@@ -38,4 +45,5 @@
<message kind="warning" line="38" text="call ICanGetSomething.getSomething"/>
</compile>
</ajc-test>
+
</suite>