diff options
author | jhugunin <jhugunin> | 2003-01-08 01:15:03 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-08 01:15:03 +0000 |
commit | 0b062880f1d6dcd5841124b381fa3dddd2bd7e64 (patch) | |
tree | e049d8dcc7aa42ff5eff0ad12915aec493b5609d /tests/ajcTestsFailing.xml | |
parent | 831703ca87b7d420dc6ead90a7e93e4d9bc8608f (diff) | |
download | aspectj-0b062880f1d6dcd5841124b381fa3dddd2bd7e64.tar.gz aspectj-0b062880f1d6dcd5841124b381fa3dddd2bd7e64.zip |
fixing and cleanup
all tests in ajcTests are either passing or flagged with purejava or knownLimitation
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 142e7e30b..a0f890f7a 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -59,5 +59,32 @@ </compile> <run class="PrivilegeBeyondScope"/> </ajc-test> + + <ajc-test dir="new" + title="incompatible advice throws clause are a compile-time error" + keywords="from-resolved_10x"> + <compile files="AdviceThrowsCf.java"> + <message kind="error" line="70"/> + <message kind="error" line="74"/> + <message kind="error" line="76"/> + <message kind="error" line="78"/> + </compile> + </ajc-test> + + <ajc-test dir="new" + title="can't apply around advice to the execution of around advice" + keywords="from-resolved_10x"> + <compile files="CflowCycles.java"/> + <run class="CflowCycles"/> + </ajc-test> + + <ajc-test dir="new" pr="660" title="illegal name binding in around cflow" + keywords="from-resolved_104"> + <compile files="ArgsInCflowCf.java"> + <message kind="error" line="19"/> + <message kind="error" line="29"/> + <message kind="error" line="35"/> + </compile> + </ajc-test> </suite> |