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

<!-- contains valid tests that the compiler has never passed -->

<suite>

	<ajc-test dir="bugs/options/classpath"
		pr="41170"
		title="combine classpath on command line and in .lst file">
		<compile options="-verbose" argfiles="classpathTest.lst"/>
		<run class="Client"/>
		</ajc-test>

</suite>