diff options
author | jhugunin <jhugunin> | 2003-04-22 17:35:11 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-04-22 17:35:11 +0000 |
commit | fefd4559fb4a9eefcf4528526ad2448b9a6e3489 (patch) | |
tree | 20fd4404d883cd461458ad82861189980e7f6bdb /tests/ajcTests.xml | |
parent | 73ae16b4cef983ab0ba6995504cd4f00ecf98a22 (diff) | |
download | aspectj-fefd4559fb4a9eefcf4528526ad2448b9a6e3489.tar.gz aspectj-fefd4559fb4a9eefcf4528526ad2448b9a6e3489.zip |
fix for Bugzilla Bug 36736
compiler error expected for implemented abstract pointcuts
and for
fix for Bugzilla Bug 36673
VerifyError in privileged aspect
minimally extended coverage for this bug
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 6fd1413fa..388fafac6 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -5814,5 +5814,18 @@ <compile files="p1/C.java,p2/A2.java" options="-source14"/> <run class="p2.A2" vm="1.4"/> </ajc-test> + + <ajc-test dir="new" pr="36736" + title="implemented abstract pointcut"> + <compile files="AbstractImplementedPointcut.java"> + <message kind="error" line="14"/> + </compile> + </ajc-test> + + <ajc-test dir="new/verifyError" pr="36673" + title="privileged aspect main verify error"> + <compile files="Privilege.java"/> + <run class="Privilege"/> + </ajc-test> </suite> |