]> source.dussan.org Git - aspectj.git/commitdiff
A few extra failing tests I unearthed along the way.
authoracolyer <acolyer>
Wed, 4 Aug 2004 12:06:24 +0000 (12:06 +0000)
committeracolyer <acolyer>
Wed, 4 Aug 2004 12:06:24 +0000 (12:06 +0000)
tests/ajcTestsFailing.xml

index 244fe7bb82af6b8f69ddd43d63781d0813b20be0..f9c1bdd553f710221fa41f84b9e5c7d0ef5bb5a0 100644 (file)
         <run class="False_InvalidAbsoluteTypeName"/>
     </ajc-test>
   
+   <ajc-test dir="pureJava" title="assert coverage tests [requires 1.4]"
+      keywords="from-14tests,purejava">
+        <compile options="-source,1.4" files="AssertsCv.java"/>
+        <run class="AssertsCv" vm="1.4"/>
+    </ajc-test>
+    
+    <ajc-test dir="pureJava"
+      title="assert coverage tests in one package [requires 1.4]"
+      keywords="from-14tests,purejava,fail-unimplemented">
+        <compile options="-source,1.4" files="AssertInOnePackage.java"/>
+        <run class="AssertInOnePackage" vm="1.4"/>
+    </ajc-test>
+    
+    <ajc-test dir="new/pr456" pr="456" title="advice on advice in usejavac mode"
+      keywords="from-resolved_10x">
+        <compile
+          files="Test_AroundVarBug.java,AroundVarBug.java"/>
+        <run class="Test_AroundVarBug"/>
+    </ajc-test>
+    
 </suite>