summaryrefslogtreecommitdiffstats
path: root/tests/jimTests.xml
blob: a7b32080d8ebdff70c95b3884b228f7d92dbc240 (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="bugs/interSpecials" title="IllegalAccessError while accessing introduced variable / 1.1rc1"
      pr="36110">
        <compile files="p1/C.java,p2/A1.java"/>
        <run class="p2.A1"/>
    </ajc-test>
    
    <ajc-test dir="bugs/interSpecials" title="testing that assert works like .class"
      pr="36110">
        <compile files="p1/C.java,p2/A2.java" options="-source14"/>
        <run class="p2.A2" vm="1.4"/>
    </ajc-test>

    <!--
  
    <ajc-test dir="options/injars/simple" 
      title="options -injars">
        <compile files="Simple.java,main.jar"
        	options="!eclipse"/>
        <run class="Main"/>
    </ajc-test>

    
    <ajc-test dir="new" pr="885"
      title="source locations within expressions">
        <compile files="SourceLocationWithinExpr.java" options="-1.4"/>
        <run class="SourceLocationWithinExpr"/>
    </ajc-test>
	-->
</suite>