summaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-01-08 01:15:03 +0000
committerjhugunin <jhugunin>2003-01-08 01:15:03 +0000
commit0b062880f1d6dcd5841124b381fa3dddd2bd7e64 (patch)
treee049d8dcc7aa42ff5eff0ad12915aec493b5609d /tests/ajcTests.xml
parent831703ca87b7d420dc6ead90a7e93e4d9bc8608f (diff)
downloadaspectj-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/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml31
1 files changed, 4 insertions, 27 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 46d3e03a6..b7d215e53 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -3650,6 +3650,10 @@
<run class="p.Driver"/>
</ajc-test>
+ <!-- This has a complicated set of expected join points.
+ This test should be borken up into more manageable chunks
+ and more carefully analyzed for correctness in the future.
+ -->
<ajc-test dir="new" pr="490"
title="elaborated into testing of around on all join points"
keywords="from-resolved_10x">
@@ -3835,17 +3839,6 @@
<run class="AdviceThrowsCp"/>
</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" pr="570"
title="potential method conflicts with introductions and interfaces and PR#561"
keywords="from-resolved_10x">
@@ -4171,13 +4164,6 @@
</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"
title="beautiful recursive computation of factorial with around is now supported"
keywords="from-resolved_10x">
<compile files="CircularAdvice.java"/>
@@ -4506,15 +4492,6 @@
<run class="ArgsInCflow2"/>
</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>
-
<ajc-test dir="new" pr="677"
title="around name-binding in cflows using factorial"
keywords="from-resolved_104">