diff options
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> |