You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Antoine Lévy-Lambert <an...@antbuild.com> on 2003/12/01 21:58:07 UTC

test failures in ant head

While working on an improvement for regular expressions, I run the ant
testcases against ant head on Win2000/cygwin.
The results :

    [junit] Testcase:
testAnt(org.apache.tools.ant.taskdefs.AntLikeTasksAtTopLevelTest):	FAILED
    [junit] Testcase:
testSubant(org.apache.tools.ant.taskdefs.AntLikeTasksAtTopLevelTest):	FAILED
    [junit] Testcase:
testAntcall(org.apache.tools.ant.taskdefs.AntLikeTasksAtTopLevelTest):
FAILED
    [junit] TEST org.apache.tools.ant.taskdefs.AntLikeTasksAtTopLevelTest
FAILED
    [junit] Testcase:
testRecreateWithUpdateNewerFile(org.apache.tools.ant.taskdefs.JarTest):
FAILED
    [junit] Testcase:
testRecreateZipfilesetWithUpdateNewerFile(org.apache.tools.ant.taskdefs.JarT
est):	FAILED
    [junit] TEST org.apache.tools.ant.taskdefs.JarTest FAILED
    [junit] TEST org.apache.tools.ant.taskdefs.optional.XalanLiaisonTest
FAILED
    [junit] TEST org.apache.tools.ant.taskdefs.optional.XslpLiaisonTest
FAILED
    [junit] Testcase:
testSimple(org.apache.tools.ant.taskdefs.optional.jdepend.JDependTest):
FAILED
    [junit] Testcase:
testXml(org.apache.tools.ant.taskdefs.optional.jdepend.JDependTest):	FAILED
    [junit] Testcase:
testForkXml(org.apache.tools.ant.taskdefs.optional.jdepend.JDependTest):
FAILED
    [junit] TEST org.apache.tools.ant.taskdefs.optional.jdepend.JDependTest
FAILED

Hopefully the failures are more due to cygwin or to misconfigurations rather
than anything else.
Looks like there are some details to be checked.

Cheers,

Antoine



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: test failures in ant head

Posted by Peter Reilly <pe...@corvil.com>.
I tested last fridays head against cygwin last night on my
win machine.
I saw the JarTest and the JDepend failures but not the 
AntLikeTasksAtTopLevelTest failure.

I looked into the JDepend error - it also happens in raw windows mode. 
The problem
is strange - the encoding of the string got from 
BuildFileTest#getOutput() seems to
be incorrect - the string looks ok but it is twice as long as it should 
be and every second
character is not-printable.

I will disable the test for the moment.

Peter
Antoine Lévy-Lambert wrote:

>While working on an improvement for regular expressions, I run the ant
>testcases against ant head on Win2000/cygwin.
>The results :
>
>    [junit] Testcase:
>testAnt(org.apache.tools.ant.taskdefs.AntLikeTasksAtTopLevelTest):	FAILED
>    [junit] Testcase:
>testSubant(org.apache.tools.ant.taskdefs.AntLikeTasksAtTopLevelTest):	FAILED
>    [junit] Testcase:
>testAntcall(org.apache.tools.ant.taskdefs.AntLikeTasksAtTopLevelTest):
>FAILED
>    [junit] TEST org.apache.tools.ant.taskdefs.AntLikeTasksAtTopLevelTest
>FAILED
>    [junit] Testcase:
>testRecreateWithUpdateNewerFile(org.apache.tools.ant.taskdefs.JarTest):
>FAILED
>    [junit] Testcase:
>testRecreateZipfilesetWithUpdateNewerFile(org.apache.tools.ant.taskdefs.JarT
>est):	FAILED
>    [junit] TEST org.apache.tools.ant.taskdefs.JarTest FAILED
>    [junit] TEST org.apache.tools.ant.taskdefs.optional.XalanLiaisonTest
>FAILED
>    [junit] TEST org.apache.tools.ant.taskdefs.optional.XslpLiaisonTest
>FAILED
>    [junit] Testcase:
>testSimple(org.apache.tools.ant.taskdefs.optional.jdepend.JDependTest):
>FAILED
>    [junit] Testcase:
>testXml(org.apache.tools.ant.taskdefs.optional.jdepend.JDependTest):	FAILED
>    [junit] Testcase:
>testForkXml(org.apache.tools.ant.taskdefs.optional.jdepend.JDependTest):
>FAILED
>    [junit] TEST org.apache.tools.ant.taskdefs.optional.jdepend.JDependTest
>FAILED
>
>Hopefully the failures are more due to cygwin or to misconfigurations rather
>than anything else.
>Looks like there are some details to be checked.
>
>Cheers,
>
>Antoine
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>For additional commands, e-mail: dev-help@ant.apache.org
>
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: test failures in ant head

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 1 Dec 2003, Antoine Lévy-Lambert <an...@antbuild.com> wrote:

> Hopefully the failures are more due to cygwin or to
> misconfigurations rather than anything else.

Can you run them under "plain Windows" using ant.bat and all that?

I don't get any failures running the tests on Linux.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: test failures in ant head

Posted by "Alexey N. Solofnenko" <A....@mdli.com>.
On my computer I get another failure:

Testcase: testAntlibResource(org.apache.tools.ant.taskdefs.AntlibTest): 
Caused an ERROR
Could not create task or type of type: mytask2.

- Alexey.

Antoine Lévy-Lambert wrote:

>While working on an improvement for regular expressions, I run the ant
>testcases against ant head on Win2000/cygwin.
>The results :
>
>    [junit] Testcase:
>testAnt(org.apache.tools.ant.taskdefs.AntLikeTasksAtTopLevelTest):	FAILED
>...
>FAILED
>
>Hopefully the failures are more due to cygwin or to misconfigurations rather
>than anything else.
>Looks like there are some details to be checked.
>
>Cheers,
>
>Antoine
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>For additional commands, e-mail: dev-help@ant.apache.org
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org