diff options
Diffstat (limited to 'tests/mikTests.xml')
-rw-r--r-- | tests/mikTests.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/mikTests.xml b/tests/mikTests.xml index 111011c01..ead6fe7a8 100644 --- a/tests/mikTests.xml +++ b/tests/mikTests.xml @@ -2,9 +2,11 @@ <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"> <suite> - <ajc-test dir="bugs/bootstrapClasspath" pr="39959" - title="AJC Compiler generates invalid class files under certain circumstances."> - <compile files="UsesDOMParser.java" classpath="xerces.jar" /> - <run class="UsesDOMParser"/> - </ajc-test> -</suite>
\ No newline at end of file + <ajc-test dir="bugs/lines" pr="37758" + title="Weaving rt.jar results in stack overflow"> + <compile files="A.java,big.jar"> + <message kind="warning" text="manifest not copied"/> + </compile> + <run class="Big"/> + </ajc-test> +</suite>
\ No newline at end of file |