diff options
author | jhugunin <jhugunin> | 2003-03-11 21:04:59 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-03-11 21:04:59 +0000 |
commit | d6b8b38cd0a707741788f8d4fae3850b213f50a4 (patch) | |
tree | 89d0af7f7012388a9b58aac2f1e0b5ce0b3e716d /tests/ajcTestsFailing.xml | |
parent | bb66774ab4a5afb36d36bc8274ff265f10d666db (diff) | |
download | aspectj-d6b8b38cd0a707741788f8d4fae3850b213f50a4.tar.gz aspectj-d6b8b38cd0a707741788f8d4fae3850b213f50a4.zip |
added tests and fixes
fixed two bugs in ajcTestsFailing
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 2073f0e7c..051196a60 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -52,19 +52,6 @@ </compile> </ajc-test> - <ajc-test dir="binding" - title="no such constructor for proceed argument (error)"> - <compile files="UnfoundConstructor.java"> - <message kind="error" line="25"/> - </compile> - </ajc-test> - - <ajc-test dir="bugs" pr="33948" - title="default constructor inter-type declaration"> - <compile files="ConstructorDeclaration.java"/> - <run class="ConstructorDeclaration"/> - </ajc-test> - <ajc-test dir="errors" keywords="error" title="class extending abstract aspect"> <compile files="ClassExtendingAbstractAspectCE.java"> @@ -72,13 +59,6 @@ </compile> </ajc-test> - <ajc-test dir="errors" keywords="error" - title="inter-type declaration of void field"> - <compile files="VoidFieldDeclarationCE.java"> - <message kind="error" line="7"/> - </compile> - </ajc-test> - <ajc-test dir="incremental/stringliteral" title="incrementally change string size and wire in injar classes"> <compile staging="true" options="-incremental" @@ -104,4 +84,10 @@ before main packageOne.Main"/> </ajc-test> + <ajc-test dir="bugs" pr="34206" + title="before():execution(new(..)) does not throw NoAspectBoundException"> + <compile files="AspectInitError.java"/> + <run class="AspectInitError"/> + </ajc-test> + </suite> |