OBMonoTestResults

$ ant run-single-test 
-Dtestcase=org.apache.tools.ant.taskdefs.optional.DotnetTest 
-Dtest.haltonfailure=false
Buildfile: build.xml

prepare:

check_for_optional_packages:

build:
     [copy] Copying 2 files to 
/home/bodewig/ASF/jakarta/jakarta-ant/build/classes

compile-tests:

run-single-test-only:
    [junit] Testsuite: org.apache.tools.ant.taskdefs.optional.DotnetTest
    [junit] Tests run: 7, Failures: 0, Errors: 2, Time elapsed: 9,292 sec

    [junit] Testcase: testCSC took 1,65 sec
    [junit] Testcase: testCSCintrinsicFileset took 2,125 sec
    [junit] Testcase: testCSCdll took 1,408 sec
    [junit] Testcase: testCscReferences took 3,251 sec
    [junit] Testcase: testILASM took 0,39 sec
    [junit]     Caused an ERROR
    [junit] ilasm returned: 1
<snip/>
    [junit] Testcase: testILASMTestcase: testILDASM took 0,364 sec
    [junit]     Caused an ERROR
    [junit] ilasm returned: 1
<snip/>
    [junit] Testcase: testILDASMTestcase: testILDASM_empty took 0,086 sec

    [junit] TEST org.apache.tools.ant.taskdefs.optional.DotnetTest FAILED

On 6 Sep 2003, <[EMAIL PROTECTED]> wrote:

>   1. new ildasm command to disassemble .il files.

No ildasm in Mono 0.26 IIUC.

>   2. patch to ilasm

Still breaking because of 

testILASM:
    [ilasm] compiling 2 files
    [ilasm] Mono ILasm compiler
    [ilasm] ilasm [options] source-files
    [ilasm]    --about            About the Mono ILasm compiler
    [ilasm]    --version          Print the version number of the Mono ILasm 
compiler
    [ilasm]    /out:file_name     Specifies output file.
    [ilasm]    /exe               Compile to executable.
    [ilasm]    /dll               Compile to library.
    [ilasm] Options can be of the form -option or /option

>   3. tests!

At least nothing has stopped working 8-)

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to