diff options
author | jhugunin <jhugunin> | 2003-01-07 23:19:58 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-07 23:19:58 +0000 |
commit | 1e068fe485d7539ad938712b6bed5812fadf7df7 (patch) | |
tree | 619006429e187de543eb94bc8c331f17b9cab2ad /tests/ajcTests.xml | |
parent | 360b569d3a63fcd40828a5ef41fe90b91a16aa72 (diff) | |
download | aspectj-1e068fe485d7539ad938712b6bed5812fadf7df7.tar.gz aspectj-1e068fe485d7539ad938712b6bed5812fadf7df7.zip |
more tests from bugzilla
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 17 |
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> |