summaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
blob: 3b1ec8e4150ca4e9efc44cfca1e621ac4de0c2a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">

<suite>
    <ajc-test dir="new"
      title="incompatible advice throws clause are a compile-time error"
      keywords="from-resolved_10x">
        <compile files="AdviceThrowsCf.java">
            <message kind="error" line="70"/>
            <message kind="error" line="74"/>
            <message kind="error" line="76"/>
            <message kind="error" line="78"/>
        </compile>
    </ajc-test>
    
    <ajc-test dir="new" pr="29934"
      title="can't apply around advice to the execution of around advice"
      keywords="from-resolved_10x">
        <compile files="CflowCycles.java"/>
        <run class="CflowCycles"/>
    </ajc-test>

    <ajc-test dir="new" pr="660" title="illegal name binding in around cflow"
      keywords="from-resolved_104">
        <compile files="ArgsInCflowCf.java">
            <message kind="error" line="19"/>
            <message kind="error" line="29"/>
            <message kind="error" line="35"/>
        </compile>
    </ajc-test>

</suite>