aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-01-07 23:19:58 +0000
committerjhugunin <jhugunin>2003-01-07 23:19:58 +0000
commit1e068fe485d7539ad938712b6bed5812fadf7df7 (patch)
tree619006429e187de543eb94bc8c331f17b9cab2ad /tests/ajcTests.xml
parent360b569d3a63fcd40828a5ef41fe90b91a16aa72 (diff)
downloadaspectj-1e068fe485d7539ad938712b6bed5812fadf7df7.tar.gz
aspectj-1e068fe485d7539ad938712b6bed5812fadf7df7.zip
more tests from bugzilla
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index b5d9a0362..46d3e03a6 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -5448,4 +5448,21 @@
<run class="ConstructorArgTracing"/>
</ajc-test>
+ <ajc-test dir="bugs" pr="29106" title="declared exceptions in inter-type decls">
+ <compile files="ExceptionsOnInters.java"/>
+ <run class="ExceptionsOnInters"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs" pr="28921"
+ title="Verify error on non-Throwable in declare soft">
+ <compile files="DeclareSoftCf.java" options="-Xlint:warning">
+ <message kind="warning" line="28"/>
+ <message kind="error" line="29"/>
+ </compile>
+ </ajc-test>
+
+ <ajc-test dir="bugs" pr="29113" title="inter-type fields with array types">
+ <compile files="InterFieldArrays.java"/>
+ <run class="InterFieldArrays"/>
+ </ajc-test>
</suite>