blob: 2ff98c6abf1d7ba3e850588654eb6b0e2d0eb6fc (
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
|
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
<suite>
<ajc-test dir="bugs166/pr284862" title="npe hasmember">
<compile files="InterfaceToAdd.java AnnotatedMethodImpl.aj AspectToMatch.aj AnnotatedMethodInterface.java Entity.java EntityClass.java PresentAnnotation.java SearchAnnotation.java" options="-1.5 -XhasMember"/>
</ajc-test>
<ajc-test dir="bugs166/pr284862" title="npe hasmember - 2">
<compile files="AnnotatedMethodInterface.java InterfaceToAdd.java AnnotatedMethodImpl.aj AspectToMatch.aj Entity.java EntityClass.java PresentAnnotation.java SearchAnnotation.java" options="-1.5 -XhasMember"/>
</ajc-test>
<ajc-test dir="bugs166/pr284862" title="npe hasmember - 3">
<compile files="AnnotatedMethodInterface.java InterfaceToAdd.java AnnotatedMethodImpl.aj AspectToMatch.aj Entity.java EntityClass.java PresentAnnotation.java SearchAnnotation.java" options="-Xset:pipelineCompilation=false -1.5 -XhasMember"/>
</ajc-test>
<ajc-test dir="bugs165/pr279983" title="generics bridge">
<compile files="X.java" options="-1.5"/>
<run class="X"/>
</ajc-test>
<ajc-test dir="bugs166/pr282299" title="generics and decp">
<compile files="Code.java" options="-1.5"/>
</ajc-test>
<ajc-test dir="bugs166/pr284297" title="generic signature problem">
<compile files="DomainLogic.java DomainObject.java FancyDomainLogic.java" options="-1.5" outjar="code.jar"/>
<compile files="FancyDomainLogicImpl.java" options="-1.5" classpath="code.jar"/>
</ajc-test>
<ajc-test dir="bugs166/pr283229" title="interfaces and serializable">
<compile files="Foo.java" options="-1.5 -XaddSerialVersionUID"/>
<run class="Foo">
<!--
<stdout>
<line text="if method: public static final boolean X.ajc$if$1ba()"/>
<line text="if method: public static final boolean X.ajc$if$177()"/>
<line text="if method: public static final boolean X.ajc$if$165()"/>
</stdout>
-->
</run>
</ajc-test>
</suite>
|