summaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
blob: 4292bacbde668edfac1b68eac739aef9a3753a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">

<!-- contains valid tests that the compiler has never passed -->
<suite>
    <ajc-test dir="bugs/cflowAndJar" pr="39462"
   	 title="Compiler crashes in jar and cflow"
   	 comment="make lib.jar with ajc -outjar lib.jar AbstractAspect.aj">
        <compile files="lib.jar,TestAspect.aj,Test.java"/>
        <run class="Test"/>
    </ajc-test>

</suite>