diff options
author | wisberg <wisberg> | 2003-09-07 19:04:00 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-09-07 19:04:00 +0000 |
commit | 2b381b0196e56f8d2605998da82e4bebeccc4805 (patch) | |
tree | 4f64658a23706e21d16b2f666e2ee00e325697be /tests/ajcTestsFailing.xml | |
parent | 8ced0584cb2cecd8db9bb9733230027d7c4a5d40 (diff) | |
download | aspectj-2b381b0196e56f8d2605998da82e4bebeccc4805.tar.gz aspectj-2b381b0196e56f8d2605998da82e4bebeccc4805.zip |
@testcase PR#XXX omnibus privileged access from aspectj-users mail "Problem with interfaces in method's signature"
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 485c4e1e6..3a66c89e0 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -4,7 +4,18 @@ <!-- contains valid tests that the compiler has never passed --> <suite> - + + <ajc-test dir="bugs/privilege" + title="omnibus privileged access" + comment="from mail ~Problem with interfaces...~; add pr when bug submitted" + > + <compile files="packageProtected/concern/ContextUser.java, + packageProtected/concern/BaseTarget.java, + packageProtected/core/Base.java"/> + <run class="packageProtected.core.Base"/> + <run class="packageProtected.concern.BaseTarget"/> + </ajc-test> + <ajc-test dir="bugs" title="after returning type incompatible with join point return type" pr="42668" |