diff options
author | jhugunin <jhugunin> | 2003-08-04 21:04:49 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-08-04 21:04:49 +0000 |
commit | 29457c3d6d0b4cd7cca1d2867e6bd80a56a24722 (patch) | |
tree | 39c61e209f18d80a32c50220199ffcd75e4f237b /tests/ajcTestsFailing.xml | |
parent | 57445dd3ec8a67d06f16fe02e7c0eaefb8ea4051 (diff) | |
download | aspectj-29457c3d6d0b4cd7cca1d2867e6bd80a56a24722.tar.gz aspectj-29457c3d6d0b4cd7cca1d2867e6bd80a56a24722.zip |
fixes for Bugzilla Bug 40858
super-qualified pointcut reference cause weaver stack trace
and Bugzilla Bug 40814
no error when defining interface pointcuts
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 2ac4c8bbe..f1fd611a1 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -5,24 +5,6 @@ <suite> <ajc-test dir="bugs" - pr="40858" - comment="shouldn't super ref be permitted?" - title="weaver trace on mis-qualified pointcut reference"> - <compile files="SuperPointcutCE.java"> - <message kind="error" line="26"/> - </compile> - </ajc-test> - - <ajc-test dir="bugs" - pr="40814" - title="compile error expected for interface pointcuts"> - <compile files="InterfacePointcutCE.java"> - <message kind="error" line="5"/> - <message kind="error" line="6"/> - </compile> - </ajc-test> - - <ajc-test dir="bugs" pr="40805" title="interface call signatures when declaring method in aspect"> <compile files="DeclareWarningAndInterfaceMethodCW.java"> @@ -36,7 +18,6 @@ <message kind="warning" line="35" text="call ICanGetSomething.getSomething"/> <message kind="warning" line="38" text="call getSomething"/> <message kind="warning" line="38" text="call ICanGetSomething.getSomething"/> - </compile> - </ajc-test> - + </compile> + </ajc-test> </suite> |