Failing DMD tests

Alex Rønne Petersen xtzgzorex at gmail.com
Sat Aug 20 07:57:38 PDT 2011


Hi,

I recently set up a Jenkins server which is running DMD builds and tests 
at: http://emoba.net:8888/jenkins/view/D/ It's running on an x86-64 
installation of Gentoo.

It seems that there is a test failing on both x86 and x86-64 builds of 
DMD; see: http://emoba.net:8888/jenkins/view/D/job/DMD-x64/1/console

Does anyone know why this might be happening? Is it a bug?

FYI, the shell commands used to compile:

 > cd src;
 > make -f posix.mak clean;
 > make -f posix.mak MODEL=64;
 > cd ../test;
 > make clean;
 > make;

Regards,
Alex


More information about the Digitalmars-d mailing list