diff options
author | acolyer <acolyer> | 2003-03-27 17:01:56 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-03-27 17:01:56 +0000 |
commit | 8e31e9be0fe8c04fd6c1802a9262b9e1c00187dc (patch) | |
tree | 90200b5892cdf37170955c036b8f2e21ca042aae /tests/ajcTestsFailing.xml | |
parent | 517d030a531bd6397c5f76ae3e190fe52175360d (diff) | |
download | aspectj-8e31e9be0fe8c04fd6c1802a9262b9e1c00187dc.tar.gz aspectj-8e31e9be0fe8c04fd6c1802a9262b9e1c00187dc.zip |
Test cases for declare parent scenarios - suspected compiler bugs.
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 50d4ab090..27b67e5b0 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -4,4 +4,19 @@ <!-- contains valid tests that the compiler has never passed --> <suite> + <ajc-test dir="new/declareParents" + title="Declare parents with intermediate ancestor" + keywords="from-new"> + <compile files="Driver.java"/> + <run class="Driver"/> + </ajc-test> + + <ajc-test dir="new/declareParents" + title="Declare parents removing ancestor" + keywords="from-new"> + <compile files="IllegalAdoption.java"> + <message kind="error" line="13"/> + </compile> + </ajc-test> + </suite> |