diff options
author | ehilsdal <ehilsdal> | 2003-11-18 02:43:31 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2003-11-18 02:43:31 +0000 |
commit | 393f65bdec7a0822eddd55af22a8f7fce9bc58cd (patch) | |
tree | 673ea8f88d6f7554a80df486bee560b2b3a95948 /tests/ajcTestsFailing.xml | |
parent | 07cdee49d842cfc761a24c92e611042812719699 (diff) | |
download | aspectj-393f65bdec7a0822eddd55af22a8f7fce9bc58cd.tar.gz aspectj-393f65bdec7a0822eddd55af22a8f7fce9bc58cd.zip |
Work on Bugzilla 42668: effect of an after returning type incompatible with a join point return type
* fix to semantics document to describe correct semantics
* checkin of failing coverage test case for correct semantics
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index c021e9451..fe3fdc664 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -24,16 +24,6 @@ </ajc-test> <ajc-test dir="bugs" - title="after returning type incompatible with join point return type" - pr="42668" - > - <compile files="IncompatibleAfterReturningTypeCE.java"> - <message kind="error" line="20"/> - <message kind="error" line="22"/> - </compile> - </ajc-test> - - <ajc-test dir="bugs" pr="41888" title="call PCD fails when given subtype of defining type"> <compile files="CallReference.java"/> @@ -143,5 +133,13 @@ files="Main.java"/> <run class="Main"/> </ajc-test> + + <ajc-test dir="new" + pr="42668" + title="after returning with parameter: matching rules"> + <compile files="AfterReturningParamMatching.java" /> + <run class="AfterReturningParamMatching"/> + </ajc-test> + </suite> |