summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-08-04 12:06:24 +0000
committeracolyer <acolyer>2004-08-04 12:06:24 +0000
commitd7080dcd31e55ffeb5a2885f9db1a7927fc8eb39 (patch)
tree2a4733b1b8c908fbffe6b064c52f86d3e89b76a0 /tests
parent91cbdbb0b57f70b7fe6965c5dc8b6b00452a508d (diff)
downloadaspectj-d7080dcd31e55ffeb5a2885f9db1a7927fc8eb39.tar.gz
aspectj-d7080dcd31e55ffeb5a2885f9db1a7927fc8eb39.zip
A few extra failing tests I unearthed along the way.
Diffstat (limited to 'tests')
-rw-r--r--tests/ajcTestsFailing.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 244fe7bb8..f9c1bdd55 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -143,4 +143,24 @@
<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>