diff options
author | jhugunin <jhugunin> | 2004-01-28 00:36:05 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2004-01-28 00:36:05 +0000 |
commit | 6cceb1b9c3b53e92166d61435f28318e2b9a8872 (patch) | |
tree | be2ceede849425dd4a40f9b103a059190b90d589 /tests/ajcTestsFailing.xml | |
parent | 098317da0a9bf6b3b12ca3f75c20b74fe42c0374 (diff) | |
download | aspectj-6cceb1b9c3b53e92166d61435f28318e2b9a8872.tar.gz aspectj-6cceb1b9c3b53e92166d61435f28318e2b9a8872.zip |
fix for Bugzilla Bug 49295
duplicate warning or second join point for constructor-execution
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index dca686139..a64b4fb3c 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -127,16 +127,6 @@ <run class="AfterReturningParamMatching"/> </ajc-test> - <ajc-test dir="bugs" - pr="49295" - title="declare warning on subtype constructor"> - <compile files="SubtypeConstructorCW.java" > - <message kind="warning" line="5" text="String as first"/> - <message kind="warning" line="10" text="String as first"/> - </compile> - <run class="SubtypeConstructorCW"/> - </ajc-test> - <ajc-test dir="bugs/interAbstract" pr="49784" title="aspect declares interface method (abstract decl, default impl)"> @@ -160,4 +150,10 @@ <run class="Main"/> </ajc-test> + <ajc-test dir="bugs" pr="36787" + title="interface initialization order"> + <compile files="InterfaceInitializerOrder.java"/> + <run class="InterfaceInitializerOrder"/> + </ajc-test> + </suite> |