aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/resources/org/aspectj/systemtest/ajc1610/ajc1610.xml
blob: 29d3befe40a9ecd40eddc0cb6b202aa8fdee55fa (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>

<suite>


  <ajc-test dir="bugs1610/pr363962" title="pr363962">
    <compile files="Code.java" options="-1.8"/>
    <run class="Code">
    <stdout>
	    <line text="OK"/>
    </stdout>
    </run>
  </ajc-test>
  
  
  <ajc-test dir="bugs1610/pr324932" title="pr324932">
    <compile files="A.java" options="-1.8"/>
    <compile files="X.aj" options="-1.8 -Xlint:ignore" />
    <run class="A" ltw="aop.xml">
    <stdout>
	    <line text="It WORKS"/>
    </stdout>
    </run>
  </ajc-test>
  
  <ajc-test dir="bugs1610/pr324932_2" title="pr324932 - 2">
    <compile files="A.java" options="-1.8"/>
    <run class="A" ltw="aop.xml">
    <stdout>
	    <line text="It WORKS"/>
    </stdout>
    </run>
  </ajc-test>
  
  <ajc-test dir="bugs1610/pr322446" title="declare parents abstract aspect">
    <compile files="Super.java I.java" outjar="aspects.jar" options="-1.8"/>
    <compile files="Code.java" classpath="aspects.jar" options="-1.8 -emacssym"/>
    <run class="Code">
    <stdout>
    <line text="true"/>
    </stdout></run>
  </ajc-test>
  
  <ajc-test dir="bugs1610/prx" title="duplicate annotation">
    <compile files="A.java" options="-1.8">
    </compile>
  </ajc-test>
  
  <ajc-test dir="bugs1610/pr319431" title="loading old code">
    <compile files="Azpect2.java" inpath="builtWith168.jar" options="-1.8">
    </compile>
  </ajc-test>
  
  <ajc-test dir="bugs1610/pr322272" title="abstract aspects and declares">
    <compile files="Base.java" outjar="superaspect.jar" options="-1.8"/>
    <compile files="F1.java" classpath="superaspect.jar" options="-1.8">
    </compile>
    <run class="F1">
    <stdout>
    <line text="@Anno()"/>
    </stdout>
    </run>
  </ajc-test>
  
  <ajc-test dir="bugs1610/pr322272" title="abstract aspects and declares - 2">
    <compile files="Base2.java" outjar="superaspect.jar" options="-1.8"/>
    <compile files="F2.java" classpath="superaspect.jar" options="-1.8">
    </compile>
    <run class="F2">
    <stdout>
    <line text="@Anno()"/>
    </stdout>
    </run>
  </ajc-test>
  
</suite>